@metamask-previews/user-operation-controller 39.0.0-preview-b896289e → 39.0.0-preview-5eac8e7

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 CHANGED
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
 
16
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
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/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
18
+ - 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))
19
19
 
20
20
  ## [39.0.0]
21
21
 
@@ -18,7 +18,7 @@ type PendingUserOperationPollingInput = {
18
18
  networkClientId: NetworkClientId;
19
19
  };
20
20
  declare const PendingUserOperationTracker_base: (abstract new (...args: any[]) => {
21
- "__#15@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
21
+ "__#13@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
22
22
  _getNetworkClientById(networkClientId: string): NetworkClient | undefined;
23
23
  _startPolling(input: PendingUserOperationPollingInput): void;
24
24
  _stopPollingByPollingTokenSetId(key: string): void;
@@ -18,7 +18,7 @@ type PendingUserOperationPollingInput = {
18
18
  networkClientId: NetworkClientId;
19
19
  };
20
20
  declare const PendingUserOperationTracker_base: (abstract new (...args: any[]) => {
21
- "__#15@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
21
+ "__#13@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
22
22
  _getNetworkClientById(networkClientId: string): NetworkClient | undefined;
23
23
  _startPolling(input: PendingUserOperationPollingInput): void;
24
24
  _stopPollingByPollingTokenSetId(key: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "39.0.0-preview-b896289e",
3
+ "version": "39.0.0-preview-5eac8e7",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "@metamask/polling-controller": "^14.0.0",
55
55
  "@metamask/rpc-errors": "^7.0.2",
56
56
  "@metamask/superstruct": "^3.1.0",
57
- "@metamask/utils": "^11.8.0",
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",
@@ -67,7 +67,7 @@
67
67
  "@metamask/gas-fee-controller": "^24.0.0",
68
68
  "@metamask/keyring-controller": "^23.1.0",
69
69
  "@metamask/network-controller": "^24.2.0",
70
- "@metamask/transaction-controller": "^60.4.0",
70
+ "@metamask/transaction-controller": "^60.5.0",
71
71
  "@types/jest": "^27.4.1",
72
72
  "deepmerge": "^4.2.2",
73
73
  "jest": "^27.5.1",