From d5acb5639687b99ac21f60eb0906af4a3d3707bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:01:11 -0400 Subject: [PATCH] Version Packages (#848) Co-authored-by: github-actions[bot] --- .changeset/blue-roses-cough.md | 8 -------- .changeset/fresh-olives-dance.md | 5 ----- .changeset/friendly-carrots-return.md | 12 ------------ .changeset/kind-deers-burn.md | 9 --------- .changeset/polite-days-wash.md | 8 -------- .changeset/silly-poets-sing.md | 8 -------- .changeset/spicy-forks-attack.md | 5 ----- .changeset/warm-starfishes-beam.md | 8 -------- packages/agent/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/agent/package.json | 2 +- packages/credentials/CHANGELOG.md | 10 ++++++++++ packages/credentials/package.json | 2 +- packages/crypto-aws-kms/CHANGELOG.md | 9 +++++++++ packages/crypto-aws-kms/package.json | 2 +- packages/crypto/CHANGELOG.md | 6 ++++++ packages/crypto/package.json | 2 +- packages/dids/CHANGELOG.md | 11 +++++++++++ packages/dids/package.json | 2 +- packages/identity-agent/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/identity-agent/package.json | 2 +- packages/proxy-agent/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/proxy-agent/package.json | 2 +- packages/user-agent/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/user-agent/package.json | 2 +- 24 files changed, 139 insertions(+), 71 deletions(-) delete mode 100644 .changeset/blue-roses-cough.md delete mode 100644 .changeset/fresh-olives-dance.md delete mode 100644 .changeset/friendly-carrots-return.md delete mode 100644 .changeset/kind-deers-burn.md delete mode 100644 .changeset/polite-days-wash.md delete mode 100644 .changeset/silly-poets-sing.md delete mode 100644 .changeset/spicy-forks-attack.md delete mode 100644 .changeset/warm-starfishes-beam.md diff --git a/.changeset/blue-roses-cough.md b/.changeset/blue-roses-cough.md deleted file mode 100644 index 60f3b5668..000000000 --- a/.changeset/blue-roses-cough.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/agent": minor -"@web5/identity-agent": minor -"@web5/proxy-agent": minor -"@web5/user-agent": minor ---- - -Add ability to Sync a subset of protocols as a delegate diff --git a/.changeset/fresh-olives-dance.md b/.changeset/fresh-olives-dance.md deleted file mode 100644 index e611f3362..000000000 --- a/.changeset/fresh-olives-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/agent": patch ---- - -Add requestPermissionsForProtocol helper method to connect module diff --git a/.changeset/friendly-carrots-return.md b/.changeset/friendly-carrots-return.md deleted file mode 100644 index 708482b2d..000000000 --- a/.changeset/friendly-carrots-return.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@web5/crypto-aws-kms": patch -"@web5/identity-agent": patch -"@web5/credentials": patch -"@web5/proxy-agent": patch -"@web5/user-agent": patch -"@web5/crypto": patch -"@web5/agent": patch -"@web5/dids": patch ---- - -cleanup crypto utils diff --git a/.changeset/kind-deers-burn.md b/.changeset/kind-deers-burn.md deleted file mode 100644 index f70eb6549..000000000 --- a/.changeset/kind-deers-burn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@web5/user-agent": patch -"@web5/agent": patch -"@web5/dids": patch -"@web5/identity-agent": patch -"@web5/proxy-agent": patch ---- - -Implement DidResolverCache thats specific to Agent usage diff --git a/.changeset/polite-days-wash.md b/.changeset/polite-days-wash.md deleted file mode 100644 index 0ea7caf24..000000000 --- a/.changeset/polite-days-wash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/identity-agent": patch -"@web5/proxy-agent": patch -"@web5/user-agent": patch -"@web5/agent": patch ---- - -Introduce a `PermissionsApi` for Web5Agents diff --git a/.changeset/silly-poets-sing.md b/.changeset/silly-poets-sing.md deleted file mode 100644 index 16cdbf118..000000000 --- a/.changeset/silly-poets-sing.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/agent": minor -"@web5/identity-agent": minor -"@web5/proxy-agent": minor -"@web5/user-agent": minor ---- - -Simplify support for Permission Grant logic within agent. diff --git a/.changeset/spicy-forks-attack.md b/.changeset/spicy-forks-attack.md deleted file mode 100644 index bddd07abb..000000000 --- a/.changeset/spicy-forks-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/agent": patch ---- - -integrate dwn grants into connect flow diff --git a/.changeset/warm-starfishes-beam.md b/.changeset/warm-starfishes-beam.md deleted file mode 100644 index de8f4fd84..000000000 --- a/.changeset/warm-starfishes-beam.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/agent": patch -"@web5/identity-agent": patch -"@web5/proxy-agent": patch -"@web5/user-agent": patch ---- - -Upgrade `dwn-sdk-js` version and `dwn-server` dependency diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index f5c3382b0..453270db9 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,31 @@ # @web5/agent +## 0.6.0 + +### Minor Changes + +- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to Sync a subset of protocols as a delegate + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify support for Permission Grant logic within agent. + +### Patch Changes + +- [#854](https://github.com/TBD54566975/web5-js/pull/854) [`4ff2316`](https://github.com/TBD54566975/web5-js/commit/4ff2316e28ad3f29f0336c69adde0a37840ebb33) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add requestPermissionsForProtocol helper method to connect module + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Introduce a `PermissionsApi` for Web5Agents + +- [#850](https://github.com/TBD54566975/web5-js/pull/850) [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b) Thanks [@shamilovtim](https://github.com/shamilovtim)! - integrate dwn grants into connect flow + +- [#853](https://github.com/TBD54566975/web5-js/pull/853) [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` version and `dwn-server` dependency + +- Updated dependencies [[`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77)]: + - @web5/crypto@1.0.4 + - @web5/dids@1.1.4 + ## 0.5.1 ### Patch Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index 3c04ac5c2..3de0b2c93 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/agent", - "version": "0.5.1", + "version": "0.6.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/credentials/CHANGELOG.md b/packages/credentials/CHANGELOG.md index 9eff6091f..7441cf2a1 100644 --- a/packages/credentials/CHANGELOG.md +++ b/packages/credentials/CHANGELOG.md @@ -1,5 +1,15 @@ # @web5/credentials +## 1.1.1 + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- Updated dependencies [[`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77)]: + - @web5/crypto@1.0.4 + - @web5/dids@1.1.4 + ## 1.1.0 ### Minor Changes diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 0b18c1e7a..9cb28426a 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -1,6 +1,6 @@ { "name": "@web5/credentials", - "version": "1.1.0", + "version": "1.1.1", "description": "Verifiable Credentials", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/crypto-aws-kms/CHANGELOG.md b/packages/crypto-aws-kms/CHANGELOG.md index 4048d660a..4224f24fa 100644 --- a/packages/crypto-aws-kms/CHANGELOG.md +++ b/packages/crypto-aws-kms/CHANGELOG.md @@ -1,5 +1,14 @@ # @web5/crypto-aws-kms +## 1.0.4 + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- Updated dependencies [[`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8)]: + - @web5/crypto@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/crypto-aws-kms/package.json b/packages/crypto-aws-kms/package.json index 6585db339..c494db7b1 100644 --- a/packages/crypto-aws-kms/package.json +++ b/packages/crypto-aws-kms/package.json @@ -1,6 +1,6 @@ { "name": "@web5/crypto-aws-kms", - "version": "1.0.3", + "version": "1.0.4", "description": "Web5 cryptographic library using AWS KMS", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 6ccd7d773..e946a2383 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,11 @@ # @web5/crypto +## 1.0.4 + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + ## 1.0.3 ### Patch Changes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index f2ebecf10..309ef1ae0 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@web5/crypto", - "version": "1.0.3", + "version": "1.0.4", "description": "Web5 cryptographic library", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/dids/CHANGELOG.md b/packages/dids/CHANGELOG.md index c2e92457b..c598555db 100644 --- a/packages/dids/CHANGELOG.md +++ b/packages/dids/CHANGELOG.md @@ -1,5 +1,16 @@ # @web5/dids +## 1.1.4 + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage + +- Updated dependencies [[`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8)]: + - @web5/crypto@1.0.4 + ## 1.1.3 ### Patch Changes diff --git a/packages/dids/package.json b/packages/dids/package.json index 5188fe13b..88cab6639 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -1,6 +1,6 @@ { "name": "@web5/dids", - "version": "1.1.3", + "version": "1.1.4", "description": "TBD DIDs library", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/identity-agent/CHANGELOG.md b/packages/identity-agent/CHANGELOG.md index 6fba270d5..f83be6445 100644 --- a/packages/identity-agent/CHANGELOG.md +++ b/packages/identity-agent/CHANGELOG.md @@ -1,5 +1,28 @@ # @web5/identity-agent +## 0.5.0 + +### Minor Changes + +- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to Sync a subset of protocols as a delegate + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify support for Permission Grant logic within agent. + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Introduce a `PermissionsApi` for Web5Agents + +- [#853](https://github.com/TBD54566975/web5-js/pull/853) [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` version and `dwn-server` dependency + +- Updated dependencies [[`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d), [`4ff2316`](https://github.com/TBD54566975/web5-js/commit/4ff2316e28ad3f29f0336c69adde0a37840ebb33), [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b), [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282)]: + - @web5/agent@0.6.0 + - @web5/crypto@1.0.4 + - @web5/dids@1.1.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/identity-agent/package.json b/packages/identity-agent/package.json index dc5cdd4b1..17230bdf3 100644 --- a/packages/identity-agent/package.json +++ b/packages/identity-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/identity-agent", - "version": "0.4.3", + "version": "0.5.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/proxy-agent/CHANGELOG.md b/packages/proxy-agent/CHANGELOG.md index 4fb1cdb65..d35ae97f1 100644 --- a/packages/proxy-agent/CHANGELOG.md +++ b/packages/proxy-agent/CHANGELOG.md @@ -1,5 +1,28 @@ # @web5/proxy-agent +## 0.5.0 + +### Minor Changes + +- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to Sync a subset of protocols as a delegate + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify support for Permission Grant logic within agent. + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Introduce a `PermissionsApi` for Web5Agents + +- [#853](https://github.com/TBD54566975/web5-js/pull/853) [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` version and `dwn-server` dependency + +- Updated dependencies [[`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d), [`4ff2316`](https://github.com/TBD54566975/web5-js/commit/4ff2316e28ad3f29f0336c69adde0a37840ebb33), [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b), [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282)]: + - @web5/agent@0.6.0 + - @web5/crypto@1.0.4 + - @web5/dids@1.1.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/proxy-agent/package.json b/packages/proxy-agent/package.json index 2ab8aa134..150488ac6 100644 --- a/packages/proxy-agent/package.json +++ b/packages/proxy-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/proxy-agent", - "version": "0.4.3", + "version": "0.5.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/user-agent/CHANGELOG.md b/packages/user-agent/CHANGELOG.md index 6c8040f71..a5d793a7b 100644 --- a/packages/user-agent/CHANGELOG.md +++ b/packages/user-agent/CHANGELOG.md @@ -1,5 +1,28 @@ # @web5/user-agent +## 0.5.0 + +### Minor Changes + +- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to Sync a subset of protocols as a delegate + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify support for Permission Grant logic within agent. + +### Patch Changes + +- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils + +- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Introduce a `PermissionsApi` for Web5Agents + +- [#853](https://github.com/TBD54566975/web5-js/pull/853) [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` version and `dwn-server` dependency + +- Updated dependencies [[`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d), [`4ff2316`](https://github.com/TBD54566975/web5-js/commit/4ff2316e28ad3f29f0336c69adde0a37840ebb33), [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079), [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b), [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282)]: + - @web5/agent@0.6.0 + - @web5/crypto@1.0.4 + - @web5/dids@1.1.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/user-agent/package.json b/packages/user-agent/package.json index 7e57243ff..851b89507 100644 --- a/packages/user-agent/package.json +++ b/packages/user-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/user-agent", - "version": "0.4.3", + "version": "0.5.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",