@metamask-previews/user-operation-controller 41.2.2-preview-838d6b234 → 41.2.3-preview-f39f9dcb4
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 +8 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [41.2.3]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^66.0.0` ([#8796](https://github.com/MetaMask/core/pull/8796), [#8848](https://github.com/MetaMask/core/pull/8848))
|
|
15
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.1` to `^26.2.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
|
|
16
|
+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
|
|
17
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
13
18
|
|
|
14
19
|
## [41.2.2]
|
|
15
20
|
|
|
@@ -600,7 +605,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
600
605
|
|
|
601
606
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
602
607
|
|
|
603
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.
|
|
608
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.3...HEAD
|
|
609
|
+
[41.2.3]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.2...@metamask/user-operation-controller@41.2.3
|
|
604
610
|
[41.2.2]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.1...@metamask/user-operation-controller@41.2.2
|
|
605
611
|
[41.2.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.0...@metamask/user-operation-controller@41.2.1
|
|
606
612
|
[41.2.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.1.1...@metamask/user-operation-controller@41.2.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.3-preview-f39f9dcb4",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
59
|
"@metamask/controller-utils": "^12.1.0",
|
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
|
61
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
62
|
-
"@metamask/keyring-controller": "^
|
|
61
|
+
"@metamask/gas-fee-controller": "^26.2.2",
|
|
62
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
63
63
|
"@metamask/messenger": "^1.2.0",
|
|
64
64
|
"@metamask/network-controller": "^32.0.0",
|
|
65
|
-
"@metamask/polling-controller": "^16.0.
|
|
65
|
+
"@metamask/polling-controller": "^16.0.6",
|
|
66
66
|
"@metamask/rpc-errors": "^7.0.2",
|
|
67
67
|
"@metamask/superstruct": "^3.1.0",
|
|
68
|
-
"@metamask/transaction-controller": "^
|
|
68
|
+
"@metamask/transaction-controller": "^66.0.0",
|
|
69
69
|
"@metamask/utils": "^11.9.0",
|
|
70
70
|
"bn.js": "^5.2.1",
|
|
71
71
|
"immer": "^9.0.6",
|