@metamask-previews/user-operation-controller 41.1.1-preview-ce9be8b82 → 41.2.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 +9 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
13
|
+
|
|
14
|
+
## [41.2.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
12
18
|
- Hardcode user operation transaction type to `contractInteraction` instead of calling `determineTransactionType` ([#8273](https://github.com/MetaMask/core/pull/8273))
|
|
19
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
13
20
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
14
21
|
|
|
15
22
|
## [41.1.1]
|
|
@@ -573,7 +580,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
573
580
|
|
|
574
581
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
575
582
|
|
|
576
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.
|
|
583
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.0...HEAD
|
|
584
|
+
[41.2.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.1...@metamask/user-operation-controller@41.2.0
|
|
577
585
|
[41.1.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.0...@metamask/user-operation-controller@41.1.1
|
|
578
586
|
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.3...@metamask/user-operation-controller@41.1.0
|
|
579
587
|
[41.0.3]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.2...@metamask/user-operation-controller@41.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.2.0-preview-373edc9",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:docs": "typedoc",
|
|
41
41
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/user-operation-controller",
|
|
42
42
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/user-operation-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",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@metamask/controller-utils": "^11.20.0",
|
|
55
55
|
"@metamask/eth-query": "^4.0.0",
|
|
56
56
|
"@metamask/gas-fee-controller": "^26.1.1",
|
|
57
|
-
"@metamask/keyring-controller": "^25.
|
|
57
|
+
"@metamask/keyring-controller": "^25.2.0",
|
|
58
58
|
"@metamask/messenger": "^1.0.0",
|
|
59
59
|
"@metamask/network-controller": "^30.0.1",
|
|
60
60
|
"@metamask/polling-controller": "^16.0.4",
|
|
61
61
|
"@metamask/rpc-errors": "^7.0.2",
|
|
62
62
|
"@metamask/superstruct": "^3.1.0",
|
|
63
|
-
"@metamask/transaction-controller": "^
|
|
63
|
+
"@metamask/transaction-controller": "^64.0.0",
|
|
64
64
|
"@metamask/utils": "^11.9.0",
|
|
65
65
|
"bn.js": "^5.2.1",
|
|
66
66
|
"immer": "^9.0.6",
|