@metamask-previews/transaction-pay-controller 19.3.0-preview-1fba5d0b9 → 20.0.0-preview-127dac8
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,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [20.0.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Rename `executeEnabled` feature flag to `gaslessEnabled` ([#8607](https://github.com/MetaMask/core/pull/8607))
|
|
13
|
-
- Bump `@metamask/transaction-controller` from `^64.3.0` to `^
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^64.3.0` to `^65.0.0` ([#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613))
|
|
14
16
|
- Bump `@metamask/assets-controller` from `^6.1.0` to `^6.2.0` ([#8590](https://github.com/MetaMask/core/pull/8590))
|
|
15
17
|
|
|
16
18
|
### Fixed
|
|
@@ -714,7 +716,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
714
716
|
|
|
715
717
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
716
718
|
|
|
717
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@
|
|
719
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@20.0.0...HEAD
|
|
720
|
+
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.3.0...@metamask/transaction-pay-controller@20.0.0
|
|
718
721
|
[19.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.2.2...@metamask/transaction-pay-controller@19.3.0
|
|
719
722
|
[19.2.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.2.1...@metamask/transaction-pay-controller@19.2.2
|
|
720
723
|
[19.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.2.0...@metamask/transaction-pay-controller@19.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0-preview-127dac8",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@metamask/network-controller": "^30.0.1",
|
|
70
70
|
"@metamask/ramps-controller": "^13.2.0",
|
|
71
71
|
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
72
|
-
"@metamask/transaction-controller": "^
|
|
72
|
+
"@metamask/transaction-controller": "^65.0.0",
|
|
73
73
|
"@metamask/utils": "^11.9.0",
|
|
74
74
|
"bignumber.js": "^9.1.2",
|
|
75
75
|
"bn.js": "^5.2.1",
|