@metamask-previews/user-operation-controller 41.2.5-preview-1bd5239bf → 41.2.6-preview-2855dbf4e
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.6]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.2` ([#9253](https://github.com/MetaMask/core/pull/9253), [#9337](https://github.com/MetaMask/core/pull/9337), [#9349](https://github.com/MetaMask/core/pull/9349))
|
|
15
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.3` to `^26.2.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
17
|
+
- Bump `@metamask/polling-controller` from `^16.0.7` to `^16.0.8` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
13
18
|
|
|
14
19
|
## [41.2.5]
|
|
15
20
|
|
|
@@ -630,7 +635,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
630
635
|
|
|
631
636
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
632
637
|
|
|
633
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.
|
|
638
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.6...HEAD
|
|
639
|
+
[41.2.6]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.5...@metamask/user-operation-controller@41.2.6
|
|
634
640
|
[41.2.5]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.4...@metamask/user-operation-controller@41.2.5
|
|
635
641
|
[41.2.4]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.3...@metamask/user-operation-controller@41.2.4
|
|
636
642
|
[41.2.3]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.2...@metamask/user-operation-controller@41.2.3
|
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.6-preview-2855dbf4e",
|
|
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.3.0",
|
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
|
61
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
61
|
+
"@metamask/gas-fee-controller": "^26.2.4",
|
|
62
62
|
"@metamask/keyring-controller": "^27.1.0",
|
|
63
63
|
"@metamask/messenger": "^1.2.0",
|
|
64
|
-
"@metamask/network-controller": "^
|
|
65
|
-
"@metamask/polling-controller": "^16.0.
|
|
64
|
+
"@metamask/network-controller": "^34.0.0",
|
|
65
|
+
"@metamask/polling-controller": "^16.0.8",
|
|
66
66
|
"@metamask/rpc-errors": "^7.0.2",
|
|
67
67
|
"@metamask/superstruct": "^3.1.0",
|
|
68
|
-
"@metamask/transaction-controller": "^68.2.
|
|
68
|
+
"@metamask/transaction-controller": "^68.2.2",
|
|
69
69
|
"@metamask/utils": "^11.11.0",
|
|
70
70
|
"bn.js": "^5.2.1",
|
|
71
71
|
"immer": "^9.0.6",
|