diff --git a/.changeset/clever-beers-flash.md b/.changeset/clever-beers-flash.md deleted file mode 100644 index 6e482048447..00000000000 --- a/.changeset/clever-beers-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/ozone": patch -"@atproto/api": patch ---- - -Add mod events and status filter for account and record hosting status diff --git a/.changeset/dirty-trees-whisper.md b/.changeset/dirty-trees-whisper.md deleted file mode 100644 index 9cfc764b89e..00000000000 --- a/.changeset/dirty-trees-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -Detect facets in parallel diff --git a/.changeset/funny-queens-lick.md b/.changeset/funny-queens-lick.md deleted file mode 100644 index d27f1845b57..00000000000 --- a/.changeset/funny-queens-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/pds": patch ---- - -Fix getPostThread optimistic handling for URIs with handle diff --git a/.changeset/lazy-trains-leave.md b/.changeset/lazy-trains-leave.md deleted file mode 100644 index 84e73c4459f..00000000000 --- a/.changeset/lazy-trains-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/oauth-provider": patch ---- - -Remove response content-encoding logic diff --git a/.changeset/mean-icons-argue.md b/.changeset/mean-icons-argue.md deleted file mode 100644 index 7b04d789b2b..00000000000 --- a/.changeset/mean-icons-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/crypto": patch ---- - -Export utils diff --git a/.changeset/ninety-rats-reflect.md b/.changeset/ninety-rats-reflect.md deleted file mode 100644 index 479fe2baa15..00000000000 --- a/.changeset/ninety-rats-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/xrpc-server": patch ---- - -Accept a custom verifySignatureWithKey in verifyJwt diff --git a/.changeset/rare-items-arrive.md b/.changeset/rare-items-arrive.md deleted file mode 100644 index 8e0583a9d55..00000000000 --- a/.changeset/rare-items-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/pds": patch ---- - -Use a less cryptic error message when proxying fails diff --git a/.changeset/real-needles-hunt.md b/.changeset/real-needles-hunt.md deleted file mode 100644 index 41826cae693..00000000000 --- a/.changeset/real-needles-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/bsky": patch ---- - -Use custom verifySignatureWithKey with native node:crypto instead of @noble/curves to evaluate performance diff --git a/.changeset/stupid-spiders-buy.md b/.changeset/stupid-spiders-buy.md deleted file mode 100644 index 55ca8605979..00000000000 --- a/.changeset/stupid-spiders-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -Allow instantiating an API Agent with a string or URL diff --git a/.changeset/swift-sheep-confess.md b/.changeset/swift-sheep-confess.md deleted file mode 100644 index e4723e584ca..00000000000 --- a/.changeset/swift-sheep-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -Fix handling of invalid facets in RichText diff --git a/.changeset/tender-needles-ring.md b/.changeset/tender-needles-ring.md deleted file mode 100644 index 6852a1dba5c..00000000000 --- a/.changeset/tender-needles-ring.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/ozone": patch -"@atproto/api": patch ---- - -Add user specific and instance-wide settings api for ozone diff --git a/.changeset/thirty-masks-watch.md b/.changeset/thirty-masks-watch.md deleted file mode 100644 index b8c486986d3..00000000000 --- a/.changeset/thirty-masks-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/pds": patch ---- - -Allow retrying proxied requests diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index e2dc8a42026..1e81da3b284 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/api +## 0.13.15 + +### Patch Changes + +- [#2661](https://github.com/bluesky-social/atproto/pull/2661) [`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6) Thanks [@foysalit](https://github.com/foysalit)! - Add mod events and status filter for account and record hosting status + +- [#2957](https://github.com/bluesky-social/atproto/pull/2957) [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429) Thanks [@gaearon](https://github.com/gaearon)! - Detect facets in parallel + +- [#2917](https://github.com/bluesky-social/atproto/pull/2917) [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow instantiating an API Agent with a string or URL + +- [#2933](https://github.com/bluesky-social/atproto/pull/2933) [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41) Thanks [@mozzius](https://github.com/mozzius)! - Fix handling of invalid facets in RichText + +- [#2905](https://github.com/bluesky-social/atproto/pull/2905) [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84) Thanks [@foysalit](https://github.com/foysalit)! - Add user specific and instance-wide settings api for ozone + ## 0.13.14 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 2177ccbc771..ce1201558e3 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.13.14", + "version": "0.13.15", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/aws/CHANGELOG.md b/packages/aws/CHANGELOG.md index eda48ba0314..ff16b83c664 100644 --- a/packages/aws/CHANGELOG.md +++ b/packages/aws/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/aws +## 0.2.8 + +### Patch Changes + +- Updated dependencies [[`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0)]: + - @atproto/crypto@0.4.2 + - @atproto/repo@0.5.4 + ## 0.2.7 ### Patch Changes diff --git a/packages/aws/package.json b/packages/aws/package.json index b98b89f7726..52abafdaf91 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/aws", - "version": "0.2.7", + "version": "0.2.8", "license": "MIT", "description": "Shared AWS cloud API helpers for atproto services", "keywords": [ diff --git a/packages/bsky/CHANGELOG.md b/packages/bsky/CHANGELOG.md index f1b81a80580..95182ee195d 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/bsky +## 0.0.93 + +### Patch Changes + +- [#2936](https://github.com/bluesky-social/atproto/pull/2936) [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Use custom verifySignatureWithKey with native node:crypto instead of @noble/curves to evaluate performance + +- Updated dependencies [[`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6), [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6), [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41), [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84)]: + - @atproto/api@0.13.15 + - @atproto/crypto@0.4.2 + - @atproto/xrpc-server@0.7.2 + - @atproto/identity@0.4.3 + - @atproto/repo@0.5.4 + - @atproto/sync@0.1.5 + ## 0.0.92 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index 6a32bdb5625..d0efb67cfbf 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.92", + "version": "0.0.93", "license": "MIT", "description": "Reference implementation of app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 04ce19e9bcc..28f9532a492 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/crypto +## 0.4.2 + +### Patch Changes + +- [#2936](https://github.com/bluesky-social/atproto/pull/2936) [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Export utils + ## 0.4.1 ### Patch Changes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 12d6b2fb975..649739d9d0a 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/crypto", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "description": "Library for cryptographic keys and signing in atproto", "keywords": [ diff --git a/packages/dev-env/CHANGELOG.md b/packages/dev-env/CHANGELOG.md index 7ad2502b92f..1679e256b59 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/dev-env +## 0.3.61 + +### Patch Changes + +- Updated dependencies [[`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6), [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429), [`9e18ab6a3`](https://github.com/bluesky-social/atproto/commit/9e18ab6a35f47e0a9cee76221bfa0817c8a624a1), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6), [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41), [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84), [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a)]: + - @atproto/ozone@0.1.54 + - @atproto/api@0.13.15 + - @atproto/pds@0.4.70 + - @atproto/crypto@0.4.2 + - @atproto/xrpc-server@0.7.2 + - @atproto/bsky@0.0.93 + - @atproto/identity@0.4.3 + - @atproto/sync@0.1.5 + ## 0.3.60 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index 2fa48fda399..87806049535 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.3.60", + "version": "0.3.61", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/identity/CHANGELOG.md b/packages/identity/CHANGELOG.md index 5cb39ffecb0..5f424a3f503 100644 --- a/packages/identity/CHANGELOG.md +++ b/packages/identity/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/identity +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0)]: + - @atproto/crypto@0.4.2 + ## 0.4.2 ### Patch Changes diff --git a/packages/identity/package.json b/packages/identity/package.json index 940d714f33f..0e5f8ce1fa9 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/identity", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "description": "Library for decentralized identities in atproto using DIDs and handles", "keywords": [ diff --git a/packages/oauth/oauth-provider/CHANGELOG.md b/packages/oauth/oauth-provider/CHANGELOG.md index 4fc0ecfc355..be57bc311d9 100644 --- a/packages/oauth/oauth-provider/CHANGELOG.md +++ b/packages/oauth/oauth-provider/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/oauth-provider +## 0.2.7 + +### Patch Changes + +- [#2852](https://github.com/bluesky-social/atproto/pull/2852) [`709ba3015`](https://github.com/bluesky-social/atproto/commit/709ba301578c1956b8eb0d89bad717615a4fd7ba) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove response content-encoding logic + ## 0.2.6 ### Patch Changes diff --git a/packages/oauth/oauth-provider/package.json b/packages/oauth/oauth-provider/package.json index 93d1194a8a8..f24ebae23bb 100644 --- a/packages/oauth/oauth-provider/package.json +++ b/packages/oauth/oauth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-provider", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.", "keywords": [ diff --git a/packages/ozone/CHANGELOG.md b/packages/ozone/CHANGELOG.md index 47285c8f796..8c4d2219813 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/ozone +## 0.1.54 + +### Patch Changes + +- [#2661](https://github.com/bluesky-social/atproto/pull/2661) [`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6) Thanks [@foysalit](https://github.com/foysalit)! - Add mod events and status filter for account and record hosting status + +- [#2905](https://github.com/bluesky-social/atproto/pull/2905) [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84) Thanks [@foysalit](https://github.com/foysalit)! - Add user specific and instance-wide settings api for ozone + +- Updated dependencies [[`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6), [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6), [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41), [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84)]: + - @atproto/api@0.13.15 + - @atproto/crypto@0.4.2 + - @atproto/xrpc-server@0.7.2 + - @atproto/identity@0.4.3 + ## 0.1.53 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index 50034055eca..5be44ee8a0c 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.53", + "version": "0.1.54", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 2c4258fb52c..3faa2c286dc 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,24 @@ # @atproto/pds +## 0.4.70 + +### Patch Changes + +- [#2946](https://github.com/bluesky-social/atproto/pull/2946) [`9e18ab6a3`](https://github.com/bluesky-social/atproto/commit/9e18ab6a35f47e0a9cee76221bfa0817c8a624a1) Thanks [@gaearon](https://github.com/gaearon)! - Fix getPostThread optimistic handling for URIs with handle + +- [#2850](https://github.com/bluesky-social/atproto/pull/2850) [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use a less cryptic error message when proxying fails + +- [#2850](https://github.com/bluesky-social/atproto/pull/2850) [`9ffeb5216`](https://github.com/bluesky-social/atproto/commit/9ffeb5216ab29919a2c1f3cc18af26c21a077d4a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow retrying proxied requests + +- Updated dependencies [[`d6f33b474`](https://github.com/bluesky-social/atproto/commit/d6f33b4742e0b94722a993efc7d18833d9416bb6), [`b6eeb81c6`](https://github.com/bluesky-social/atproto/commit/b6eeb81c6d454b5ae91b05a21fc1820274c1b429), [`709ba3015`](https://github.com/bluesky-social/atproto/commit/709ba301578c1956b8eb0d89bad717615a4fd7ba), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0), [`839202a3d`](https://github.com/bluesky-social/atproto/commit/839202a3d2b01de25de900cec7540019545798c6), [`e680d55ca`](https://github.com/bluesky-social/atproto/commit/e680d55ca2d7f6b213e2a8693eba6be39163ba41), [`c4b5e5395`](https://github.com/bluesky-social/atproto/commit/c4b5e53957463c37dd16fdd1b897d4ab02ab8e84)]: + - @atproto/api@0.13.15 + - @atproto/oauth-provider@0.2.7 + - @atproto/crypto@0.4.2 + - @atproto/xrpc-server@0.7.2 + - @atproto/aws@0.2.8 + - @atproto/identity@0.4.3 + - @atproto/repo@0.5.4 + ## 0.4.69 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index 955b01be170..fa66d8d206f 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.69", + "version": "0.4.70", "license": "MIT", "description": "Reference implementation of atproto Personal Data Server (PDS)", "keywords": [ diff --git a/packages/repo/CHANGELOG.md b/packages/repo/CHANGELOG.md index c8c1c1af5a8..b3c13904686 100644 --- a/packages/repo/CHANGELOG.md +++ b/packages/repo/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/repo +## 0.5.4 + +### Patch Changes + +- Updated dependencies [[`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0)]: + - @atproto/crypto@0.4.2 + ## 0.5.3 ### Patch Changes diff --git a/packages/repo/package.json b/packages/repo/package.json index d108cbd80f0..1c8fb4cf91d 100644 --- a/packages/repo/package.json +++ b/packages/repo/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/repo", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT", "description": "atproto repo and MST implementation", "keywords": [ diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index 5e3d8ee1a60..1f35ead8a2d 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/sync +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0)]: + - @atproto/xrpc-server@0.7.2 + - @atproto/identity@0.4.3 + - @atproto/repo@0.5.4 + ## 0.1.4 ### Patch Changes diff --git a/packages/sync/package.json b/packages/sync/package.json index a3a9ec85174..eb8a1728856 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/sync", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "description": "atproto sync library", "keywords": [ diff --git a/packages/xrpc-server/CHANGELOG.md b/packages/xrpc-server/CHANGELOG.md index 82294cb3676..aee615800d6 100644 --- a/packages/xrpc-server/CHANGELOG.md +++ b/packages/xrpc-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/xrpc-server +## 0.7.2 + +### Patch Changes + +- [#2936](https://github.com/bluesky-social/atproto/pull/2936) [`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Accept a custom verifySignatureWithKey in verifyJwt + +- Updated dependencies [[`1982693e3`](https://github.com/bluesky-social/atproto/commit/1982693e3ea1fef4db76ac9aca3db8dc5ebf3fe0)]: + - @atproto/crypto@0.4.2 + ## 0.7.1 ### Patch Changes diff --git a/packages/xrpc-server/package.json b/packages/xrpc-server/package.json index 5af65fad4d2..9163b460c52 100644 --- a/packages/xrpc-server/package.json +++ b/packages/xrpc-server/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc-server", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "description": "atproto HTTP API (XRPC) server library", "keywords": [