@metamask-previews/transaction-pay-controller 18.1.0-preview-55f73f6ce → 18.2.0-preview-4f74a56
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 +15 -3
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -7,14 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [18.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add HyperLiquid source quote support for Relay strategy ([#8285](https://github.com/MetaMask/core/pull/8285))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
16
|
-
- Bump `@metamask/assets-
|
|
17
|
-
- Bump `@metamask/
|
|
18
|
+
- Bump `@metamask/assets-controllers` from `^101.0.1` to `^102.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/bridge-controller` from `^69.2.1` to `^69.2.2` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/bridge-status-controller` from `^70.0.1` to `^70.0.2` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
- Bump `@metamask/gas-fee-controller` from `^26.1.0` to `^26.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
23
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
24
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
25
|
+
- Bump `@metamask/ramps-controller` from `^12.0.1` to `^12.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
26
|
+
- Bump `@metamask/remote-feature-flag-controller` from `^4.1.0` to `^4.2.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
27
|
+
- Bump `@metamask/assets-controller` from `^3.1.0` to `^3.2.0` ([#8298](https://github.com/MetaMask/core/pull/8298), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
28
|
+
- Bump `@metamask/transaction-controller` from `^63.1.0` to `^63.3.1` ([#8301](https://github.com/MetaMask/core/pull/8301), [#8313](https://github.com/MetaMask/core/pull/8313), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
18
29
|
|
|
19
30
|
## [18.1.0]
|
|
20
31
|
|
|
@@ -573,7 +584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
573
584
|
|
|
574
585
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
575
586
|
|
|
576
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.
|
|
587
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...HEAD
|
|
588
|
+
[18.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.1.0...@metamask/transaction-pay-controller@18.2.0
|
|
577
589
|
[18.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.0.0...@metamask/transaction-pay-controller@18.1.0
|
|
578
590
|
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@17.1.0...@metamask/transaction-pay-controller@18.0.0
|
|
579
591
|
[17.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@17.0.0...@metamask/transaction-pay-controller@17.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.2.0-preview-4f74a56",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,19 +52,19 @@
|
|
|
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": "^3.
|
|
56
|
-
"@metamask/assets-controllers": "^
|
|
57
|
-
"@metamask/base-controller": "^9.0.
|
|
58
|
-
"@metamask/bridge-controller": "^69.2.
|
|
59
|
-
"@metamask/bridge-status-controller": "^70.0.
|
|
55
|
+
"@metamask/assets-controller": "^3.2.0",
|
|
56
|
+
"@metamask/assets-controllers": "^102.0.0",
|
|
57
|
+
"@metamask/base-controller": "^9.0.1",
|
|
58
|
+
"@metamask/bridge-controller": "^69.2.2",
|
|
59
|
+
"@metamask/bridge-status-controller": "^70.0.2",
|
|
60
60
|
"@metamask/controller-utils": "^11.19.0",
|
|
61
|
-
"@metamask/gas-fee-controller": "^26.1.
|
|
62
|
-
"@metamask/messenger": "^0.
|
|
61
|
+
"@metamask/gas-fee-controller": "^26.1.1",
|
|
62
|
+
"@metamask/messenger": "^1.0.0",
|
|
63
63
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
64
|
-
"@metamask/network-controller": "^30.0.
|
|
65
|
-
"@metamask/ramps-controller": "^12.0
|
|
66
|
-
"@metamask/remote-feature-flag-controller": "^4.
|
|
67
|
-
"@metamask/transaction-controller": "^63.
|
|
64
|
+
"@metamask/network-controller": "^30.0.1",
|
|
65
|
+
"@metamask/ramps-controller": "^12.1.0",
|
|
66
|
+
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
67
|
+
"@metamask/transaction-controller": "^63.3.1",
|
|
68
68
|
"@metamask/utils": "^11.9.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"bn.js": "^5.2.1",
|