@metamask-previews/user-operation-controller 41.1.1-preview-ac7a6cc51 → 41.2.0-preview-aedd6e96a
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 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,15 @@ 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
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
|
|
14
|
+
|
|
15
|
+
## [41.2.0]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
12
19
|
- Hardcode user operation transaction type to `contractInteraction` instead of calling `determineTransactionType` ([#8273](https://github.com/MetaMask/core/pull/8273))
|
|
20
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
13
21
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
14
22
|
|
|
15
23
|
## [41.1.1]
|
|
@@ -573,7 +581,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
573
581
|
|
|
574
582
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
575
583
|
|
|
576
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.
|
|
584
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.0...HEAD
|
|
585
|
+
[41.2.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.1...@metamask/user-operation-controller@41.2.0
|
|
577
586
|
[41.1.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.0...@metamask/user-operation-controller@41.1.1
|
|
578
587
|
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.3...@metamask/user-operation-controller@41.1.0
|
|
579
588
|
[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-aedd6e96a",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -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.
|
|
58
|
-
"@metamask/messenger": "^1.
|
|
57
|
+
"@metamask/keyring-controller": "^25.2.0",
|
|
58
|
+
"@metamask/messenger": "^1.1.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",
|