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 b8b52563 8d5f5759

+22 -23
-5
.changeset/all-planes-type.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - incorrect null check on serviceDid
-5
.changeset/many-kiwis-give.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - use the correct key when revalidating
-5
.changeset/ninety-boats-design.md
··· 1 - --- 2 - '@atcute/repo': patch 3 - --- 4 - 5 - fix streaming reader losing records when multiple MST entries reference the same CID
-5
.changeset/warm-tires-double.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - --- 4 - 5 - external formatter support
+6
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.6.0 4 + 5 + ### Minor Changes 6 + 7 + - 8d5f575: external formatter support 8 + 3 9 ## 2.5.3 4 10 5 11 ### Patch Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "name": "@atcute/lex-cli", 3 - "version": "2.5.3", 3 + "version": "2.6.0", 4 4 "description": "cli tool to generate type definitions for atcute", 5 5 "license": "0BSD", 6 6 "repository": {
+7
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.12 4 + 5 + ### Patch Changes 6 + 7 + - 6aa8638: incorrect null check on serviceDid 8 + - b909be5: use the correct key when revalidating 9 + 3 10 ## 0.1.11 4 11 5 12 ### Patch Changes
+1 -1
packages/servers/xrpc-server/package.json
··· 1 1 { 2 2 "name": "@atcute/xrpc-server", 3 - "version": "0.1.11", 3 + "version": "0.1.12", 4 4 "description": "a small web framework for handling XRPC operations", 5 5 "license": "0BSD", 6 6 "repository": {
+6
packages/utilities/repo/CHANGELOG.md
··· 1 1 # @atcute/repo 2 2 3 + ## 0.1.4 4 + 5 + ### Patch Changes 6 + 7 + - 2287359: fix streaming reader losing records when multiple MST entries reference the same CID 8 + 3 9 ## 0.1.3 4 10 5 11 ### Patch Changes
+1 -1
packages/utilities/repo/package.json
··· 1 1 { 2 2 "name": "@atcute/repo", 3 - "version": "0.1.3", 3 + "version": "0.1.4", 4 4 "description": "AT Protocol repository decoder for AT Protocol.", 5 5 "keywords": [ 6 6 "atproto",