@metamask-previews/user-operation-controller 40.0.0-preview-4cd9da8d → 41.0.0-preview-e3eb8eca
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 +13 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [41.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/polling-controller` from `^15.0.0` to `^16.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
16
|
+
- **BREAKING:** Bump `@metamask/transaction-controller` from `^61.0.0` to `^62.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
17
|
+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
18
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
19
|
+
- **BREAKING:** Bump `@metamask/gas-fee-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
20
|
+
|
|
10
21
|
## [40.0.0]
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -489,7 +500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
489
500
|
|
|
490
501
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
|
491
502
|
|
|
492
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@
|
|
503
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.0.0...HEAD
|
|
504
|
+
[41.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@40.0.0...@metamask/user-operation-controller@41.0.0
|
|
493
505
|
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.2.1...@metamask/user-operation-controller@40.0.0
|
|
494
506
|
[39.2.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.2.0...@metamask/user-operation-controller@39.2.1
|
|
495
507
|
[39.2.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.1.0...@metamask/user-operation-controller@39.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "41.0.0-preview-e3eb8eca",
|
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/controller-utils": "^11.
|
|
53
|
+
"@metamask/controller-utils": "^11.16.0",
|
|
54
54
|
"@metamask/eth-query": "^4.0.0",
|
|
55
55
|
"@metamask/messenger": "^0.3.0",
|
|
56
|
-
"@metamask/polling-controller": "^
|
|
56
|
+
"@metamask/polling-controller": "^16.0.0",
|
|
57
57
|
"@metamask/rpc-errors": "^7.0.2",
|
|
58
58
|
"@metamask/superstruct": "^3.1.0",
|
|
59
59
|
"@metamask/utils": "^11.8.1",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@metamask/approval-controller": "^8.0.0",
|
|
67
67
|
"@metamask/auto-changelog": "^3.4.4",
|
|
68
|
-
"@metamask/eth-block-tracker": "^
|
|
69
|
-
"@metamask/gas-fee-controller": "^
|
|
70
|
-
"@metamask/keyring-controller": "^
|
|
71
|
-
"@metamask/network-controller": "^
|
|
72
|
-
"@metamask/transaction-controller": "^
|
|
68
|
+
"@metamask/eth-block-tracker": "^15.0.0",
|
|
69
|
+
"@metamask/gas-fee-controller": "^26.0.0",
|
|
70
|
+
"@metamask/keyring-controller": "^25.0.0",
|
|
71
|
+
"@metamask/network-controller": "^26.0.0",
|
|
72
|
+
"@metamask/transaction-controller": "^62.0.0",
|
|
73
73
|
"@ts-bridge/cli": "^0.6.4",
|
|
74
74
|
"@types/jest": "^27.4.1",
|
|
75
75
|
"deepmerge": "^4.2.2",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@metamask/approval-controller": "^8.0.0",
|
|
84
84
|
"@metamask/eth-block-tracker": ">=9",
|
|
85
|
-
"@metamask/gas-fee-controller": "^
|
|
86
|
-
"@metamask/keyring-controller": "^
|
|
87
|
-
"@metamask/network-controller": "^
|
|
88
|
-
"@metamask/transaction-controller": "^
|
|
85
|
+
"@metamask/gas-fee-controller": "^26.0.0",
|
|
86
|
+
"@metamask/keyring-controller": "^25.0.0",
|
|
87
|
+
"@metamask/network-controller": "^26.0.0",
|
|
88
|
+
"@metamask/transaction-controller": "^62.0.0"
|
|
89
89
|
},
|
|
90
90
|
"engines": {
|
|
91
91
|
"node": "^18.18 || >=20"
|