@metamask-previews/eth-trezor-keyring 10.1.2-dc5df25 → 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 +8 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +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))
|
|
13
|
-
- Bump `@metamask/keyring-api` from `^23.6.0` to `^
|
|
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/hw-wallet-sdk` from `^0.11.0` to `^1.0.0` ([#611](https://github.com/MetaMask/accounts/pull/611))
|
|
17
|
+
- Bump `@metamask/keyring-sdk` from `^2.3.0` to `^3.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))
|
|
14
19
|
|
|
15
20
|
## [10.1.2]
|
|
16
21
|
|
|
@@ -312,7 +317,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
312
317
|
|
|
313
318
|
- Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88))
|
|
314
319
|
|
|
315
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@
|
|
320
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@11.0.0...HEAD
|
|
321
|
+
[11.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.2...@metamask/eth-trezor-keyring@11.0.0
|
|
316
322
|
[10.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.1...@metamask/eth-trezor-keyring@10.1.2
|
|
317
323
|
[10.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.1.0...@metamask/eth-trezor-keyring@10.1.1
|
|
318
324
|
[10.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.2...@metamask/eth-trezor-keyring@10.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-trezor-keyring",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-914f87e",
|
|
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": "
|
|
76
|
-
"@metamask/keyring-sdk": "
|
|
77
|
-
"@metamask/keyring-utils": "
|
|
74
|
+
"@metamask/hw-wallet-sdk": "1.0.0",
|
|
75
|
+
"@metamask/keyring-api": "24.0.0",
|
|
76
|
+
"@metamask/keyring-sdk": "3.0.0",
|
|
77
|
+
"@metamask/keyring-utils": "5.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": "
|
|
88
|
+
"@metamask/account-api": "2.0.0",
|
|
89
89
|
"@metamask/auto-changelog": "^6.1.0",
|
|
90
90
|
"@ts-bridge/cli": "^0.6.3",
|
|
91
91
|
"@types/ethereumjs-tx": "^1.0.1",
|