@metamask-previews/transaction-pay-controller 23.1.0-preview-92f3bde43 → 23.2.0-preview-d04a0a1
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 +5 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Adding processing for postQuote transactions with paymentOverride defined ([#8967](https://github.com/MetaMask/core/pull/8967))
|
|
@@ -23,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
23
25
|
- Bump `@metamask/ramps-controller` from `^14.1.0` to `^14.1.1` ([#8989](https://github.com/MetaMask/core/pull/8989))
|
|
24
26
|
- Bump `@metamask/bridge-status-controller` from `^72.0.0` to `^72.0.2` ([#8990](https://github.com/MetaMask/core/pull/8990), [#8999](https://github.com/MetaMask/core/pull/8999))
|
|
25
27
|
- Bump `@metamask/bridge-controller` from `^73.2.0` to `^73.2.1` ([#8999](https://github.com/MetaMask/core/pull/8999))
|
|
26
|
-
- Bump `@metamask/transaction-controller` from `^66.0.0` to `^
|
|
28
|
+
- Bump `@metamask/transaction-controller` from `^66.0.0` to `^67.0.0` ([#8999](https://github.com/MetaMask/core/pull/8999), [#9021](https://github.com/MetaMask/core/pull/9021), [#9027](https://github.com/MetaMask/core/pull/9027))
|
|
27
29
|
|
|
28
30
|
## [23.1.0]
|
|
29
31
|
|
|
@@ -993,7 +995,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
993
995
|
|
|
994
996
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
995
997
|
|
|
996
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.
|
|
998
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.2.0...HEAD
|
|
999
|
+
[23.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.1.0...@metamask/transaction-pay-controller@23.2.0
|
|
997
1000
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.0.0...@metamask/transaction-pay-controller@23.1.0
|
|
998
1001
|
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.8.0...@metamask/transaction-pay-controller@23.0.0
|
|
999
1002
|
[22.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.7.0...@metamask/transaction-pay-controller@22.8.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-preview-d04a0a1",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@metamask/network-controller": "^32.0.0",
|
|
71
71
|
"@metamask/ramps-controller": "^14.1.1",
|
|
72
72
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
73
|
-
"@metamask/transaction-controller": "^
|
|
73
|
+
"@metamask/transaction-controller": "^67.0.0",
|
|
74
74
|
"@metamask/utils": "^11.9.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|
|
76
76
|
"bn.js": "^5.2.1",
|