@metamask-previews/user-operation-controller 31.0.0-preview-888fa154 → 32.0.0-preview-ded32bd
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 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [32.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/transaction-controller` peer dependency to `^53.0.0` ([#5585](https://github.com/MetaMask/core/pull/5585))
|
|
15
|
+
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
|
|
16
|
+
|
|
10
17
|
## [31.0.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -383,7 +390,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
383
390
|
|
|
384
391
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
385
392
|
|
|
386
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@
|
|
393
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@32.0.0...HEAD
|
|
394
|
+
[32.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@31.0.0...@metamask/user-operation-controller@32.0.0
|
|
387
395
|
[31.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@30.0.0...@metamask/user-operation-controller@31.0.0
|
|
388
396
|
[30.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@29.0.0...@metamask/user-operation-controller@30.0.0
|
|
389
397
|
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@28.0.0...@metamask/user-operation-controller@29.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.0-preview-ded32bd",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@metamask/base-controller": "^8.0.0",
|
|
52
|
-
"@metamask/controller-utils": "^11.
|
|
52
|
+
"@metamask/controller-utils": "^11.7.0",
|
|
53
53
|
"@metamask/eth-query": "^4.0.0",
|
|
54
54
|
"@metamask/polling-controller": "^13.0.0",
|
|
55
55
|
"@metamask/rpc-errors": "^7.0.2",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@metamask/eth-block-tracker": "^11.0.3",
|
|
67
67
|
"@metamask/gas-fee-controller": "^23.0.0",
|
|
68
68
|
"@metamask/keyring-controller": "^21.0.1",
|
|
69
|
-
"@metamask/network-controller": "^23.
|
|
70
|
-
"@metamask/transaction-controller": "^
|
|
69
|
+
"@metamask/network-controller": "^23.2.0",
|
|
70
|
+
"@metamask/transaction-controller": "^53.0.0",
|
|
71
71
|
"@types/jest": "^27.4.1",
|
|
72
72
|
"deepmerge": "^4.2.2",
|
|
73
73
|
"jest": "^27.5.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@metamask/gas-fee-controller": "^23.0.0",
|
|
83
83
|
"@metamask/keyring-controller": "^21.0.0",
|
|
84
84
|
"@metamask/network-controller": "^23.0.0",
|
|
85
|
-
"@metamask/transaction-controller": "^
|
|
85
|
+
"@metamask/transaction-controller": "^53.0.0"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": "^18.18 || >=20"
|