@metamask-previews/transaction-pay-controller 17.0.0-preview-a12b37cc3 → 17.1.0-preview-3685bfb
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 +13 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [17.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- New public wrapper methods: `getDelegationTransaction()`, `getStrategy()` ([#8183](https://github.com/MetaMask/core/pull/8183))
|
|
13
15
|
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/assets-controller` from `^2.3.0` to `^2.4.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
19
|
+
- Bump `@metamask/assets-controllers` from `^100.2.1` to `^101.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
20
|
+
- Bump `@metamask/bridge-controller` from `^69.1.0` to `^69.1.1` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
21
|
+
- Bump `@metamask/bridge-status-controller` from `^68.1.0` to `^69.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
22
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.3` to `^26.1.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
23
|
+
- Bump `@metamask/transaction-controller` from `^62.22.0` to `^63.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
24
|
+
|
|
14
25
|
## [17.0.0]
|
|
15
26
|
|
|
16
27
|
### Added
|
|
@@ -530,7 +541,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
530
541
|
|
|
531
542
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
532
543
|
|
|
533
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@17.
|
|
544
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@17.1.0...HEAD
|
|
545
|
+
[17.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@17.0.0...@metamask/transaction-pay-controller@17.1.0
|
|
534
546
|
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@16.5.0...@metamask/transaction-pay-controller@17.0.0
|
|
535
547
|
[16.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@16.4.1...@metamask/transaction-pay-controller@16.5.0
|
|
536
548
|
[16.4.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@16.4.0...@metamask/transaction-pay-controller@16.4.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.0-preview-3685bfb",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/contracts": "^5.7.0",
|
|
54
54
|
"@ethersproject/providers": "^5.7.0",
|
|
55
|
-
"@metamask/assets-controller": "^2.
|
|
56
|
-
"@metamask/assets-controllers": "^
|
|
55
|
+
"@metamask/assets-controller": "^2.4.0",
|
|
56
|
+
"@metamask/assets-controllers": "^101.0.0",
|
|
57
57
|
"@metamask/base-controller": "^9.0.0",
|
|
58
|
-
"@metamask/bridge-controller": "^69.1.
|
|
59
|
-
"@metamask/bridge-status-controller": "^
|
|
58
|
+
"@metamask/bridge-controller": "^69.1.1",
|
|
59
|
+
"@metamask/bridge-status-controller": "^69.0.0",
|
|
60
60
|
"@metamask/controller-utils": "^11.19.0",
|
|
61
|
-
"@metamask/gas-fee-controller": "^26.0
|
|
61
|
+
"@metamask/gas-fee-controller": "^26.1.0",
|
|
62
62
|
"@metamask/messenger": "^0.3.0",
|
|
63
63
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
64
64
|
"@metamask/network-controller": "^30.0.0",
|
|
65
65
|
"@metamask/remote-feature-flag-controller": "^4.1.0",
|
|
66
|
-
"@metamask/transaction-controller": "^
|
|
66
|
+
"@metamask/transaction-controller": "^63.0.0",
|
|
67
67
|
"@metamask/utils": "^11.9.0",
|
|
68
68
|
"bignumber.js": "^9.1.2",
|
|
69
69
|
"bn.js": "^5.2.1",
|