@metamask/eth-hd-keyring 14.1.0 → 14.1.1
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 +9 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [14.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
15
|
+
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
16
|
+
|
|
10
17
|
## [14.1.0]
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -282,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
282
289
|
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`.
|
|
283
290
|
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
|
|
284
291
|
|
|
285
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.
|
|
292
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.1...HEAD
|
|
293
|
+
[14.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.0...@metamask/eth-hd-keyring@14.1.1
|
|
286
294
|
[14.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.1...@metamask/eth-hd-keyring@14.1.0
|
|
287
295
|
[14.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.0...@metamask/eth-hd-keyring@14.0.1
|
|
288
296
|
[14.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@13.1.1...@metamask/eth-hd-keyring@14.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/eth-hd-keyring",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1",
|
|
4
4
|
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@ethereumjs/util": "^9.1.0",
|
|
71
71
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
72
72
|
"@metamask/key-tree": "^10.0.2",
|
|
73
|
-
"@metamask/keyring-api": "^23.0
|
|
74
|
-
"@metamask/keyring-sdk": "^2.0.
|
|
73
|
+
"@metamask/keyring-api": "^23.1.0",
|
|
74
|
+
"@metamask/keyring-sdk": "^2.0.2",
|
|
75
75
|
"@metamask/keyring-utils": "^3.2.0",
|
|
76
76
|
"@metamask/scure-bip39": "^2.1.1",
|
|
77
77
|
"@metamask/superstruct": "^3.1.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@lavamoat/allow-scripts": "^3.2.1",
|
|
83
83
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
84
|
-
"@metamask/account-api": "^1.0.
|
|
84
|
+
"@metamask/account-api": "^1.0.4",
|
|
85
85
|
"@metamask/auto-changelog": "^6.1.0",
|
|
86
86
|
"@metamask/bip39": "^4.0.0",
|
|
87
87
|
"@metamask/old-hd-keyring": "npm:@metamask/eth-hd-keyring@^4.0.1",
|