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

Configure Feed

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

chore: bump versions

mary.my.id 5dba6a98 168aa208

verified
+15 -12
-5
.changeset/happy-banks-send.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - CORS exclusion
-5
.changeset/strong-moose-stand.md
··· 1 - --- 2 - '@atcute/repo': patch 3 - --- 4 - 5 - export Commit interface
+6
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.5 4 + 5 + ### Patch Changes 6 + 7 + - 8bdfb88: CORS exclusion 8 + 3 9 ## 0.1.4 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.4", 4 + "version": "0.1.5", 5 5 "description": "a small web framework for handling XRPC operations", 6 6 "license": "0BSD", 7 7 "repository": {
+7
packages/utilities/repo/CHANGELOG.md
··· 1 + # @atcute/repo 2 + 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 168aa20: export Commit interface
+1 -1
packages/utilities/repo/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/repo", 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "description": "AT Protocol repository decoder for AT Protocol.", 6 6 "keywords": [ 7 7 "atproto",