@metamask-previews/gas-fee-controller 19.0.0-preview-5492a3a → 19.0.1-preview-ea7e75d5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Remove `@metamask/network-controller` dependency [#4556](https://github.com/MetaMask/core/pull/4556)
|
|
13
15
|
- This was listed under `peerDependencies` already, so it was redundant as a dependency.
|
|
16
|
+
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645))
|
|
17
|
+
- 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))
|
|
18
|
+
- 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))
|
|
19
|
+
- Bump `@metamask/polling-controller` from `^9.0.0` to `^9.0.1` ([#4548](https://github.com/MetaMask/core/pull/4548))
|
|
20
|
+
- 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))
|
|
14
21
|
|
|
15
22
|
## [19.0.0]
|
|
16
23
|
|
|
@@ -316,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
316
323
|
|
|
317
324
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
318
325
|
|
|
319
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.
|
|
326
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.1...HEAD
|
|
327
|
+
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.0...@metamask/gas-fee-controller@19.0.1
|
|
320
328
|
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@18.0.0...@metamask/gas-fee-controller@19.0.0
|
|
321
329
|
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@17.0.0...@metamask/gas-fee-controller@18.0.0
|
|
322
330
|
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@16.0.0...@metamask/gas-fee-controller@17.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.1-preview-ea7e75d5",
|
|
4
4
|
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@metamask/controller-utils": "^11.0.2",
|
|
46
46
|
"@metamask/eth-query": "^4.0.0",
|
|
47
47
|
"@metamask/ethjs-unit": "^0.3.0",
|
|
48
|
-
"@metamask/polling-controller": "^9.0.
|
|
48
|
+
"@metamask/polling-controller": "^9.0.1",
|
|
49
49
|
"@metamask/utils": "^9.1.0",
|
|
50
50
|
"@types/bn.js": "^5.1.5",
|
|
51
51
|
"@types/uuid": "^8.3.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@metamask/auto-changelog": "^3.4.4",
|
|
57
|
-
"@metamask/network-controller": "^20.
|
|
57
|
+
"@metamask/network-controller": "^20.1.0",
|
|
58
58
|
"@types/jest": "^27.4.1",
|
|
59
59
|
"@types/jest-when": "^2.7.3",
|
|
60
60
|
"deepmerge": "^4.2.2",
|