@metamask-previews/transaction-pay-controller 19.0.3-preview-a37be9342 → 19.1.0-preview-26cb9fc
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 +9 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/ramps-controller` from `^13.0.0` to `^13.1.0` ([#8407](https://github.com/MetaMask/core/pull/8407))
|
|
13
|
+
|
|
14
|
+
## [19.1.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Support for perps deposit for Across ([#8334](https://github.com/MetaMask/core/pull/8334))
|
|
13
19
|
|
|
14
20
|
### Changed
|
|
15
21
|
|
|
16
|
-
- Bump `@metamask/assets-controller` from `^4.0.0` to `^
|
|
22
|
+
- Bump `@metamask/assets-controller` from `^4.0.0` to `^5.0.0` ([#8406](https://github.com/MetaMask/core/pull/8406))
|
|
17
23
|
|
|
18
24
|
### Fixed
|
|
19
25
|
|
|
@@ -631,7 +637,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
631
637
|
|
|
632
638
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
633
639
|
|
|
634
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0
|
|
640
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.1.0...HEAD
|
|
641
|
+
[19.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.3...@metamask/transaction-pay-controller@19.1.0
|
|
635
642
|
[19.0.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.2...@metamask/transaction-pay-controller@19.0.3
|
|
636
643
|
[19.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.1...@metamask/transaction-pay-controller@19.0.2
|
|
637
644
|
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "19.0
|
|
3
|
+
"version": "19.1.0-preview-26cb9fc",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@ethersproject/abi": "^5.7.0",
|
|
54
54
|
"@ethersproject/contracts": "^5.7.0",
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
|
-
"@metamask/assets-controller": "^
|
|
56
|
+
"@metamask/assets-controller": "^5.0.0",
|
|
57
57
|
"@metamask/assets-controllers": "^103.1.1",
|
|
58
58
|
"@metamask/base-controller": "^9.0.1",
|
|
59
59
|
"@metamask/bridge-controller": "^70.0.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@metamask/messenger": "^1.1.1",
|
|
64
64
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
65
65
|
"@metamask/network-controller": "^30.0.1",
|
|
66
|
-
"@metamask/ramps-controller": "^13.
|
|
66
|
+
"@metamask/ramps-controller": "^13.1.0",
|
|
67
67
|
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
68
68
|
"@metamask/transaction-controller": "^64.0.0",
|
|
69
69
|
"@metamask/utils": "^11.9.0",
|