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 0ab98879 490a2230

+14 -12
-5
.changeset/easy-cats-hear.md
··· 1 - --- 2 - '@atcute/pckt': patch 3 - --- 4 - 5 - pull latest pckt lexicons
-5
.changeset/quiet-mangos-wink.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.14 4 + 5 + ### Patch Changes 6 + 7 + - f0c0844: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.13 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.2.13", 4 + "version": "3.2.14", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/definitions/pckt/CHANGELOG.md
··· 1 1 # @atcute/pckt 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 490a223: pull latest pckt lexicons 8 + 3 9 ## 0.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/pckt/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/pckt", 4 - "version": "0.1.1", 4 + "version": "0.1.2", 5 5 "description": "pckt (blog.pckt.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",