@metamask-previews/transaction-pay-controller 25.0.0-preview-68ba7f84e → 25.1.0-preview-e0e795054
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
|
+
## [25.1.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Consume `hasTransactionType` helper from `@metamask/transaction-controller` to derive relevant transaction type against the top-level `TransactionMeta` ([#9570](https://github.com/MetaMask/core/pull/9570))
|
|
13
|
-
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.2.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589))
|
|
14
16
|
- Bump `@metamask/assets-controller` from `^11.0.0` to `^11.1.0` ([#9579](https://github.com/MetaMask/core/pull/9579))
|
|
15
17
|
|
|
16
18
|
## [25.0.0]
|
|
@@ -1306,7 +1308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1306
1308
|
|
|
1307
1309
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1308
1310
|
|
|
1309
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.
|
|
1311
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.0...HEAD
|
|
1312
|
+
[25.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.0.0...@metamask/transaction-pay-controller@25.1.0
|
|
1310
1313
|
[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.1.0...@metamask/transaction-pay-controller@25.0.0
|
|
1311
1314
|
[24.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.3...@metamask/transaction-pay-controller@24.1.0
|
|
1312
1315
|
[24.0.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...@metamask/transaction-pay-controller@24.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.1.0-preview-e0e795054",
|
|
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": "^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.
|
|
73
|
+
"@metamask/transaction-controller": "^69.2.0",
|
|
74
74
|
"@metamask/utils": "^11.11.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|
|
76
76
|
"bn.js": "^5.2.1",
|