@metamask/transaction-pay-controller 22.6.2 → 22.6.3
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 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [22.6.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/assets-controller` from `^7.1.2` to `^8.0.0` ([#8866](https://github.com/MetaMask/core/pull/8866))
|
|
15
|
+
- Bump `@metamask/bridge-controller` from `^73.0.0` to `^73.0.1` ([#8866](https://github.com/MetaMask/core/pull/8866))
|
|
16
|
+
|
|
10
17
|
## [22.6.2]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -927,7 +934,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
927
934
|
|
|
928
935
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
929
936
|
|
|
930
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.
|
|
937
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.3...HEAD
|
|
938
|
+
[22.6.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.2...@metamask/transaction-pay-controller@22.6.3
|
|
931
939
|
[22.6.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.1...@metamask/transaction-pay-controller@22.6.2
|
|
932
940
|
[22.6.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.0...@metamask/transaction-pay-controller@22.6.1
|
|
933
941
|
[22.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.5.0...@metamask/transaction-pay-controller@22.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-pay-controller",
|
|
3
|
-
"version": "22.6.
|
|
3
|
+
"version": "22.6.3",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@ethersproject/abi": "^5.7.0",
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
|
-
"@metamask/assets-controller": "^
|
|
60
|
+
"@metamask/assets-controller": "^8.0.0",
|
|
61
61
|
"@metamask/assets-controllers": "^108.1.0",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
|
-
"@metamask/bridge-controller": "^73.0.
|
|
63
|
+
"@metamask/bridge-controller": "^73.0.1",
|
|
64
64
|
"@metamask/bridge-status-controller": "^71.2.0",
|
|
65
65
|
"@metamask/controller-utils": "^12.1.0",
|
|
66
66
|
"@metamask/gas-fee-controller": "^26.2.2",
|