@metamask-previews/subscription-controller 5.4.0-preview-766f7065 → 5.4.0-preview-91e0d8c4
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
|
@@ -9,9 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
-
|
|
13
|
-
- Bump `@metamask/transaction-controller` from `^62.4.0` to `^62.
|
|
14
|
-
- Bump `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
12
|
+
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
13
|
+
- Bump `@metamask/transaction-controller` from `^62.4.0` to `^62.8.0` ([#7325](https://github.com/MetaMask/core/pull/7325), [#7430](https://github.com/MetaMask/core/pull/7430), [#7494](https://github.com/MetaMask/core/pull/7494), [#7596](https://github.com/MetaMask/core/pull/7596))
|
|
15
14
|
- 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))
|
|
16
15
|
|
|
17
16
|
## [5.4.0]
|
|
@@ -105,8 +105,8 @@ export type SubscriptionControllerOptions = {
|
|
|
105
105
|
*/
|
|
106
106
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
107
107
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
108
|
-
readonly "__#
|
|
109
|
-
"__#
|
|
108
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
109
|
+
"__#14@#intervalLength": number | undefined;
|
|
110
110
|
setIntervalLength(intervalLength: number): void;
|
|
111
111
|
getIntervalLength(): number | undefined;
|
|
112
112
|
_startPolling(input: import("@metamask/utils").Json): void;
|
|
@@ -105,8 +105,8 @@ export type SubscriptionControllerOptions = {
|
|
|
105
105
|
*/
|
|
106
106
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
107
107
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
108
|
-
readonly "__#
|
|
109
|
-
"__#
|
|
108
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
109
|
+
"__#14@#intervalLength": number | undefined;
|
|
110
110
|
setIntervalLength(intervalLength: number): void;
|
|
111
111
|
getIntervalLength(): number | undefined;
|
|
112
112
|
_startPolling(input: import("@metamask/utils").Json): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/subscription-controller",
|
|
3
|
-
"version": "5.4.0-preview-
|
|
3
|
+
"version": "5.4.0-preview-91e0d8c4",
|
|
4
4
|
"description": "Handle user subscription",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@metamask/base-controller": "^9.0.0",
|
|
52
52
|
"@metamask/controller-utils": "^11.18.0",
|
|
53
53
|
"@metamask/messenger": "^0.3.0",
|
|
54
|
-
"@metamask/polling-controller": "^16.0.
|
|
54
|
+
"@metamask/polling-controller": "^16.0.0",
|
|
55
55
|
"@metamask/profile-sync-controller": "^27.0.0",
|
|
56
|
-
"@metamask/transaction-controller": "^62.
|
|
56
|
+
"@metamask/transaction-controller": "^62.8.0",
|
|
57
57
|
"@metamask/utils": "^11.9.0",
|
|
58
58
|
"bignumber.js": "^9.1.2"
|
|
59
59
|
},
|