@metamask-previews/user-operation-controller 41.0.3-preview-a12b37cc3 → 41.1.0-preview-3685bfb
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 +7 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [41.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Expose missing public `UserOperationController` methods through its messenger ([#8183](https://github.com/MetaMask/core/pull/8183))
|
|
@@ -18,7 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
20
|
|
|
19
21
|
### Changed
|
|
20
22
|
|
|
21
|
-
- Bump `@metamask/
|
|
23
|
+
- Bump `@metamask/approval-controller` from `^8.0.0` to `^9.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
24
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.3` to `^26.1.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
25
|
+
- Bump `@metamask/transaction-controller` from `^62.17.1` to `^63.0.0` ([#8005](https://github.com/MetaMask/core/pull/8005), [#8031](https://github.com/MetaMask/core/pull/8031), [#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140), [#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
22
26
|
|
|
23
27
|
## [41.0.3]
|
|
24
28
|
|
|
@@ -551,7 +555,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
551
555
|
|
|
552
556
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
553
557
|
|
|
554
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0
|
|
558
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.0...HEAD
|
|
559
|
+
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.3...@metamask/user-operation-controller@41.1.0
|
|
555
560
|
[41.0.3]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.2...@metamask/user-operation-controller@41.0.3
|
|
556
561
|
[41.0.2]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.1...@metamask/user-operation-controller@41.0.2
|
|
557
562
|
[41.0.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.0...@metamask/user-operation-controller@41.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "41.0
|
|
3
|
+
"version": "41.1.0-preview-3685bfb",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@metamask/approval-controller": "^
|
|
52
|
+
"@metamask/approval-controller": "^9.0.0",
|
|
53
53
|
"@metamask/base-controller": "^9.0.0",
|
|
54
54
|
"@metamask/controller-utils": "^11.19.0",
|
|
55
55
|
"@metamask/eth-query": "^4.0.0",
|
|
56
|
-
"@metamask/gas-fee-controller": "^26.0
|
|
56
|
+
"@metamask/gas-fee-controller": "^26.1.0",
|
|
57
57
|
"@metamask/keyring-controller": "^25.1.0",
|
|
58
58
|
"@metamask/messenger": "^0.3.0",
|
|
59
59
|
"@metamask/network-controller": "^30.0.0",
|
|
60
60
|
"@metamask/polling-controller": "^16.0.3",
|
|
61
61
|
"@metamask/rpc-errors": "^7.0.2",
|
|
62
62
|
"@metamask/superstruct": "^3.1.0",
|
|
63
|
-
"@metamask/transaction-controller": "^
|
|
63
|
+
"@metamask/transaction-controller": "^63.0.0",
|
|
64
64
|
"@metamask/utils": "^11.9.0",
|
|
65
65
|
"bn.js": "^5.2.1",
|
|
66
66
|
"immer": "^9.0.6",
|