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 56f312e9 61a57f7e

+16 -22
-5
.changeset/light-laws-itch.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - fix dependency constraint
-5
.changeset/odd-shrimps-crash.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - remove permissions that can't be represented in a permission set
-5
.changeset/spicy-parts-talk.md
··· 1 - --- 2 - '@atcute/util-fetch': patch 3 - --- 4 - 5 - expose response in FailedResponseError
-5
.changeset/whole-meals-smash.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - issue refinement error for incorrect permission resource
+8
packages/lexicons/lexicon-doc/CHANGELOG.md
··· 1 1 # @atcute/lexicon-doc 2 2 3 + ## 2.0.4 4 + 5 + ### Patch Changes 6 + 7 + - 61a57f7: fix dependency constraint 8 + - 30fcaaf: remove permissions that can't be represented in a permission set 9 + - 30fcaaf: issue refinement error for incorrect permission resource 10 + 3 11 ## 2.0.3 4 12 5 13 ### Patch Changes
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-doc", 4 - "version": "2.0.3", 4 + "version": "2.0.4", 5 5 "description": "type definitions and schemas for atproto lexicon documents", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/misc/util-fetch/CHANGELOG.md
··· 1 1 # @atcute/util-fetch 2 2 3 + ## 1.0.4 4 + 5 + ### Patch Changes 6 + 7 + - 71d9744: expose response in FailedResponseError 8 + 3 9 ## 1.0.3 4 10 5 11 ### Patch Changes
+1 -1
packages/misc/util-fetch/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/util-fetch", 4 - "version": "1.0.3", 4 + "version": "1.0.4", 5 5 "description": "internal fetch utilities", 6 6 "keywords": [ 7 7 "atproto",