@metamask-previews/keyring-internal-snap-client 10.0.6-58658de → 11.0.0-914f87e
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.
- package/CHANGELOG.md +9 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +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))
|
|
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))
|
|
13
19
|
|
|
14
20
|
## [10.0.6]
|
|
15
21
|
|
|
@@ -256,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
256
262
|
- This new version fixes a bug with CJS re-exports.
|
|
257
263
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
258
264
|
|
|
259
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@
|
|
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
|
|
260
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
|
|
261
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
|
|
262
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": "
|
|
3
|
+
"version": "11.0.0-914f87e",
|
|
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": "
|
|
70
|
-
"@metamask/keyring-internal-api": "
|
|
71
|
-
"@metamask/keyring-snap-client": "
|
|
72
|
-
"@metamask/keyring-utils": "
|
|
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": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"directory": "src"
|
|
102
102
|
},
|
|
103
103
|
"engines": {
|
|
104
|
-
"node": "
|
|
104
|
+
"node": ">=22"
|
|
105
105
|
},
|
|
106
106
|
"lavamoat": {
|
|
107
107
|
"allowScripts": {
|