@metamask-previews/keyring-api 23.7.0-58658de → 23.7.0-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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ 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
|
+
|
|
10
14
|
## [23.7.0]
|
|
11
15
|
|
|
12
16
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-api",
|
|
3
|
-
"version": "23.7.0-
|
|
3
|
+
"version": "23.7.0-dc5df25",
|
|
4
4
|
"description": "MetaMask Keyring API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"keyring",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"directory": "src"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
|
-
"node": "
|
|
100
|
+
"node": ">=22"
|
|
101
101
|
},
|
|
102
102
|
"lavamoat": {
|
|
103
103
|
"allowScripts": {
|