@metamask-previews/subscription-controller 7.0.0-preview-a1017a8ee → 8.0.0-preview-6426280bb
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
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@tanstack/query-core` from `^4.43.0` to `^5.62.16` ([#9712](https://github.com/MetaMask/core/pull/9712))
|
|
13
|
+
|
|
14
|
+
## [8.0.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add multi-product and delegation-based crypto subscription types and pricing fields. ([#9866](https://github.com/MetaMask/core/pull/9866))
|
|
@@ -42,7 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
42
48
|
- New exports: `StartErc20CryptoSubscriptionRequest`, `StartDelegationCryptoSubscriptionRequest`.
|
|
43
49
|
- Generalize subscription controller flows for multiple products: product-scoped crypto payment-method lookup, and trial requests derived from `trialPeriodDays` plus `trialedProducts`. ([#9866](https://github.com/MetaMask/core/pull/9866))
|
|
44
50
|
- Bump `@metamask/transaction-controller` from `^69.5.1` to `^69.5.2` ([#9823](https://github.com/MetaMask/core/pull/9823))
|
|
45
|
-
- Bump `@tanstack/query-core` from `^4.43.0` to `^5.62.16` ([#9712](https://github.com/MetaMask/core/pull/9712))
|
|
46
51
|
|
|
47
52
|
## [7.0.0]
|
|
48
53
|
|
|
@@ -439,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
439
444
|
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
|
|
440
445
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
441
446
|
|
|
442
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@
|
|
447
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...HEAD
|
|
448
|
+
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...@metamask/subscription-controller@8.0.0
|
|
443
449
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.2...@metamask/subscription-controller@7.0.0
|
|
444
450
|
[6.2.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.1...@metamask/subscription-controller@6.2.2
|
|
445
451
|
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.0...@metamask/subscription-controller@6.2.1
|
|
@@ -53,8 +53,8 @@ export type SubscriptionControllerOptions = {
|
|
|
53
53
|
*/
|
|
54
54
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
55
55
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
56
|
-
readonly "__#
|
|
57
|
-
"__#
|
|
56
|
+
readonly "__#6@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
57
|
+
"__#6@#intervalLength": number | undefined;
|
|
58
58
|
setIntervalLength(intervalLength: number): void;
|
|
59
59
|
getIntervalLength(): number | undefined;
|
|
60
60
|
_startPolling(input: import("@metamask/utils").Json): void;
|
|
@@ -53,8 +53,8 @@ export type SubscriptionControllerOptions = {
|
|
|
53
53
|
*/
|
|
54
54
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
55
55
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
56
|
-
readonly "__#
|
|
57
|
-
"__#
|
|
56
|
+
readonly "__#6@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
57
|
+
"__#6@#intervalLength": number | undefined;
|
|
58
58
|
setIntervalLength(intervalLength: number): void;
|
|
59
59
|
getIntervalLength(): number | undefined;
|
|
60
60
|
_startPolling(input: import("@metamask/utils").Json): void;
|