@metamask-previews/keyring-internal-snap-client 10.0.6-dc5df25 → 11.0.0-963e020

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 +8 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.0.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - **BREAKING:** Drop support for Node.js v18 and v20; minimum version is now v22 ([#593](https://github.com/MetaMask/accounts/pull/593))
13
- - Bump `@metamask/keyring-api` from `^23.6.0` to `^23.7.0` ([#604](https://github.com/MetaMask/accounts/pull/604))
15
+ - Bump `@metamask/keyring-api` from `^23.6.0` to `^24.0.0` ([#604](https://github.com/MetaMask/accounts/pull/604), [#611](https://github.com/MetaMask/accounts/pull/611))
16
+ - Bump `@metamask/keyring-internal-api` from `^11.0.2` to `^12.0.0` ([#611](https://github.com/MetaMask/accounts/pull/611))
17
+ - Bump `@metamask/keyring-snap-client` from `^9.2.1` to `^10.0.0` ([#611](https://github.com/MetaMask/accounts/pull/611))
18
+ - Bump `@metamask/keyring-utils` from `^4.0.0` to `^5.0.0` ([#611](https://github.com/MetaMask/accounts/pull/611))
14
19
 
15
20
  ## [10.0.6]
16
21
 
@@ -257,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257
262
  - This new version fixes a bug with CJS re-exports.
258
263
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
259
264
 
260
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.6...HEAD
265
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@11.0.0...HEAD
266
+ [11.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.6...@metamask/keyring-internal-snap-client@11.0.0
261
267
  [10.0.6]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.5...@metamask/keyring-internal-snap-client@10.0.6
262
268
  [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
263
269
  [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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "10.0.6-dc5df25",
3
+ "version": "11.0.0-963e020",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "keyring",
@@ -66,10 +66,10 @@
66
66
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
67
67
  },
68
68
  "dependencies": {
69
- "@metamask/keyring-api": "23.7.0",
70
- "@metamask/keyring-internal-api": "11.0.2",
71
- "@metamask/keyring-snap-client": "9.2.1",
72
- "@metamask/keyring-utils": "4.0.0",
69
+ "@metamask/keyring-api": "24.0.0",
70
+ "@metamask/keyring-internal-api": "12.0.0",
71
+ "@metamask/keyring-snap-client": "10.0.0",
72
+ "@metamask/keyring-utils": "5.0.0",
73
73
  "@metamask/messenger": "^1.1.1"
74
74
  },
75
75
  "devDependencies": {