@metamask-previews/transaction-pay-controller 22.1.0-preview-2fdaa18 → 22.2.0-preview-f3d53de3e
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 +14 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [22.2.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Resolve fiat asset per transaction type from `confirmations_pay_fiat` remote feature flag, falling back to hardcoded map then ETH on mainnet ([#8631](https://github.com/MetaMask/core/pull/8631))
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^7.0.0` to `^7.0.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
16
|
+
- Bump `@metamask/assets-controllers` from `^106.0.0` to `^106.0.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
17
|
+
- Bump `@metamask/bridge-controller` from `^72.0.1` to `^72.0.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
18
|
+
- Bump `@metamask/bridge-status-controller` from `^71.1.1` to `^71.1.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
20
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.0` to `^26.2.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
21
|
+
- Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
22
|
+
- Bump `@metamask/ramps-controller` from `^13.3.0` to `^13.3.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
23
|
+
- Bump `@metamask/remote-feature-flag-controller` from `^4.2.0` to `^4.2.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
24
|
+
- Bump `@metamask/transaction-controller` from `^65.2.0` to `^65.3.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
13
25
|
|
|
14
26
|
### Fixed
|
|
15
27
|
|
|
@@ -822,7 +834,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
822
834
|
|
|
823
835
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
824
836
|
|
|
825
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.
|
|
837
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.2.0...HEAD
|
|
838
|
+
[22.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.1.0...@metamask/transaction-pay-controller@22.2.0
|
|
826
839
|
[22.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.0.2...@metamask/transaction-pay-controller@22.1.0
|
|
827
840
|
[22.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.0.1...@metamask/transaction-pay-controller@22.0.2
|
|
828
841
|
[22.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.0.0...@metamask/transaction-pay-controller@22.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.2.0-preview-f3d53de3e",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,19 +57,19 @@
|
|
|
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": "^7.0.
|
|
61
|
-
"@metamask/assets-controllers": "^106.0.
|
|
60
|
+
"@metamask/assets-controller": "^7.0.1",
|
|
61
|
+
"@metamask/assets-controllers": "^106.0.1",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
|
-
"@metamask/bridge-controller": "^72.0.
|
|
64
|
-
"@metamask/bridge-status-controller": "^71.1.
|
|
65
|
-
"@metamask/controller-utils": "^
|
|
66
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
63
|
+
"@metamask/bridge-controller": "^72.0.2",
|
|
64
|
+
"@metamask/bridge-status-controller": "^71.1.2",
|
|
65
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
66
|
+
"@metamask/gas-fee-controller": "^26.2.1",
|
|
67
67
|
"@metamask/messenger": "^1.2.0",
|
|
68
68
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
69
|
-
"@metamask/network-controller": "^
|
|
70
|
-
"@metamask/ramps-controller": "^13.3.
|
|
71
|
-
"@metamask/remote-feature-flag-controller": "^4.2.
|
|
72
|
-
"@metamask/transaction-controller": "^65.
|
|
69
|
+
"@metamask/network-controller": "^31.0.0",
|
|
70
|
+
"@metamask/ramps-controller": "^13.3.1",
|
|
71
|
+
"@metamask/remote-feature-flag-controller": "^4.2.1",
|
|
72
|
+
"@metamask/transaction-controller": "^65.3.0",
|
|
73
73
|
"@metamask/utils": "^11.9.0",
|
|
74
74
|
"bignumber.js": "^9.1.2",
|
|
75
75
|
"bn.js": "^5.2.1",
|