@metamask-previews/user-operation-controller 41.0.1-preview-957f4826 → 41.0.2-preview-a4747b2b
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 +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [41.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.1` to `^26.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
15
|
+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
16
|
+
- Bump `@metamask/polling-controller` from `^16.0.1` to `^16.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
17
|
+
- Bump `@metamask/transaction-controller` from `^62.9.1` to `^62.9.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
18
|
+
|
|
10
19
|
## [41.0.1]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -518,7 +527,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
518
527
|
|
|
519
528
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
520
529
|
|
|
521
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.
|
|
530
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.2...HEAD
|
|
531
|
+
[41.0.2]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.1...@metamask/user-operation-controller@41.0.2
|
|
522
532
|
[41.0.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.0...@metamask/user-operation-controller@41.0.1
|
|
523
533
|
[41.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@40.0.0...@metamask/user-operation-controller@41.0.0
|
|
524
534
|
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.2.1...@metamask/user-operation-controller@40.0.0
|
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.0.2-preview-a4747b2b",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@metamask/base-controller": "^9.0.0",
|
|
54
54
|
"@metamask/controller-utils": "^11.18.0",
|
|
55
55
|
"@metamask/eth-query": "^4.0.0",
|
|
56
|
-
"@metamask/gas-fee-controller": "^26.0.
|
|
56
|
+
"@metamask/gas-fee-controller": "^26.0.2",
|
|
57
57
|
"@metamask/keyring-controller": "^25.0.0",
|
|
58
58
|
"@metamask/messenger": "^0.3.0",
|
|
59
|
-
"@metamask/network-controller": "^
|
|
60
|
-
"@metamask/polling-controller": "^16.0.
|
|
59
|
+
"@metamask/network-controller": "^29.0.0",
|
|
60
|
+
"@metamask/polling-controller": "^16.0.2",
|
|
61
61
|
"@metamask/rpc-errors": "^7.0.2",
|
|
62
62
|
"@metamask/superstruct": "^3.1.0",
|
|
63
|
-
"@metamask/transaction-controller": "^62.9.
|
|
63
|
+
"@metamask/transaction-controller": "^62.9.2",
|
|
64
64
|
"@metamask/utils": "^11.9.0",
|
|
65
65
|
"bn.js": "^5.2.1",
|
|
66
66
|
"immer": "^9.0.6",
|