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

chore: bump versions

mary.my.id b1b6ebd2 8079b3a0

verified
Changed files
+7 -6
.changeset
packages
servers
-5
.changeset/heavy-trams-tell.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - pass request signal to context
+6
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.8 4 + 5 + ### Patch Changes 6 + 7 + - 47d73b4: pass request signal to context 8 + 3 9 ## 0.1.7 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.7", 4 + "version": "0.1.8", 5 5 "description": "a small web framework for handling XRPC operations", 6 6 "license": "0BSD", 7 7 "repository": {