@metamask-previews/user-operation-controller 41.2.0-preview-2fdaa18 → 41.2.1-preview-f3d53de3e
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 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [41.2.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.5.0` ([#8363](https://github.com/MetaMask/core/pull/8363), [#8634](https://github.com/MetaMask/core/pull/8634), [#8665](https://github.com/MetaMask/core/pull/8665), [#8722](https://github.com/MetaMask/core/pull/8722))
|
|
13
15
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
|
|
14
|
-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.
|
|
16
|
+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.3.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447), [#8482](https://github.com/MetaMask/core/pull/8482), [#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613), [#8691](https://github.com/MetaMask/core/pull/8691), [#8722](https://github.com/MetaMask/core/pull/8722), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
15
17
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
16
|
-
- Bump `@metamask/network-controller` from `^30.0.1` to `^
|
|
17
|
-
- Bump `@metamask/gas-fee-controller` from `^26.1.1` to `^26.2.
|
|
18
|
+
- Bump `@metamask/network-controller` from `^30.0.1` to `^31.0.0` ([#8636](https://github.com/MetaMask/core/pull/8636), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
19
|
+
- Bump `@metamask/gas-fee-controller` from `^26.1.1` to `^26.2.1` ([#8722](https://github.com/MetaMask/core/pull/8722), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
20
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
21
|
+
- Bump `@metamask/polling-controller` from `^16.0.4` to `^16.0.5` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
18
22
|
|
|
19
23
|
## [41.2.0]
|
|
20
24
|
|
|
@@ -585,7 +589,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
585
589
|
|
|
586
590
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
587
591
|
|
|
588
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.
|
|
592
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.1...HEAD
|
|
593
|
+
[41.2.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.0...@metamask/user-operation-controller@41.2.1
|
|
589
594
|
[41.2.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.1...@metamask/user-operation-controller@41.2.0
|
|
590
595
|
[41.1.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.0...@metamask/user-operation-controller@41.1.1
|
|
591
596
|
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.3...@metamask/user-operation-controller@41.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "41.2.
|
|
3
|
+
"version": "41.2.1-preview-f3d53de3e",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@metamask/approval-controller": "^9.0.1",
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
|
-
"@metamask/controller-utils": "^
|
|
59
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
|
61
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
61
|
+
"@metamask/gas-fee-controller": "^26.2.1",
|
|
62
62
|
"@metamask/keyring-controller": "^25.5.0",
|
|
63
63
|
"@metamask/messenger": "^1.2.0",
|
|
64
|
-
"@metamask/network-controller": "^
|
|
65
|
-
"@metamask/polling-controller": "^16.0.
|
|
64
|
+
"@metamask/network-controller": "^31.0.0",
|
|
65
|
+
"@metamask/polling-controller": "^16.0.5",
|
|
66
66
|
"@metamask/rpc-errors": "^7.0.2",
|
|
67
67
|
"@metamask/superstruct": "^3.1.0",
|
|
68
|
-
"@metamask/transaction-controller": "^65.
|
|
68
|
+
"@metamask/transaction-controller": "^65.3.0",
|
|
69
69
|
"@metamask/utils": "^11.9.0",
|
|
70
70
|
"bn.js": "^5.2.1",
|
|
71
71
|
"immer": "^9.0.6",
|