@metamask-previews/transaction-pay-controller 19.0.1-preview-ce9be8b82 → 19.0.2-preview-373edc9
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 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,16 @@ 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
|
+
|
|
10
12
|
### Changed
|
|
11
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))
|
|
12
17
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
|
-
- Bump `@metamask/assets-controller` from `^3.2.1` to `^
|
|
14
|
-
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.
|
|
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))
|
|
15
20
|
|
|
16
21
|
## [19.0.1]
|
|
17
22
|
|
|
@@ -607,7 +612,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
607
612
|
|
|
608
613
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
609
614
|
|
|
610
|
-
[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
|
|
611
617
|
[19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
|
|
612
618
|
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...@metamask/transaction-pay-controller@19.0.0
|
|
613
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-previews/transaction-pay-controller",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2-preview-373edc9",
|
|
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,11 +52,11 @@
|
|
|
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.1.
|
|
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.
|
|
58
|
+
"@metamask/bridge-controller": "^70.0.1",
|
|
59
|
+
"@metamask/bridge-status-controller": "^70.0.5",
|
|
60
60
|
"@metamask/controller-utils": "^11.20.0",
|
|
61
61
|
"@metamask/gas-fee-controller": "^26.1.1",
|
|
62
62
|
"@metamask/messenger": "^1.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
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",
|