@metamask-previews/subscription-controller 3.3.0-preview-d4351f75 → 3.3.0-preview-bf3ab7d

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.
@@ -103,7 +103,7 @@ declare const SubscriptionController_base: (abstract new (...args: any[]) => {
103
103
  _startPolling(input: import("@metamask/utils").Json): void;
104
104
  _stopPollingByPollingTokenSetId(key: string): void;
105
105
  readonly "__#3@#pollingTokenSets": Map<string, Set<string>>;
106
- "__#3@#callbacks": Map<string, Set<(input: import("@metamask/utils").Json) => void>>;
106
+ readonly "__#3@#callbacks": Map<string, Set<(input: import("@metamask/utils").Json) => void>>;
107
107
  _executePoll(input: import("@metamask/utils").Json): Promise<void>;
108
108
  startPolling(input: import("@metamask/utils").Json): string;
109
109
  stopAllPolling(): void;
@@ -103,7 +103,7 @@ declare const SubscriptionController_base: (abstract new (...args: any[]) => {
103
103
  _startPolling(input: import("@metamask/utils").Json): void;
104
104
  _stopPollingByPollingTokenSetId(key: string): void;
105
105
  readonly "__#3@#pollingTokenSets": Map<string, Set<string>>;
106
- "__#3@#callbacks": Map<string, Set<(input: import("@metamask/utils").Json) => void>>;
106
+ readonly "__#3@#callbacks": Map<string, Set<(input: import("@metamask/utils").Json) => void>>;
107
107
  _executePoll(input: import("@metamask/utils").Json): Promise<void>;
108
108
  startPolling(input: import("@metamask/utils").Json): string;
109
109
  stopAllPolling(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "3.3.0-preview-d4351f75",
3
+ "version": "3.3.0-preview-bf3ab7d",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "MetaMask",