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 72757aca 7d3da577

+7 -6
-5
.changeset/plenty-facts-invent.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - --- 4 - 5 - request client assertion during PAR request
+6
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 7d3da57: request client assertion during PAR request 8 + 3 9 ## 2.0.0 4 10 5 11 ### Major Changes
+1 -1
packages/oauth/browser-client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/oauth-browser-client", 4 - "version": "2.0.0", 4 + "version": "2.0.1", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {