@metamask/abi-utils
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -9,2 +9,7 @@ # Changelog | ||
## [2.0.4] | ||
### Changed | ||
- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#79](https://github.com/MetaMask/abi-utils/pull/79), [#80](https://github.com/MetaMask/abi-utils/pull/80)) | ||
- Bump `@metamask/utils` from `^8.5.0` to `^9.0.0` ([#80](https://github.com/MetaMask/abi-utils/pull/80)) | ||
## [2.0.3] | ||
@@ -52,3 +57,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...HEAD | ||
[Unreleased]: https://github.com/MetaMask/abi-utils/compare/v2.0.4...HEAD | ||
[2.0.4]: https://github.com/MetaMask/abi-utils/compare/v2.0.3...v2.0.4 | ||
[2.0.3]: https://github.com/MetaMask/abi-utils/compare/v2.0.2...v2.0.3 | ||
@@ -55,0 +61,0 @@ [2.0.2]: https://github.com/MetaMask/abi-utils/compare/v2.0.1...v2.0.2 |
{ | ||
"name": "@metamask/abi-utils", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Lightweight utilities for encoding and decoding Solidity ABI", | ||
@@ -47,4 +47,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/superstruct": "^3.0.0", | ||
"@metamask/utils": "^8.5.0" | ||
"@metamask/superstruct": "^3.1.0", | ||
"@metamask/utils": "^9.0.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
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
201620
+ Added@metamask/utils@9.3.0(transitive)
- Removed@metamask/utils@8.5.0(transitive)
Updated@metamask/superstruct@^3.1.0
Updated@metamask/utils@^9.0.0