@metamask-previews/transaction-pay-controller 26.0.0-preview-421b16793 → 26.0.1-preview-3f58e8b65
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 +6 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [26.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/ramps-controller` from `^17.0.0` to `^
|
|
14
|
+
- Bump `@metamask/ramps-controller` from `^17.0.0` to `^18.0.0` ([#9646](https://github.com/MetaMask/core/pull/9646), [#9648](https://github.com/MetaMask/core/pull/9648), [#9670](https://github.com/MetaMask/core/pull/9670))
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^11.2.0` to `^11.2.1` ([#9648](https://github.com/MetaMask/core/pull/9648))
|
|
13
16
|
|
|
14
17
|
## [26.0.0]
|
|
15
18
|
|
|
@@ -1342,7 +1345,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1342
1345
|
|
|
1343
1346
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1344
1347
|
|
|
1345
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.
|
|
1348
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.1...HEAD
|
|
1349
|
+
[26.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.0...@metamask/transaction-pay-controller@26.0.1
|
|
1346
1350
|
[26.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.1...@metamask/transaction-pay-controller@26.0.0
|
|
1347
1351
|
[25.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.0...@metamask/transaction-pay-controller@25.1.1
|
|
1348
1352
|
[25.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.0.0...@metamask/transaction-pay-controller@25.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.1-preview-3f58e8b65",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -59,7 +59,7 @@
|
|
|
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.2.
|
|
62
|
+
"@metamask/assets-controller": "^11.2.1",
|
|
63
63
|
"@metamask/assets-controllers": "^110.0.0",
|
|
64
64
|
"@metamask/base-controller": "^9.1.0",
|
|
65
65
|
"@metamask/controller-utils": "^12.3.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@metamask/messenger": "^2.0.0",
|
|
69
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
70
70
|
"@metamask/network-controller": "^34.0.0",
|
|
71
|
-
"@metamask/ramps-controller": "^
|
|
71
|
+
"@metamask/ramps-controller": "^18.0.0",
|
|
72
72
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
73
73
|
"@metamask/sentinel-api-service": "^1.0.0",
|
|
74
74
|
"@metamask/transaction-controller": "^69.2.1",
|