@metamask-previews/keyring-internal-snap-client 10.0.3-e51c895 → 10.0.4-5951828

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [10.0.4]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
13
- - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
15
+ - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.4.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583))
16
+ - Bump `@metamask/keyring-snap-client` from `^9.0.2` to `^9.1.0` ([#583](https://github.com/MetaMask/accounts/pull/583))
14
17
 
15
18
  ## [10.0.3]
16
19
 
@@ -233,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
236
  - This new version fixes a bug with CJS re-exports.
234
237
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
235
238
 
236
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.3...HEAD
239
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.4...HEAD
240
+ [10.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.3...@metamask/keyring-internal-snap-client@10.0.4
237
241
  [10.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.2...@metamask/keyring-internal-snap-client@10.0.3
238
242
  [10.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.1...@metamask/keyring-internal-snap-client@10.0.2
239
243
  [10.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.0...@metamask/keyring-internal-snap-client@10.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "10.0.3-e51c895",
3
+ "version": "10.0.4-5951828",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "keyring",
@@ -66,9 +66,9 @@
66
66
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
67
67
  },
68
68
  "dependencies": {
69
- "@metamask/keyring-api": "23.3.0",
69
+ "@metamask/keyring-api": "23.4.0",
70
70
  "@metamask/keyring-internal-api": "11.0.1",
71
- "@metamask/keyring-snap-client": "9.0.2",
71
+ "@metamask/keyring-snap-client": "9.1.0",
72
72
  "@metamask/keyring-utils": "3.3.1",
73
73
  "@metamask/messenger": "^1.1.1"
74
74
  },
@@ -78,7 +78,7 @@
78
78
  "@metamask/auto-changelog": "^6.1.0",
79
79
  "@metamask/snaps-controllers": "^19.0.1",
80
80
  "@metamask/snaps-sdk": "^11.0.0",
81
- "@metamask/snaps-utils": "^12.1.3",
81
+ "@metamask/snaps-utils": "^12.2.1",
82
82
  "@metamask/utils": "^11.11.0",
83
83
  "@ts-bridge/cli": "^0.6.3",
84
84
  "@types/jest": "^29.5.12",