@metamask-previews/gas-fee-controller
Advanced tools
Comparing version 22.0.1-preview-ff9209e to 22.0.2-preview-977dd3f9
@@ -10,2 +10,20 @@ # Changelog | ||
## [22.0.2] | ||
### Changed | ||
- Bump `@metamask/controller-utils` from `^11.4.3` to `^11.4.4` ([#5012](https://github.com/MetaMask/core/pull/5012)) | ||
- Bump `@metamask/polling-controller` from `^12.0.1` to `^12.0.2` ([#5012](https://github.com/MetaMask/core/pull/5012)) | ||
### Fixed | ||
- Make implicit peer dependencies explicit ([#4974](https://github.com/MetaMask/core/pull/4974)) | ||
- Add the following packages as peer dependencies of this package to satisfy peer dependency requirements from other dependencies: | ||
- `@babel/runtime@^7.0.0` (required by `@metamask/ethjs-unit`) | ||
- These dependencies really should be present in projects that consume this package (e.g. MetaMask clients), and this change ensures that they now are. | ||
- Furthermore, we are assuming that clients already use these dependencies, since otherwise it would be impossible to consume this package in its entirety or even create a working build. Hence, the addition of these peer dependencies is really a formality and should not be breaking. | ||
- Correct ESM-compatible build so that imports of the following packages that re-export other modules via `export *` are no longer corrupted: ([#5011](https://github.com/MetaMask/core/pull/5011)) | ||
- `@metamask/eth-query` | ||
- `bn.js` | ||
## [22.0.1] | ||
@@ -379,3 +397,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.2...HEAD | ||
[22.0.2]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.1...@metamask/gas-fee-controller@22.0.2 | ||
[22.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.0...@metamask/gas-fee-controller@22.0.1 | ||
@@ -382,0 +401,0 @@ [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@21.0.0...@metamask/gas-fee-controller@22.0.0 |
{ | ||
"name": "@metamask-previews/gas-fee-controller", | ||
"version": "22.0.1-preview-ff9209e", | ||
"version": "22.0.2-preview-977dd3f9", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -51,6 +51,6 @@ "keywords": [ | ||
"@metamask/base-controller": "^7.0.2", | ||
"@metamask/controller-utils": "^11.4.3", | ||
"@metamask/controller-utils": "^11.4.4", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/ethjs-unit": "^0.3.0", | ||
"@metamask/polling-controller": "^12.0.1", | ||
"@metamask/polling-controller": "^12.0.2", | ||
"@metamask/utils": "^10.0.0", | ||
@@ -63,4 +63,5 @@ "@types/bn.js": "^5.1.5", | ||
"devDependencies": { | ||
"@babel/runtime": "^7.23.9", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^22.0.2", | ||
"@metamask/network-controller": "^22.1.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -79,2 +80,3 @@ "@types/jest-when": "^2.7.3", | ||
"peerDependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"@metamask/network-controller": "^22.0.0" | ||
@@ -81,0 +83,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
222350
12
14