@metamask-previews/profile-metrics-controller 4.0.0-preview-e0ee14da7 → 4.0.0-preview-9291f33a8

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.
@@ -87,8 +87,8 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
87
87
  */
88
88
  export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
89
89
  declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
90
- readonly "__#18@#intervalIds": Record<string, NodeJS.Timeout>;
91
- "__#18@#intervalLength": number | undefined; /**
90
+ readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
91
+ "__#17@#intervalLength": number | undefined; /**
92
92
  * The name of the {@link ProfileMetricsController}, used to namespace the
93
93
  * controller's actions and events and to namespace the controller's state data
94
94
  * when composed with other controllers.
@@ -87,8 +87,8 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
87
87
  */
88
88
  export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
89
89
  declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
90
- readonly "__#18@#intervalIds": Record<string, NodeJS.Timeout>;
91
- "__#18@#intervalLength": number | undefined; /**
90
+ readonly "__#17@#intervalIds": Record<string, NodeJS.Timeout>;
91
+ "__#17@#intervalLength": number | undefined; /**
92
92
  * The name of the {@link ProfileMetricsController}, used to namespace the
93
93
  * controller's actions and events and to namespace the controller's state data
94
94
  * when composed with other controllers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-metrics-controller",
3
- "version": "4.0.0-preview-e0ee14da7",
3
+ "version": "4.0.0-preview-9291f33a8",
4
4
  "description": "Manages user profile metrics",
5
5
  "keywords": [
6
6
  "Ethereum",