@metamask-previews/profile-metrics-controller 2.0.0-preview-9462ebb8 → 2.0.0-preview-cb897e9

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
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
 
12
12
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13
- - Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
13
+ - Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
14
14
 
15
15
  ## [2.0.0]
16
16
 
@@ -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-9462ebb8",
3
+ "version": "2.0.0-preview-cb897e9",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@metamask/accounts-controller": "^35.0.0",
52
52
  "@metamask/base-controller": "^9.0.0",
53
- "@metamask/controller-utils": "^11.17.0",
53
+ "@metamask/controller-utils": "^11.18.0",
54
54
  "@metamask/keyring-controller": "^25.0.0",
55
55
  "@metamask/messenger": "^0.3.0",
56
56
  "@metamask/polling-controller": "^16.0.0",