@metamask-previews/keyring-internal-snap-client 10.0.3-e5bc458 → 10.0.5-1fa477f

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 +14 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [10.0.5]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-api` from `^23.4.0` to `^23.5.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
15
+ - Bump `@metamask/keyring-snap-client` from `^9.1.0` to `^9.2.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
16
+
17
+ ## [10.0.4]
18
+
10
19
  ### Changed
11
20
 
12
21
  - 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.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
22
+ - 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))
23
+ - Bump `@metamask/keyring-snap-client` from `^9.0.2` to `^9.1.0` ([#583](https://github.com/MetaMask/accounts/pull/583))
14
24
 
15
25
  ## [10.0.3]
16
26
 
@@ -233,7 +243,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
243
  - This new version fixes a bug with CJS re-exports.
234
244
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
235
245
 
236
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.3...HEAD
246
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.5...HEAD
247
+ [10.0.5]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.4...@metamask/keyring-internal-snap-client@10.0.5
248
+ [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
249
  [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
250
  [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
251
  [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-e5bc458",
3
+ "version": "10.0.5-1fa477f",
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.2.0",
69
+ "@metamask/keyring-api": "23.5.0",
70
70
  "@metamask/keyring-internal-api": "11.0.1",
71
- "@metamask/keyring-snap-client": "9.0.2",
71
+ "@metamask/keyring-snap-client": "9.2.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",