@metamask-previews/gas-fee-controller 24.0.0-preview-6c94ae59 → 24.1.0-preview-e8868d87
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 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6473](https://github.com/MetaMask/core/pull/6473))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
16
|
-
- Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.
|
|
17
|
-
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.14.
|
|
18
|
-
- Bump `@metamask/utils` from `^11.2.0` to `^11.
|
|
19
|
-
- Bump `@metamask/
|
|
18
|
+
- Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.1` ([#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.14.1` ([#6069](https://github.com/MetaMask/core/pull/6069), [#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
|
+
- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054), [#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
|
21
|
+
- Bump `@metamask/polling-controller` from `^14.0.0` to `^14.0.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
22
|
|
|
21
23
|
## [24.0.0]
|
|
22
24
|
|
|
@@ -431,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
431
433
|
|
|
432
434
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
433
435
|
|
|
434
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@24.
|
|
436
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@24.1.0...HEAD
|
|
437
|
+
[24.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@24.0.0...@metamask/gas-fee-controller@24.1.0
|
|
435
438
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@23.0.0...@metamask/gas-fee-controller@24.0.0
|
|
436
439
|
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.3...@metamask/gas-fee-controller@23.0.0
|
|
437
440
|
[22.0.3]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@22.0.2...@metamask/gas-fee-controller@22.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.1.0-preview-e8868d87",
|
|
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",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/base-controller": "^8.4.
|
|
51
|
-
"@metamask/controller-utils": "^11.14.
|
|
50
|
+
"@metamask/base-controller": "^8.4.1",
|
|
51
|
+
"@metamask/controller-utils": "^11.14.1",
|
|
52
52
|
"@metamask/eth-query": "^4.0.0",
|
|
53
53
|
"@metamask/ethjs-unit": "^0.3.0",
|
|
54
|
-
"@metamask/polling-controller": "^14.0.
|
|
55
|
-
"@metamask/utils": "^11.8.
|
|
54
|
+
"@metamask/polling-controller": "^14.0.1",
|
|
55
|
+
"@metamask/utils": "^11.8.1",
|
|
56
56
|
"@types/bn.js": "^5.1.5",
|
|
57
57
|
"@types/uuid": "^8.3.0",
|
|
58
58
|
"bn.js": "^5.2.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/runtime": "^7.23.9",
|
|
63
63
|
"@metamask/auto-changelog": "^3.4.4",
|
|
64
|
-
"@metamask/network-controller": "^24.2.
|
|
64
|
+
"@metamask/network-controller": "^24.2.1",
|
|
65
65
|
"@types/jest": "^27.4.1",
|
|
66
66
|
"@types/jest-when": "^2.7.3",
|
|
67
67
|
"deepmerge": "^4.2.2",
|