@metamask/eth-hd-keyring
Advanced tools
Comparing version 7.0.3 to 7.0.4
@@ -10,2 +10,9 @@ # Changelog | ||
## [7.0.4] | ||
### Changed | ||
- Bump `sinon` and `@types/sinon` to latest versions ([#51](https://github.com/MetaMask/accounts/pull/51)) | ||
- Add `syncpack` and sync dependencies ([#53](https://github.com/metamask/accounts/pull/53)) | ||
## [7.0.3] | ||
@@ -127,3 +134,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.3...HEAD | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.4...HEAD | ||
[7.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.3...@metamask/eth-hd-keyring@7.0.4 | ||
[7.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.2...@metamask/eth-hd-keyring@7.0.3 | ||
@@ -130,0 +138,0 @@ [7.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.1...@metamask/eth-hd-keyring@7.0.2 |
{ | ||
"name": "@metamask/eth-hd-keyring", | ||
"version": "7.0.3", | ||
"version": "7.0.4", | ||
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@ethereumjs/tx": "^4.0.1", | ||
"@ethereumjs/tx": "^4.2.0", | ||
"@lavamoat/allow-scripts": "^3.2.1", | ||
@@ -46,5 +46,5 @@ "@lavamoat/preinstall-always-fail": "^2.1.0", | ||
"@metamask/eth-hd-keyring": "4.0.1", | ||
"@types/jest": "^29.4.0", | ||
"@types/jest": "^29.5.12", | ||
"deepmerge": "^4.2.2", | ||
"jest": "^29.4.3" | ||
"jest": "^29.5.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "engines": { |
59356
17
2
2
0
8