a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm

chore: bump versions

mary.my.id 39245bdf 3b3ec5c5

verified
-5
.changeset/fifty-ties-reply.md
··· 1 - --- 2 - '@atcute/crypto': minor 3 - --- 4 - 5 - allow exporting keys imported via PrivateKeyExportable classes
-7
.changeset/fuzzy-rice-enjoy.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - '@atcute/lex-cli': patch 4 - '@atcute/client': patch 5 - --- 6 - 7 - do not pass URL instances to fetch()
-5
.changeset/olive-moons-watch.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/polite-worlds-drop.md
··· 1 - --- 2 - '@atcute/bluesky-threading': patch 3 - --- 4 - 5 - fix incorrect omit on publishThread
-5
.changeset/silver-heads-tease.md
··· 1 - --- 2 - '@atcute/tangled': patch 3 - --- 4 - 5 - pull latest Tangled lexicons
+10
packages/bluesky/threading/CHANGELOG.md
··· 1 1 # @atcute/bluesky-threading 2 2 3 + ## 5.0.5 4 + 5 + ### Patch Changes 6 + 7 + - f8fa7ce: fix incorrect omit on publishThread 8 + - Updated dependencies [387b291] 9 + - Updated dependencies [9459e91] 10 + - @atcute/client@4.1.1 11 + - @atcute/bluesky@3.2.13 12 + 3 13 ## 5.0.4 4 14 5 15 ### Patch Changes
+1 -1
packages/bluesky/threading/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-threading", 4 - "version": "5.0.4", 4 + "version": "5.0.5", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 6 "license": "0BSD", 7 7 "repository": {
+12 -1
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 387b291: do not pass URL instances to fetch() 8 + 3 9 ## 4.1.0 4 10 5 11 ### Minor Changes ··· 144 150 get them. 145 151 146 152 ```ts 147 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 153 + import type { 154 + InferInput, 155 + InferOutput, 156 + InferXRPCBodyInput, 157 + InferXRPCBodyOutput, 158 + } from '@atcute/lexicons'; 148 159 149 160 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 150 161
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.1.0", 4 + "version": "4.1.1", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+12 -1
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.13 4 + 5 + ### Patch Changes 6 + 7 + - 9459e91: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.12 4 10 5 11 ### Patch Changes ··· 295 301 get them. 296 302 297 303 ```ts 298 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 304 + import type { 305 + InferInput, 306 + InferOutput, 307 + InferXRPCBodyInput, 308 + InferXRPCBodyOutput, 309 + } from '@atcute/lexicons'; 299 310 300 311 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 301 312
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.2.12", 4 + "version": "3.2.13", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/definitions/tangled/CHANGELOG.md
··· 1 1 # @atcute/tangled 2 2 3 + ## 1.0.13 4 + 5 + ### Patch Changes 6 + 7 + - 3b3ec5c: pull latest Tangled lexicons 8 + 3 9 ## 1.0.12 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/tangled/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/tangled", 4 - "version": "1.0.12", 4 + "version": "1.0.13", 5 5 "description": "Tangled (sh.tangled.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.5.1 4 + 5 + ### Patch Changes 6 + 7 + - 387b291: do not pass URL instances to fetch() 8 + 3 9 ## 2.5.0 4 10 5 11 ### Minor Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "2.5.0", 4 + "version": "2.5.1", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "0BSD", 7 7 "repository": {
+8
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 2.0.3 4 + 5 + ### Patch Changes 6 + 7 + - 387b291: do not pass URL instances to fetch() 8 + - Updated dependencies [387b291] 9 + - @atcute/client@4.1.1 10 + 3 11 ## 2.0.2 4 12 5 13 ### Patch Changes
+1 -1
packages/oauth/browser-client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/oauth-browser-client", 4 - "version": "2.0.2", 4 + "version": "2.0.3", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 4574af8: allow exporting keys imported via PrivateKeyExportable classes 8 + 3 9 ## 2.2.6 4 10 5 11 ### Patch Changes
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/crypto", 4 - "version": "2.2.6", 4 + "version": "2.3.0", 5 5 "description": "lightweight atproto cryptographic library", 6 6 "keywords": [ 7 7 "atproto",