@metamask-previews/eth-trezor-keyring 10.1.2-58658de → 10.1.2-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 +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- **BREAKING:** Drop support for Node.js v18 and v20; minimum version is now v22 ([#593](https://github.com/MetaMask/accounts/pull/593))
|
|
12
13
|
- Bump `@metamask/keyring-api` from `^23.6.0` to `^23.7.0` ([#604](https://github.com/MetaMask/accounts/pull/604))
|
|
13
14
|
|
|
14
15
|
## [10.1.2]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-trezor-keyring",
|
|
3
|
-
"version": "10.1.2-
|
|
3
|
+
"version": "10.1.2-dc5df25",
|
|
4
4
|
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"typescript": "~5.3.3"
|
|
108
108
|
},
|
|
109
109
|
"engines": {
|
|
110
|
-
"node": "
|
|
110
|
+
"node": ">=22"
|
|
111
111
|
},
|
|
112
112
|
"installConfig": {
|
|
113
113
|
"hoistingLimits": "workspaces"
|