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 820eb09c 90f75048

+9 -8
-7
.changeset/slow-planets-chew.md
··· 1 - --- 2 - '@atcute/identity-resolver': patch 3 - --- 4 - 5 - set `cache` to undefined instead of default 6 - 7 - for some reason, Cloudflare Workers complains about this, fine, have it your way.
+8
packages/identity/identity-resolver/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver 2 2 3 + ## 1.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 90f7504: set `cache` to undefined instead of default 8 + 9 + for some reason, Cloudflare Workers complains about this, fine, have it your way. 10 + 3 11 ## 1.1.1 4 12 5 13 ### Patch Changes
+1 -1
packages/identity/identity-resolver/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity-resolver", 4 - "version": "1.1.1", 4 + "version": "1.1.2", 5 5 "description": "atproto handle and DID document resolution", 6 6 "keywords": [ 7 7 "atproto",