@metamask-previews/user-operation-controller 25.0.0-preview-e951f896 → 26.0.0-preview-08a5a1c4
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 +10 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [26.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency to `^20.0.0` ([#5426](https://github.com/MetaMask/core/pull/5426))
|
|
15
|
+
- **BREAKING:** Bump `@metamask/transaction-controller` peer dependency to `^47.0.0` ([#5426](https://github.com/MetaMask/core/pull/5426))
|
|
16
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
|
|
17
|
+
|
|
10
18
|
## [25.0.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -341,7 +349,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
341
349
|
|
|
342
350
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
343
351
|
|
|
344
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@
|
|
352
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@26.0.0...HEAD
|
|
353
|
+
[26.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@25.0.0...@metamask/user-operation-controller@26.0.0
|
|
345
354
|
[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@24.0.1...@metamask/user-operation-controller@25.0.0
|
|
346
355
|
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@24.0.0...@metamask/user-operation-controller@24.0.1
|
|
347
356
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@23.0.0...@metamask/user-operation-controller@24.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.0.0-preview-08a5a1c4",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
|
66
66
|
"@metamask/eth-block-tracker": "^11.0.3",
|
|
67
67
|
"@metamask/gas-fee-controller": "^22.0.3",
|
|
68
|
-
"@metamask/keyring-controller": "^
|
|
68
|
+
"@metamask/keyring-controller": "^20.0.0",
|
|
69
69
|
"@metamask/network-controller": "^22.2.1",
|
|
70
|
-
"@metamask/transaction-controller": "^
|
|
70
|
+
"@metamask/transaction-controller": "^47.0.0",
|
|
71
71
|
"@types/jest": "^27.4.1",
|
|
72
72
|
"deepmerge": "^4.2.2",
|
|
73
73
|
"jest": "^27.5.1",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@metamask/approval-controller": "^7.0.0",
|
|
81
81
|
"@metamask/eth-block-tracker": ">=9",
|
|
82
82
|
"@metamask/gas-fee-controller": "^22.0.0",
|
|
83
|
-
"@metamask/keyring-controller": "^
|
|
83
|
+
"@metamask/keyring-controller": "^20.0.0",
|
|
84
84
|
"@metamask/network-controller": "^22.0.0",
|
|
85
|
-
"@metamask/transaction-controller": "^
|
|
85
|
+
"@metamask/transaction-controller": "^47.0.0"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": "^18.18 || >=20"
|