@metamask/utils
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -9,2 +9,9 @@ # Changelog | ||
## [5.0.2] | ||
### Changed | ||
- The `Keyring` exposes a new optional method `init` ([#99](https://github.com/MetaMask/utils/pull/99)) | ||
### Fixed | ||
- Bump `@ethereumjs/tx` to `4.1.2` to address runtime compatibility issues ([#100](https://github.com/MetaMask/utils/pull/100)) | ||
## [5.0.1] | ||
@@ -138,3 +145,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.2...HEAD | ||
[5.0.2]: https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2 | ||
[5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1 | ||
@@ -141,0 +149,0 @@ [5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0 |
@@ -76,2 +76,6 @@ import type { TypedTransaction, TxData } from '@ethereumjs/tx'; | ||
/** | ||
* Method to include asynchronous configuration. | ||
*/ | ||
init?(): Promise<void>; | ||
/** | ||
* Remove an account from the keyring. | ||
@@ -78,0 +82,0 @@ * |
{ | ||
"name": "@metamask/utils", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.1.1", | ||
"@ethereumjs/tx": "^4.1.2", | ||
"@types/debug": "^4.1.7", | ||
@@ -36,0 +36,0 @@ "debug": "^4.3.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249153
3226
Updated@ethereumjs/tx@^4.1.2