@metamask-previews/user-operation-controller 39.0.0-preview-096af0b9 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +9 -9
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.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
17
- - Bump `@metamask/base-controller` from `^8.1.0` to `^8.4.0` ([#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632))
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))
18
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.0.0...HEAD
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.0.0-preview-096af0b9",
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,10 +48,10 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/base-controller": "^8.4.0",
52
- "@metamask/controller-utils": "^11.14.0",
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.0",
54
+ "@metamask/polling-controller": "^14.0.1",
55
55
  "@metamask/rpc-errors": "^7.0.2",
56
56
  "@metamask/superstruct": "^3.1.0",
57
57
  "@metamask/utils": "^11.8.1",
@@ -61,13 +61,13 @@
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@metamask/approval-controller": "^7.1.3",
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.0.0",
68
- "@metamask/keyring-controller": "^23.1.0",
69
- "@metamask/network-controller": "^24.2.0",
70
- "@metamask/transaction-controller": "^60.6.0",
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",