@metamask/transaction-pay-controller 19.0.1 → 19.0.2
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 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^70.0.0` to `^70.0.1` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
15
|
+
- Bump `@metamask/bridge-status-controller` from `^70.0.4` to `^70.0.5` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
16
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
18
|
+
- 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))
|
|
19
|
+
- 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))
|
|
20
|
+
|
|
10
21
|
## [19.0.1]
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -601,7 +612,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
601
612
|
|
|
602
613
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
603
614
|
|
|
604
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.
|
|
615
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.2...HEAD
|
|
616
|
+
[19.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.1...@metamask/transaction-pay-controller@19.0.2
|
|
605
617
|
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
|
|
606
618
|
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...@metamask/transaction-pay-controller@19.0.0
|
|
607
619
|
[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/transaction-pay-controller",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:docs": "typedoc",
|
|
41
41
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/transaction-pay-controller",
|
|
42
42
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/transaction-pay-controller",
|
|
43
|
-
"generate-method-action-types": "tsx ../../
|
|
43
|
+
"generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
|
|
44
44
|
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
|
|
45
45
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
46
46
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
@@ -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.
|
|
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.
|
|
60
|
-
"@metamask/controller-utils": "^11.
|
|
58
|
+
"@metamask/bridge-controller": "^70.0.1",
|
|
59
|
+
"@metamask/bridge-status-controller": "^70.0.5",
|
|
60
|
+
"@metamask/controller-utils": "^11.20.0",
|
|
61
61
|
"@metamask/gas-fee-controller": "^26.1.1",
|
|
62
62
|
"@metamask/messenger": "^1.0.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",
|