@metamask-previews/user-operation-controller 39.0.0-preview-6c94ae59 → 39.1.0-preview-e8868d87
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 +8 -4
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -7,15 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [39.1.0]
|
11
|
+
|
10
12
|
### Added
|
11
13
|
|
12
14
|
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6473](https://github.com/MetaMask/core/pull/6473))
|
13
15
|
|
14
16
|
### Changed
|
15
17
|
|
16
|
-
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.
|
17
|
-
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.4.
|
18
|
-
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.
|
18
|
+
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.1` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
|
19
|
+
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.4.1` ([#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
20
|
+
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
21
|
+
- Bump `@metamask/polling-controller` from `^14.0.0` to `^14.0.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
19
22
|
|
20
23
|
## [39.0.0]
|
21
24
|
|
@@ -455,7 +458,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
455
458
|
|
456
459
|
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
|
457
460
|
|
458
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.
|
461
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.1.0...HEAD
|
462
|
+
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@39.0.0...@metamask/user-operation-controller@39.1.0
|
459
463
|
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@38.0.0...@metamask/user-operation-controller@39.0.0
|
460
464
|
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@37.0.0...@metamask/user-operation-controller@38.0.0
|
461
465
|
[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@36.0.0...@metamask/user-operation-controller@37.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/user-operation-controller",
|
3
|
-
"version": "39.
|
3
|
+
"version": "39.1.0-preview-e8868d87",
|
4
4
|
"description": "Creates user operations and manages their life cycle",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -48,26 +48,26 @@
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@metamask/base-controller": "^8.4.
|
52
|
-
"@metamask/controller-utils": "^11.14.
|
51
|
+
"@metamask/base-controller": "^8.4.1",
|
52
|
+
"@metamask/controller-utils": "^11.14.1",
|
53
53
|
"@metamask/eth-query": "^4.0.0",
|
54
|
-
"@metamask/polling-controller": "^14.0.
|
54
|
+
"@metamask/polling-controller": "^14.0.1",
|
55
55
|
"@metamask/rpc-errors": "^7.0.2",
|
56
56
|
"@metamask/superstruct": "^3.1.0",
|
57
|
-
"@metamask/utils": "^11.8.
|
57
|
+
"@metamask/utils": "^11.8.1",
|
58
58
|
"bn.js": "^5.2.1",
|
59
59
|
"immer": "^9.0.6",
|
60
60
|
"lodash": "^4.17.21",
|
61
61
|
"uuid": "^8.3.2"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@metamask/approval-controller": "^7.
|
64
|
+
"@metamask/approval-controller": "^7.2.0",
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
66
66
|
"@metamask/eth-block-tracker": "^12.0.1",
|
67
|
-
"@metamask/gas-fee-controller": "^24.
|
68
|
-
"@metamask/keyring-controller": "^23.1.
|
69
|
-
"@metamask/network-controller": "^24.2.
|
70
|
-
"@metamask/transaction-controller": "^60.
|
67
|
+
"@metamask/gas-fee-controller": "^24.1.0",
|
68
|
+
"@metamask/keyring-controller": "^23.1.1",
|
69
|
+
"@metamask/network-controller": "^24.2.1",
|
70
|
+
"@metamask/transaction-controller": "^60.6.1",
|
71
71
|
"@types/jest": "^27.4.1",
|
72
72
|
"deepmerge": "^4.2.2",
|
73
73
|
"jest": "^27.5.1",
|