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

chore: bump versions

mary.my.id 4ac27505 47231715

verified
Changed files
+43 -22
.changeset
packages
definitions
servers
xrpc-server-bun
utilities
-5
.changeset/easy-windows-grab.md
··· 1 - --- 2 - '@atcute/crypto': patch 3 - --- 4 - 5 - upgrade noble/secp256k1 dependency
-5
.changeset/new-moose-dress.md
··· 1 - --- 2 - '@atcute/xrpc-server-bun': patch 3 - --- 4 - 5 - fix Bun.Server typing
-6
.changeset/polite-stars-jog.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - '@atcute/ozone': patch 4 - --- 5 - 6 - pull latest Bluesky lexicons
+12 -1
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.9 4 + 5 + ### Patch Changes 6 + 7 + - 4723171: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.8 4 10 5 11 ### Patch Changes ··· 267 273 get them. 268 274 269 275 ```ts 270 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 276 + import type { 277 + InferInput, 278 + InferOutput, 279 + InferXRPCBodyInput, 280 + InferXRPCBodyOutput, 281 + } from '@atcute/lexicons'; 271 282 272 283 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 273 284
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.2.8", 4 + "version": "3.2.9", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+14 -1
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 3.1.11 4 + 5 + ### Patch Changes 6 + 7 + - 4723171: pull latest Bluesky lexicons 8 + - Updated dependencies [4723171] 9 + - @atcute/bluesky@3.2.9 10 + 3 11 ## 3.1.10 4 12 5 13 ### Patch Changes ··· 243 251 get them. 244 252 245 253 ```ts 246 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 254 + import type { 255 + InferInput, 256 + InferOutput, 257 + InferXRPCBodyInput, 258 + InferXRPCBodyOutput, 259 + } from '@atcute/lexicons'; 247 260 248 261 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 249 262
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "3.1.10", 4 + "version": "3.1.11", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",
+7
packages/servers/xrpc-server-bun/CHANGELOG.md
··· 1 + # @atcute/xrpc-server-bun 2 + 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - d4a5df4: fix Bun.Server typing
+1 -1
packages/servers/xrpc-server-bun/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/xrpc-server-bun", 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "description": "Bun WebSocket adapter for @atcute/xrpc-server", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.2.6 4 + 5 + ### Patch Changes 6 + 7 + - 141bc68: upgrade noble/secp256k1 dependency 8 + 3 9 ## 2.2.5 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.5", 4 + "version": "2.2.6", 5 5 "description": "lightweight atproto cryptographic library", 6 6 "keywords": [ 7 7 "atproto",