@metamask-previews/user-operation-controller 41.2.7-preview-a42e8d0d2 → 41.2.8-preview-d2f661012
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 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +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.8]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.
|
|
13
|
-
- Bump `@metamask/gas-fee-controller` from `^26.2.4` to `^26.3.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.4.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
15
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.4` to `^26.3.1` ([#9629](https://github.com/MetaMask/core/pull/9629), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
17
|
+
- Bump `@metamask/polling-controller` from `^16.0.8` to `^16.0.9` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
14
18
|
|
|
15
19
|
## [41.2.7]
|
|
16
20
|
|
|
@@ -647,7 +651,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
647
651
|
|
|
648
652
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
649
653
|
|
|
650
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.
|
|
654
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.8...HEAD
|
|
655
|
+
[41.2.8]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.7...@metamask/user-operation-controller@41.2.8
|
|
651
656
|
[41.2.7]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.6...@metamask/user-operation-controller@41.2.7
|
|
652
657
|
[41.2.6]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.5...@metamask/user-operation-controller@41.2.6
|
|
653
658
|
[41.2.5]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.4...@metamask/user-operation-controller@41.2.5
|
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.8-preview-d2f661012",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@metamask/base-controller": "^9.1.0",
|
|
61
61
|
"@metamask/controller-utils": "^12.3.0",
|
|
62
62
|
"@metamask/eth-query": "^4.0.0",
|
|
63
|
-
"@metamask/gas-fee-controller": "^26.3.
|
|
63
|
+
"@metamask/gas-fee-controller": "^26.3.1",
|
|
64
64
|
"@metamask/keyring-controller": "^27.1.0",
|
|
65
65
|
"@metamask/messenger": "^2.0.0",
|
|
66
|
-
"@metamask/network-controller": "^
|
|
67
|
-
"@metamask/polling-controller": "^16.0.
|
|
66
|
+
"@metamask/network-controller": "^35.0.0",
|
|
67
|
+
"@metamask/polling-controller": "^16.0.9",
|
|
68
68
|
"@metamask/rpc-errors": "^7.0.2",
|
|
69
69
|
"@metamask/superstruct": "^3.1.0",
|
|
70
|
-
"@metamask/transaction-controller": "^69.
|
|
70
|
+
"@metamask/transaction-controller": "^69.4.0",
|
|
71
71
|
"@metamask/utils": "^11.11.0",
|
|
72
72
|
"bn.js": "^5.2.1",
|
|
73
73
|
"immer": "^9.0.6",
|