@metamask-previews/transaction-controller 63.3.1-preview-ce9be8b82 → 64.0.0-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 +10 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
- Bump `@metamask/accounts-controller` from `^37.1.
|
|
13
|
-
|
|
12
|
+
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
13
|
+
|
|
14
|
+
## [64.0.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
14
18
|
- Add extra parameters in types and change `addTransaction` behavior ([#8052](https://github.com/MetaMask/core/pull/8052))
|
|
15
19
|
- Add optional `excludeNativeTokenForFee` in `TransactionMeta` type.
|
|
16
20
|
- Add optional `excludeNativeTokenForFee` in `TransactionBatchRequest` type.
|
|
17
21
|
- Add optional `excludeNativeTokenForFee` to `AddTransactionOptions` type.
|
|
18
22
|
- Changed `isGasFeeTokenIgnoredIfBalance` to be false if `excludeNativeTokenForFee` is passed in `addTransaction`.
|
|
23
|
+
- Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
24
|
+
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
19
25
|
|
|
20
26
|
### Removed
|
|
21
27
|
|
|
@@ -2305,7 +2311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2305
2311
|
|
|
2306
2312
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2307
2313
|
|
|
2308
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
2314
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.0.0...HEAD
|
|
2315
|
+
[64.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.1...@metamask/transaction-controller@64.0.0
|
|
2309
2316
|
[63.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.0...@metamask/transaction-controller@63.3.1
|
|
2310
2317
|
[63.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.2.0...@metamask/transaction-controller@63.3.0
|
|
2311
2318
|
[63.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.1.0...@metamask/transaction-controller@63.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "64.0.0-preview-373edc9",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
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-controller",
|
|
42
42
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/transaction-controller",
|
|
43
|
-
"generate-method-action-types": "tsx ../../
|
|
43
|
+
"generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
|
|
44
44
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
45
45
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
46
46
|
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@ethersproject/contracts": "^5.7.0",
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
57
|
"@ethersproject/wallet": "^5.7.0",
|
|
58
|
-
"@metamask/accounts-controller": "^37.
|
|
58
|
+
"@metamask/accounts-controller": "^37.2.0",
|
|
59
59
|
"@metamask/approval-controller": "^9.0.1",
|
|
60
60
|
"@metamask/base-controller": "^9.0.1",
|
|
61
61
|
"@metamask/controller-utils": "^11.20.0",
|