@metamask-previews/eth-trezor-keyring 10.1.1-1fa477f → 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 +16 -1
- package/package.json +7 -7
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.1.2]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/hw-wallet-sdk` from `^0.10.0` to `^0.11.0` ([#599](https://github.com/MetaMask/accounts/pull/599))
|
|
20
|
+
- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
21
|
+
- Bump `@metamask/keyring-sdk` from `^2.2.0` to `^2.3.0` ([#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.1.1]
|
|
11
25
|
|
|
12
26
|
### Changed
|
|
@@ -298,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
298
312
|
|
|
299
313
|
- Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88))
|
|
300
314
|
|
|
301
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.
|
|
315
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.2...HEAD
|
|
316
|
+
[10.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.1...@metamask/eth-trezor-keyring@10.1.2
|
|
302
317
|
[10.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.0...@metamask/eth-trezor-keyring@10.1.1
|
|
303
318
|
[10.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.2...@metamask/eth-trezor-keyring@10.1.0
|
|
304
319
|
[10.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.1...@metamask/eth-trezor-keyring@10.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-trezor-keyring",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.2-dc5df25",
|
|
4
4
|
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"@ethereumjs/tx": "^5.4.0",
|
|
72
72
|
"@ethereumjs/util": "^9.1.0",
|
|
73
73
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
74
|
-
"@metamask/hw-wallet-sdk": "0.
|
|
75
|
-
"@metamask/keyring-api": "23.
|
|
76
|
-
"@metamask/keyring-sdk": "2.
|
|
77
|
-
"@metamask/keyring-utils": "
|
|
74
|
+
"@metamask/hw-wallet-sdk": "0.11.0",
|
|
75
|
+
"@metamask/keyring-api": "23.7.0",
|
|
76
|
+
"@metamask/keyring-sdk": "2.3.0",
|
|
77
|
+
"@metamask/keyring-utils": "4.0.0",
|
|
78
78
|
"@metamask/utils": "^11.11.0",
|
|
79
79
|
"@trezor/connect-plugin-ethereum": "^9.0.5",
|
|
80
80
|
"@trezor/connect-web": "^9.6.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@ethereumjs/common": "^4.4.0",
|
|
86
86
|
"@lavamoat/allow-scripts": "^3.2.1",
|
|
87
87
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
88
|
-
"@metamask/account-api": "1.1.
|
|
88
|
+
"@metamask/account-api": "1.1.1",
|
|
89
89
|
"@metamask/auto-changelog": "^6.1.0",
|
|
90
90
|
"@ts-bridge/cli": "^0.6.3",
|
|
91
91
|
"@types/ethereumjs-tx": "^1.0.1",
|
|
@@ -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"
|