@metamask-previews/user-operation-controller 37.0.0-preview-7b919d75 → 38.0.0-preview-280e81c5
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 +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [38.0.0]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/transaction-controller` to `^59.0.0` ([#6171](https://github.com/MetaMask/core/pull/6171)), ([#6027](https://github.com/MetaMask/core/pull/6027))
|
12
15
|
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.11.0` ([#6069](https://github.com/MetaMask/core/pull/6069))
|
13
16
|
- Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
|
14
17
|
|
@@ -433,7 +436,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
433
436
|
|
434
437
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
435
438
|
|
436
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@
|
439
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@38.0.0...HEAD
|
440
|
+
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@37.0.0...@metamask/user-operation-controller@38.0.0
|
437
441
|
[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@36.0.0...@metamask/user-operation-controller@37.0.0
|
438
442
|
[36.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@35.0.0...@metamask/user-operation-controller@36.0.0
|
439
443
|
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@34.0.0...@metamask/user-operation-controller@35.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "38.0.0-preview-280e81c5",
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"@metamask/gas-fee-controller": "^24.0.0",
|
68
68
|
"@metamask/keyring-controller": "^22.1.0",
|
69
69
|
"@metamask/network-controller": "^24.0.1",
|
70
|
-
"@metamask/transaction-controller": "^
|
70
|
+
"@metamask/transaction-controller": "^59.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": "^24.0.0",
|
83
83
|
"@metamask/keyring-controller": "^22.0.0",
|
84
84
|
"@metamask/network-controller": "^24.0.0",
|
85
|
-
"@metamask/transaction-controller": "^
|
85
|
+
"@metamask/transaction-controller": "^59.0.0"
|
86
86
|
},
|
87
87
|
"engines": {
|
88
88
|
"node": "^18.18 || >=20"
|