@metamask-previews/user-operation-controller 40.0.0-preview-7b44fb9a → 40.0.0-preview-e958bbad

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.
@@ -18,7 +18,7 @@ type PendingUserOperationPollingInput = {
18
18
  networkClientId: NetworkClientId;
19
19
  };
20
20
  declare const PendingUserOperationTracker_base: (abstract new (...args: any[]) => {
21
- "__#13@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
21
+ "__#14@#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
- "__#13@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
21
+ "__#14@#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": "40.0.0-preview-7b44fb9a",
3
+ "version": "40.0.0-preview-e958bbad",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "MetaMask",