@metamask/transaction-pay-controller 24.0.1 → 24.0.2
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 +10 -1
- package/package.json +4 -4
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
|
+
## [24.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^68.4.0` to `^69.0.0`
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^10.2.0` to `^10.2.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
16
|
+
- Bump `@metamask/assets-controllers` from `^109.4.0` to `^109.4.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
17
|
+
|
|
10
18
|
## [24.0.1]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -1260,7 +1268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1260
1268
|
|
|
1261
1269
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1262
1270
|
|
|
1263
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.
|
|
1271
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...HEAD
|
|
1272
|
+
[24.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...@metamask/transaction-pay-controller@24.0.2
|
|
1264
1273
|
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...@metamask/transaction-pay-controller@24.0.1
|
|
1265
1274
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.4...@metamask/transaction-pay-controller@24.0.0
|
|
1266
1275
|
[23.17.4]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.3...@metamask/transaction-pay-controller@23.17.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-pay-controller",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.2",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@ethersproject/abi": "^5.7.0",
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
|
-
"@metamask/assets-controller": "^10.2.
|
|
61
|
-
"@metamask/assets-controllers": "^109.4.
|
|
60
|
+
"@metamask/assets-controller": "^10.2.1",
|
|
61
|
+
"@metamask/assets-controllers": "^109.4.1",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/controller-utils": "^12.3.0",
|
|
64
64
|
"@metamask/gas-fee-controller": "^26.2.4",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@metamask/network-controller": "^34.0.0",
|
|
69
69
|
"@metamask/ramps-controller": "^15.1.0",
|
|
70
70
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
71
|
-
"@metamask/transaction-controller": "^
|
|
71
|
+
"@metamask/transaction-controller": "^69.0.0",
|
|
72
72
|
"@metamask/utils": "^11.11.0",
|
|
73
73
|
"bignumber.js": "^9.1.2",
|
|
74
74
|
"bn.js": "^5.2.1",
|