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 596e023b a3f9e9b1

+7 -6
-5
.changeset/swift-plants-turn.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - --- 4 - 5 - only include URL origin and pathname in `htu` when signing DPoP requests
+6
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.22 4 + 5 + ### Patch Changes 6 + 7 + - a3f9e9b: only include URL origin and pathname in `htu` when signing DPoP requests 8 + 3 9 ## 1.0.21 4 10 5 11 ### 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.21", 4 + "version": "1.0.22", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {