@metamask/gas-fee-controller
Advanced tools
Comparing version 19.0.0 to 19.0.1
@@ -10,2 +10,14 @@ # Changelog | ||
## [19.0.1] | ||
### Changed | ||
- Remove `@metamask/network-controller` dependency [#4556](https://github.com/MetaMask/core/pull/4556) | ||
- This was listed under `peerDependencies` already, so it was redundant as a dependency. | ||
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) | ||
- Bump `@metamask/base-controller` from `^6.0.0` to `^6.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/controller-utils` from `^11.0.0` to `^11.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/polling-controller` from `^9.0.0` to `^9.0.1` ([#4548](https://github.com/MetaMask/core/pull/4548)) | ||
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#4516](https://github.com/MetaMask/core/pull/4516), [#4529](https://github.com/MetaMask/core/pull/4529)) | ||
## [19.0.0] | ||
@@ -315,3 +327,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.1...HEAD | ||
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.0...@metamask/gas-fee-controller@19.0.1 | ||
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@18.0.0...@metamask/gas-fee-controller@19.0.0 | ||
@@ -318,0 +331,0 @@ [18.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@17.0.0...@metamask/gas-fee-controller@18.0.0 |
{ | ||
"name": "@metamask/gas-fee-controller", | ||
"version": "19.0.0", | ||
"version": "19.0.1", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -38,15 +38,14 @@ "keywords": [ | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test:verbose": "jest --verbose", | ||
"test:watch": "jest --watch" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", | ||
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache", | ||
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", | ||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/base-controller": "^6.0.0", | ||
"@metamask/controller-utils": "^11.0.0", | ||
"@metamask/base-controller": "^6.0.2", | ||
"@metamask/controller-utils": "^11.0.2", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/ethjs-unit": "^0.3.0", | ||
"@metamask/network-controller": "^20.0.0", | ||
"@metamask/polling-controller": "^9.0.0", | ||
"@metamask/utils": "^8.3.0", | ||
"@metamask/polling-controller": "^9.0.1", | ||
"@metamask/utils": "^9.1.0", | ||
"@types/bn.js": "^5.1.5", | ||
@@ -59,2 +58,3 @@ "@types/uuid": "^8.3.0", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^20.1.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -70,3 +70,3 @@ "@types/jest-when": "^2.7.3", | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -73,0 +73,0 @@ "peerDependencies": { |
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
234949
11
13