@metamask/keyring-utils
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -10,2 +10,10 @@ # Changelog | ||
## [2.1.0] | ||
### Added | ||
- Add `Keyring` and `KeyringClass` types ([#201](https://github.com/MetaMask/accounts/pull/201)), ([#205](https://github.com/MetaMask/accounts/pull/205)) | ||
- The two types have been migrated from `@metamask/utils`. | ||
- The `State` generic accepted by the two types was removed, and the `deserialize` and `serialize` signatures were updated to use `Json` instead of `State` as argument and return types. | ||
## [2.0.0] | ||
@@ -55,3 +63,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.0...HEAD | ||
[2.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0 | ||
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0 | ||
@@ -58,0 +67,0 @@ [1.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1 |
{ | ||
"name": "@metamask/keyring-utils", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "MetaMask Keyring utils", | ||
@@ -48,2 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.2.0", | ||
"@metamask/superstruct": "^3.1.0", | ||
@@ -50,0 +51,0 @@ "@metamask/utils": "^11.1.0", |
118653
67
382
4
+ Added@ethereumjs/tx@^4.2.0