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 version

Mary 00e430f4 1bdc0bdd

+50 -52
-5
.changeset/bright-deer-brush.md
··· 1 - --- 2 - '@atcute/leaflet': patch 3 - --- 4 - 5 - pull latest Leaflet lexicons
-5
.changeset/cruel-bottles-visit.md
··· 1 - --- 2 - '@atcute/identity': patch 3 - --- 4 - 5 - introduce `isKeyDid` for checking did:key identifiers
-5
.changeset/eager-lands-invite.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - --- 4 - 5 - remove `iss` field from dpop jwt tokens
-5
.changeset/eighty-news-report.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - --- 4 - 5 - remove redundant check before request instantiation
-5
.changeset/mighty-oranges-dream.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/nine-doodles-pull.md
··· 1 - --- 2 - '@atcute/did-plc': patch 3 - --- 4 - 5 - add new limits for verificationMethods
-5
.changeset/ripe-dryers-work.md
··· 1 - --- 2 - '@atcute/did-plc': patch 3 - --- 4 - 5 - allow did:key using other key types for verificationMethods
-5
.changeset/rude-symbols-fly.md
··· 1 - --- 2 - '@atcute/identity': patch 3 - --- 4 - 5 - mark the regex exports as deprecated
-7
.changeset/wet-bears-try.md
··· 1 - --- 2 - '@atcute/oauth-browser-client': patch 3 - --- 4 - 5 - check if retried request returns a new nonce 6 - 7 - in case the authorization server is set up to always return a new nonce every request.
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 74db1f1: pull latest Bluesky lexicons 8 + 3 9 ## 3.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.1.1", 4 + "version": "3.1.2", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+7
packages/definitions/leaflet/CHANGELOG.md
··· 1 + # @atcute/leaflet 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - cf9e31e: pull latest Leaflet lexicons
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/leaflet", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "Leaflet (pub.leaflet.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+10
packages/identity/did-plc/CHANGELOG.md
··· 1 1 # @atcute/did-plc 2 2 3 + ## 0.1.6 4 + 5 + ### Patch Changes 6 + 7 + - 1bdc0bd: add new limits for verificationMethods 8 + - 1f7e06e: allow did:key using other key types for verificationMethods 9 + - Updated dependencies [2fe5658] 10 + - Updated dependencies [c1582e0] 11 + - @atcute/identity@1.0.3 12 + 3 13 ## 0.1.5 4 14 5 15 ### Patch Changes
+1 -1
packages/identity/did-plc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/did-plc", 4 - "version": "0.1.5", 4 + "version": "0.1.6", 5 5 "description": "validations, type definitions and schemas for did:plc operations", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/identity/identity/CHANGELOG.md
··· 1 1 # @atcute/identity 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - 2fe5658: introduce `isKeyDid` for checking did:key identifiers 8 + - c1582e0: mark the regex exports as deprecated 9 + 3 10 ## 1.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/identity/identity/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "syntax, type definitions and schemas for atproto handles, DIDs and DID documents", 6 6 "keywords": [ 7 7 "atproto",
+15
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.26 4 + 5 + ### Patch Changes 6 + 7 + - 691f5cc: remove `iss` field from dpop jwt tokens 8 + - 1fd2796: remove redundant check before request instantiation 9 + - 9870d55: check if retried request returns a new nonce 10 + 11 + in case the authorization server is set up to always return a new nonce every request. 12 + 13 + - Updated dependencies [2fe5658] 14 + - Updated dependencies [c1582e0] 15 + - @atcute/identity@1.0.3 16 + - @atcute/client@4.0.4 17 + 3 18 ## 1.0.25 4 19 5 20 ### 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.25", 4 + "version": "1.0.26", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {