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 version

Mary 5fd7c1e3 1f40e6d8

+23 -8
-5
.changeset/shy-geese-attack.md
··· 1 - --- 2 - '@atcute/client': patch 3 - --- 4 - 5 - `ok()` shouldn't error on requests with `as: null`
+7
packages/bluesky/threading/CHANGELOG.md
··· 1 1 # @atcute/bluesky-threading 2 2 3 + ## 5.0.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [bd446e4] 8 + - @atcute/client@4.0.3 9 + 3 10 ## 5.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/bluesky/threading/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-threading", 4 - "version": "5.0.2", 4 + "version": "5.0.3", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 6 "license": "MIT", 7 7 "repository": {
+6
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.0.3 4 + 5 + ### Patch Changes 6 + 7 + - bd446e4: `ok()` shouldn't error on requests with `as: null` 8 + 3 9 ## 4.0.2 4 10 5 11 ### Patch Changes
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.0.2", 4 + "version": "4.0.3", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+7
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.23 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [bd446e4] 8 + - @atcute/client@4.0.3 9 + 3 10 ## 1.0.22 4 11 5 12 ### Patch Changes
+1 -1
packages/oauth/browser-client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/oauth-browser-client", 4 - "version": "1.0.22", 4 + "version": "1.0.23", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {