@metamask-previews/gas-fee-controller 6.1.1-preview.d32a7cc → 6.1.2-preview.a8d97a1
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 +8 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.1.2]
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump dependency on `@metamask/base-controller` to ^3.2.1
|
|
12
|
+
- Bump dependency on `@metamask/controller-utils` to ^4.3.2
|
|
13
|
+
- Bump dependency and peer dependency on `@metamask/network-controller` to ^12.1.2
|
|
14
|
+
|
|
9
15
|
## [6.1.1]
|
|
10
16
|
### Uncategorized
|
|
11
17
|
- Replace `eth-query` ^2.1.2 with `@metamask/eth-query` ^3.0.1 ([#1546](https://github.com/MetaMask/core/pull/1546))
|
|
@@ -71,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
71
77
|
|
|
72
78
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
73
79
|
|
|
74
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.1.
|
|
80
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.1.2...HEAD
|
|
81
|
+
[6.1.2]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.1.1...@metamask/gas-fee-controller@6.1.2
|
|
75
82
|
[6.1.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.1.0...@metamask/gas-fee-controller@6.1.1
|
|
76
83
|
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.0.1...@metamask/gas-fee-controller@6.1.0
|
|
77
84
|
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@6.0.0...@metamask/gas-fee-controller@6.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2-preview.a8d97a1",
|
|
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",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"test:watch": "jest --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@metamask
|
|
32
|
-
"@metamask
|
|
33
|
-
"@metamask-previews/network-controller": "12.1.1-preview.d32a7cc",
|
|
31
|
+
"@metamask/base-controller": "^3.2.1",
|
|
32
|
+
"@metamask/controller-utils": "^4.3.2",
|
|
34
33
|
"@metamask/eth-query": "^3.0.1",
|
|
34
|
+
"@metamask/network-controller": "^12.1.2",
|
|
35
35
|
"@metamask/utils": "^6.2.0",
|
|
36
36
|
"@types/uuid": "^8.3.0",
|
|
37
37
|
"ethereumjs-util": "^7.0.10",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript": "~4.6.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@metamask
|
|
57
|
+
"@metamask/network-controller": "^12.1.2"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=16.0.0"
|