@metamask-previews/eth-hd-keyring 14.1.2-58658de → 14.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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Add `HdKeyring.toEntropySourceId` (v2) ([#603](https://github.com/MetaMask/accounts/pull/603))
|
|
13
|
+
- This can be used to compute a stable/deterministic ID for the keyring's seed.
|
|
14
|
+
|
|
10
15
|
### Changed
|
|
11
16
|
|
|
17
|
+
- **BREAKING:** Drop support for Node.js v18 and v20; minimum version is now v22 ([#593](https://github.com/MetaMask/accounts/pull/593))
|
|
12
18
|
- Bump `@metamask/keyring-api` from `^23.6.0` to `^23.7.0` ([#604](https://github.com/MetaMask/accounts/pull/604))
|
|
13
19
|
|
|
14
20
|
## [14.1.2]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-hd-keyring",
|
|
3
|
-
"version": "14.1.2-
|
|
3
|
+
"version": "14.1.2-dc5df25",
|
|
4
4
|
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"typescript": "~5.3.3"
|
|
93
93
|
},
|
|
94
94
|
"engines": {
|
|
95
|
-
"node": "
|
|
95
|
+
"node": ">=22"
|
|
96
96
|
},
|
|
97
97
|
"lavamoat": {
|
|
98
98
|
"allowScripts": {
|