@metamask-previews/gas-fee-controller 26.1.1-preview-debd7ebcd → 26.1.1-preview-9c8c0a0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - Bump `@metamask/messenger` from `^1.1.0` to `^1.1.1` ([#8373](https://github.com/MetaMask/core/pull/8373))
13
13
  - Add missing `@metamask/messenger` dependency ([#8318](https://github.com/MetaMask/core/pull/8318), [#8364](https://github.com/MetaMask/core/pull/8364))
14
14
  - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
15
+ - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
15
16
 
16
17
  ## [26.1.1]
17
18
 
@@ -517,9 +518,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
517
518
  ### Added
518
519
 
519
520
  - Initial release
520
-
521
521
  - As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
522
-
523
522
  - Everything in `src/gas`
524
523
 
525
524
  All changes listed after this point were applied to this package following the monorepo conversion.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gas-fee-controller",
3
- "version": "26.1.1-preview-debd7ebcd",
3
+ "version": "26.1.1-preview-9c8c0a0",
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
  "Ethereum",
@@ -53,7 +53,7 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/base-controller": "^9.0.1",
56
+ "@metamask/base-controller": "^9.1.0",
57
57
  "@metamask/controller-utils": "^11.20.0",
58
58
  "@metamask/eth-query": "^4.0.0",
59
59
  "@metamask/ethjs-unit": "^0.3.0",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@babel/runtime": "^7.23.9",
71
- "@metamask/auto-changelog": "^6.0.0",
71
+ "@metamask/auto-changelog": "^6.1.0",
72
72
  "@ts-bridge/cli": "^0.6.4",
73
73
  "@types/jest": "^29.5.14",
74
74
  "@types/jest-when": "^2.7.3",