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

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump versions

Mary d1431eda 6fe36291

+7 -6
-5
.changeset/lazy-worms-care.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - ignore body if content-length is 0
+6
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.11 4 + 5 + ### Patch Changes 6 + 7 + - 4e2306d: ignore body if content-length is 0 8 + 3 9 ## 0.1.10 4 10 5 11 ### Patch Changes
+1 -1
packages/servers/xrpc-server/package.json
··· 1 1 { 2 2 "name": "@atcute/xrpc-server", 3 - "version": "0.1.10", 3 + "version": "0.1.11", 4 4 "description": "a small web framework for handling XRPC operations", 5 5 "license": "0BSD", 6 6 "repository": {