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 276bffbd 876c776f

+14 -13
-12
.changeset/slow-chefs-tap.md
··· 1 - --- 2 - '@atcute/identity-resolver': patch 3 - --- 4 - 5 - use `manual` redirect instead of `error` 6 - 7 - apparently Cloudflare Workers doesn't think it makes sense for edge runtimes to support it, but how 8 - exactly? who knows. 9 - 10 - ``` 11 - TypeError: Invalid redirect value, must be one of "follow" or "manual" ("error" won't be implemented since it does not make sense at the edge; use "manual" and check the response status code). 12 - ```
+13
packages/identity/identity-resolver/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver 2 2 3 + ## 1.1.3 4 + 5 + ### Patch Changes 6 + 7 + - 876c776: use `manual` redirect instead of `error` 8 + 9 + apparently Cloudflare Workers doesn't think it makes sense for edge runtimes to support it, but 10 + how exactly? who knows. 11 + 12 + ``` 13 + TypeError: Invalid redirect value, must be one of "follow" or "manual" ("error" won't be implemented since it does not make sense at the edge; use "manual" and check the response status code). 14 + ``` 15 + 3 16 ## 1.1.2 4 17 5 18 ### 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.2", 4 + "version": "1.1.3", 5 5 "description": "atproto handle and DID document resolution", 6 6 "keywords": [ 7 7 "atproto",