@metamask-previews/transaction-pay-controller 12.0.2-preview-e4aa1532 → 12.1.0-preview-8f3469e9c
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 +8 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [12.1.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.14.0` ([#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802), [#7832](https://github.com/MetaMask/core/pull/7832))
|
|
15
|
+
- Bump `@metamask/assets-controllers` from `^99.1.0` to `^99.2.0` ([#7802](https://github.com/MetaMask/core/pull/7802))
|
|
16
|
+
- Bump `@metamask/bridge-controller` from `^65.1.0` to `^65.2.0` ([#7802](https://github.com/MetaMask/core/pull/7802))
|
|
17
|
+
- Poll Relay status for same-chain quotes with a single deposit step ([#7761](https://github.com/MetaMask/core/pull/7761))
|
|
13
18
|
|
|
14
19
|
## [12.0.2]
|
|
15
20
|
|
|
@@ -19,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
24
|
- Bump `@metamask/bridge-controller` from `^65.0.1` to `^65.1.0` ([#7763](https://github.com/MetaMask/core/pull/7763))
|
|
20
25
|
- Bump `@metamask/bridge-status-controller` from `^65.0.0` to `^65.0.1` ([#7763](https://github.com/MetaMask/core/pull/7763))
|
|
21
26
|
- Bump `@metamask/transaction-controller` from `^62.10.0` to `^62.11.0` ([#7760](https://github.com/MetaMask/core/pull/7760))
|
|
22
|
-
- Poll Relay status for same-chain quotes with a single deposit step ([#7761](https://github.com/MetaMask/core/pull/7761))
|
|
23
27
|
|
|
24
28
|
### Fixed
|
|
25
29
|
|
|
@@ -325,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
325
329
|
|
|
326
330
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
327
331
|
|
|
328
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@12.0
|
|
332
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@12.1.0...HEAD
|
|
333
|
+
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@12.0.2...@metamask/transaction-pay-controller@12.1.0
|
|
329
334
|
[12.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@12.0.1...@metamask/transaction-pay-controller@12.0.2
|
|
330
335
|
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@12.0.0...@metamask/transaction-pay-controller@12.0.1
|
|
331
336
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.1.1...@metamask/transaction-pay-controller@12.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.1.0-preview-8f3469e9c",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/contracts": "^5.7.0",
|
|
54
|
-
"@metamask/assets-controllers": "^99.
|
|
54
|
+
"@metamask/assets-controllers": "^99.2.0",
|
|
55
55
|
"@metamask/base-controller": "^9.0.0",
|
|
56
|
-
"@metamask/bridge-controller": "^65.
|
|
56
|
+
"@metamask/bridge-controller": "^65.2.0",
|
|
57
57
|
"@metamask/bridge-status-controller": "^65.0.1",
|
|
58
58
|
"@metamask/controller-utils": "^11.18.0",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.0.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
62
62
|
"@metamask/network-controller": "^29.0.0",
|
|
63
63
|
"@metamask/remote-feature-flag-controller": "^4.0.0",
|
|
64
|
-
"@metamask/transaction-controller": "^62.
|
|
64
|
+
"@metamask/transaction-controller": "^62.14.0",
|
|
65
65
|
"@metamask/utils": "^11.9.0",
|
|
66
66
|
"bignumber.js": "^9.1.2",
|
|
67
67
|
"bn.js": "^5.2.1",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@metamask/auto-changelog": "^3.4.4",
|
|
73
73
|
"@ts-bridge/cli": "^0.6.4",
|
|
74
|
-
"@types/jest": "^27.
|
|
74
|
+
"@types/jest": "^27.5.2",
|
|
75
75
|
"deepmerge": "^4.2.2",
|
|
76
76
|
"jest": "^27.5.1",
|
|
77
|
-
"ts-jest": "^27.1.
|
|
77
|
+
"ts-jest": "^27.1.5",
|
|
78
78
|
"typedoc": "^0.24.8",
|
|
79
79
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
80
80
|
"typescript": "~5.3.3"
|