@metamask-previews/transaction-pay-controller 19.0.1-preview-ac7a6cc51 → 19.0.2-preview-aedd6e96a
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 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
|
|
13
|
+
|
|
14
|
+
## [19.0.2]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/bridge-controller` from `^70.0.0` to `^70.0.1` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
19
|
+
- Bump `@metamask/bridge-status-controller` from `^70.0.4` to `^70.0.5` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
20
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
12
21
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
|
-
- Bump `@metamask/assets-controller` from `^3.2.1` to `^
|
|
14
|
-
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.
|
|
22
|
+
- Bump `@metamask/assets-controller` from `^3.2.1` to `^4.0.0` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
|
|
23
|
+
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.1` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
|
|
15
24
|
|
|
16
25
|
## [19.0.1]
|
|
17
26
|
|
|
@@ -607,7 +616,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
607
616
|
|
|
608
617
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
609
618
|
|
|
610
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.
|
|
619
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.2...HEAD
|
|
620
|
+
[19.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.1...@metamask/transaction-pay-controller@19.0.2
|
|
611
621
|
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
|
|
612
622
|
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...@metamask/transaction-pay-controller@19.0.0
|
|
613
623
|
[18.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.1.0...@metamask/transaction-pay-controller@18.2.0
|
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.0.2-preview-aedd6e96a",
|
|
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": "^
|
|
56
|
-
"@metamask/assets-controllers": "^103.1.
|
|
55
|
+
"@metamask/assets-controller": "^4.0.0",
|
|
56
|
+
"@metamask/assets-controllers": "^103.1.1",
|
|
57
57
|
"@metamask/base-controller": "^9.0.1",
|
|
58
|
-
"@metamask/bridge-controller": "^70.0.
|
|
59
|
-
"@metamask/bridge-status-controller": "^70.0.
|
|
58
|
+
"@metamask/bridge-controller": "^70.0.1",
|
|
59
|
+
"@metamask/bridge-status-controller": "^70.0.5",
|
|
60
60
|
"@metamask/controller-utils": "^11.20.0",
|
|
61
61
|
"@metamask/gas-fee-controller": "^26.1.1",
|
|
62
|
-
"@metamask/messenger": "^1.
|
|
62
|
+
"@metamask/messenger": "^1.1.0",
|
|
63
63
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
64
64
|
"@metamask/network-controller": "^30.0.1",
|
|
65
65
|
"@metamask/ramps-controller": "^12.1.0",
|
|
66
66
|
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
67
|
-
"@metamask/transaction-controller": "^
|
|
67
|
+
"@metamask/transaction-controller": "^64.0.0",
|
|
68
68
|
"@metamask/utils": "^11.9.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"bn.js": "^5.2.1",
|