@metamask/transaction-pay-controller 25.1.0 → 25.1.1

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 +10 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [25.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/assets-controller` from `^11.1.0` to `^11.1.1` ([#9593](https://github.com/MetaMask/core/pull/9593))
15
+ - Bump `@metamask/assets-controllers` from `^109.4.1` to `^110.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
16
+ - Bump `@metamask/transaction-controller` from `^69.2.0` to `^69.2.1` ([#9593](https://github.com/MetaMask/core/pull/9593))
17
+
10
18
  ## [25.1.0]
11
19
 
12
20
  ### Changed
@@ -1308,7 +1316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1308
1316
 
1309
1317
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1310
1318
 
1311
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.0...HEAD
1319
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.1...HEAD
1320
+ [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.0...@metamask/transaction-pay-controller@25.1.1
1312
1321
  [25.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.0.0...@metamask/transaction-pay-controller@25.1.0
1313
1322
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.1.0...@metamask/transaction-pay-controller@25.0.0
1314
1323
  [24.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.3...@metamask/transaction-pay-controller@24.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-pay-controller",
3
- "version": "25.1.0",
3
+ "version": "25.1.1",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -59,8 +59,8 @@
59
59
  "@ethersproject/abi": "^5.7.0",
60
60
  "@ethersproject/contracts": "^5.7.0",
61
61
  "@ethersproject/providers": "^5.7.0",
62
- "@metamask/assets-controller": "^11.1.0",
63
- "@metamask/assets-controllers": "^109.4.1",
62
+ "@metamask/assets-controller": "^11.1.1",
63
+ "@metamask/assets-controllers": "^110.0.0",
64
64
  "@metamask/base-controller": "^9.1.0",
65
65
  "@metamask/controller-utils": "^12.3.0",
66
66
  "@metamask/gas-fee-controller": "^26.2.4",
@@ -70,7 +70,7 @@
70
70
  "@metamask/network-controller": "^34.0.0",
71
71
  "@metamask/ramps-controller": "^17.0.0",
72
72
  "@metamask/remote-feature-flag-controller": "^4.2.2",
73
- "@metamask/transaction-controller": "^69.2.0",
73
+ "@metamask/transaction-controller": "^69.2.1",
74
74
  "@metamask/utils": "^11.11.0",
75
75
  "bignumber.js": "^9.1.2",
76
76
  "bn.js": "^5.2.1",
@@ -80,10 +80,10 @@
80
80
  "devDependencies": {
81
81
  "@metamask/auto-changelog": "^6.1.0",
82
82
  "@ts-bridge/cli": "^0.6.4",
83
- "@types/jest": "^29.5.14",
83
+ "@types/jest": "^30.0.0",
84
84
  "deepmerge": "^4.2.2",
85
- "jest": "^29.7.0",
86
- "ts-jest": "^29.2.5",
85
+ "jest": "^30.4.2",
86
+ "ts-jest": "^29.4.11",
87
87
  "tsx": "^4.20.5",
88
88
  "typedoc": "^0.25.13",
89
89
  "typedoc-plugin-missing-exports": "^2.0.0",