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

chore: bump versions

mary.my.id 74f7c8f6 e3a71f24

verified
Changed files
+27 -19
.changeset
packages
clients
servers
utilities
-5
.changeset/five-eels-think.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - allow passing headers into XRPCError
-5
.changeset/legal-geckos-thank.md
··· 1 - --- 2 - '@atcute/client': patch 3 - --- 4 - 5 - require `as` to be passed in call() for endpoints expected to return blobs
-5
.changeset/lemon-papers-listen.md
··· 1 - --- 2 - '@atcute/cid': minor 3 - --- 4 - 5 - fromDigest function
+12 -1
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 54d7769: require `as` to be passed in call() for endpoints expected to return blobs 8 + 3 9 ## 4.1.1 4 10 5 11 ### Patch Changes ··· 150 156 get them. 151 157 152 158 ```ts 153 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 159 + import type { 160 + InferInput, 161 + InferOutput, 162 + InferXRPCBodyInput, 163 + InferXRPCBodyOutput, 164 + } from '@atcute/lexicons'; 154 165 155 166 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 156 167
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.1.1", 4 + "version": "4.1.2", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.6 4 + 5 + ### Patch Changes 6 + 7 + - e3a71f2: allow passing headers into XRPCError 8 + 3 9 ## 0.1.5 4 10 5 11 ### Patch Changes
+1 -1
packages/servers/xrpc-server/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/xrpc-server", 4 - "version": "0.1.5", 4 + "version": "0.1.6", 5 5 "description": "a small web framework for handling XRPC operations", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/utilities/cid/CHANGELOG.md
··· 1 1 # @atcute/cid 2 2 3 + ## 2.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 8f59979: fromDigest function 8 + 3 9 ## 2.2.6 4 10 5 11 ### Patch Changes
+1 -1
packages/utilities/cid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cid", 4 - "version": "2.2.6", 4 + "version": "2.3.0", 5 5 "description": "lightweight DASL CID codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",