@metamask-previews/keyring-internal-snap-client 10.0.5-1fa477f → 10.0.6-dc5df25
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 +16 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **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))
|
|
14
|
+
|
|
15
|
+
## [10.0.6]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
20
|
+
- Bump `@metamask/keyring-internal-api` from `^11.0.1` to `^11.0.2` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
21
|
+
- Bump `@metamask/keyring-snap-client` from `^9.2.0` to `^9.2.1` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
22
|
+
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
23
|
+
|
|
10
24
|
## [10.0.5]
|
|
11
25
|
|
|
12
26
|
### Changed
|
|
@@ -243,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
243
257
|
- This new version fixes a bug with CJS re-exports.
|
|
244
258
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
245
259
|
|
|
246
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.
|
|
260
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.6...HEAD
|
|
261
|
+
[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
|
|
247
262
|
[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
263
|
[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
|
|
249
264
|
[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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-internal-snap-client",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.6-dc5df25",
|
|
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.
|
|
70
|
-
"@metamask/keyring-internal-api": "11.0.
|
|
71
|
-
"@metamask/keyring-snap-client": "9.2.
|
|
72
|
-
"@metamask/keyring-utils": "
|
|
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",
|
|
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": {
|