@metamask-previews/profile-metrics-controller 2.0.0-preview-4f3e9ca7 → 2.0.0-preview-67bc4e39

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.
@@ -68,14 +68,14 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
68
68
  */
69
69
  export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
70
70
  declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
71
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
71
+ readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
72
72
  /**
73
73
  * The queue of accounts to be synced.
74
74
  * Each key is an entropy source ID, and each value is an array of account
75
75
  * addresses associated with that entropy source. Accounts with no entropy
76
76
  * source ID are grouped under the key "null".
77
77
  */
78
- "__#15@#intervalLength": number | undefined;
78
+ "__#14@#intervalLength": number | undefined;
79
79
  setIntervalLength(intervalLength: number): void;
80
80
  getIntervalLength(): number | undefined;
81
81
  _startPolling(input: import("@metamask/utils").Json): void;
@@ -68,14 +68,14 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
68
68
  */
69
69
  export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
70
70
  declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
71
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
71
+ readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
72
72
  /**
73
73
  * The queue of accounts to be synced.
74
74
  * Each key is an entropy source ID, and each value is an array of account
75
75
  * addresses associated with that entropy source. Accounts with no entropy
76
76
  * source ID are grouped under the key "null".
77
77
  */
78
- "__#15@#intervalLength": number | undefined;
78
+ "__#14@#intervalLength": number | undefined;
79
79
  setIntervalLength(intervalLength: number): void;
80
80
  getIntervalLength(): number | undefined;
81
81
  _startPolling(input: import("@metamask/utils").Json): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-metrics-controller",
3
- "version": "2.0.0-preview-4f3e9ca7",
3
+ "version": "2.0.0-preview-67bc4e39",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "MetaMask",