@metamask-previews/transaction-pay-controller 23.3.0-preview-e4acb70 → 23.3.1-preview-2bb03d4
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.3.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/bridge-controller` from `^73.2.1` to `^74.0.0` ([#9045](https://github.com/MetaMask/core/pull/9045))
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^8.3.2` to `^8.3.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
16
|
+
- Bump `@metamask/assets-controllers` from `^108.5.0` to `^108.6.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
17
|
+
- Bump `@metamask/bridge-status-controller` from `^72.0.2` to `^72.0.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
18
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
19
|
+
- Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
13
20
|
|
|
14
21
|
## [23.3.0]
|
|
15
22
|
|
|
@@ -1005,7 +1012,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1005
1012
|
|
|
1006
1013
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1007
1014
|
|
|
1008
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.
|
|
1015
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.1...HEAD
|
|
1016
|
+
[23.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.0...@metamask/transaction-pay-controller@23.3.1
|
|
1009
1017
|
[23.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.2.0...@metamask/transaction-pay-controller@23.3.0
|
|
1010
1018
|
[23.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.1.0...@metamask/transaction-pay-controller@23.2.0
|
|
1011
1019
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.0.0...@metamask/transaction-pay-controller@23.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "23.3.
|
|
3
|
+
"version": "23.3.1-preview-2bb03d4",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,14 +57,14 @@
|
|
|
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": "^8.3.
|
|
61
|
-
"@metamask/assets-controllers": "^108.
|
|
60
|
+
"@metamask/assets-controller": "^8.3.3",
|
|
61
|
+
"@metamask/assets-controllers": "^108.6.0",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/bridge-controller": "^74.0.0",
|
|
64
|
-
"@metamask/bridge-status-controller": "^72.0.
|
|
65
|
-
"@metamask/controller-utils": "^12.1.
|
|
64
|
+
"@metamask/bridge-status-controller": "^72.0.3",
|
|
65
|
+
"@metamask/controller-utils": "^12.1.1",
|
|
66
66
|
"@metamask/gas-fee-controller": "^26.2.2",
|
|
67
|
-
"@metamask/keyring-controller": "^
|
|
67
|
+
"@metamask/keyring-controller": "^27.0.0",
|
|
68
68
|
"@metamask/messenger": "^1.2.0",
|
|
69
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
70
70
|
"@metamask/network-controller": "^32.0.0",
|