@metamask-previews/gas-fee-controller
Advanced tools
Comparing version 21.0.0-preview-7d32a0b2 to 21.0.0-preview-8518e617
@@ -10,2 +10,6 @@ # Changelog | ||
### Changed | ||
- **BREAKING:** Bump `@metamask/network-controller` peer dependency from `^21.0.0` to `^22.0.0` ([#4841](https://github.com/MetaMask/core/pull/4841)) | ||
## [21.0.0] | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@metamask-previews/gas-fee-controller", | ||
"version": "21.0.0-preview-7d32a0b2", | ||
"version": "21.0.0-preview-8518e617", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^21.1.0", | ||
"@metamask/network-controller": "^22.0.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -78,3 +78,3 @@ "@types/jest-when": "^2.7.3", | ||
"peerDependencies": { | ||
"@metamask/network-controller": "^21.0.0" | ||
"@metamask/network-controller": "^22.0.0" | ||
}, | ||
@@ -81,0 +81,0 @@ "engines": { |
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
220018