@ledgerhq/types-live
Advanced tools
Comparing version 6.46.0-nightly.3 to 6.46.0-nightly.4
# @ledgerhq/types-live | ||
## 6.46.0-nightly.4 | ||
### Patch Changes | ||
- [#6686](https://github.com/LedgerHQ/ledger-live/pull/6686) [`bbe790e`](https://github.com/LedgerHQ/ledger-live/commit/bbe790ef2efdb0d8bdd57829b6543c3baab5dfb9) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add buy-sell-ui feature flag to enable progressive roll out of new manifest ID. | ||
## 6.46.0-nightly.3 | ||
@@ -4,0 +10,0 @@ |
@@ -119,2 +119,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
mockFeature: Feature_MockFeature; | ||
buySellUi: Feature_BuySellUiManifest; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -419,2 +420,5 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
}>; | ||
export type Feature_BuySellUiManifest = Feature<{ | ||
manifestId: string; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -421,0 +425,0 @@ export type Feature_MockFeature = DefaultFeature; |
@@ -119,2 +119,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
mockFeature: Feature_MockFeature; | ||
buySellUi: Feature_BuySellUiManifest; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -419,2 +420,5 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
}>; | ||
export type Feature_BuySellUiManifest = Feature<{ | ||
manifestId: string; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -421,0 +425,0 @@ export type Feature_MockFeature = DefaultFeature; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.46.0-nightly.3", | ||
"version": "6.46.0-nightly.4", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -132,2 +132,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
mockFeature: Feature_MockFeature; | ||
buySellUi: Feature_BuySellUiManifest; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -463,2 +464,6 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
export type Feature_BuySellUiManifest = Feature<{ | ||
manifestId: string; // id of the app to use for the Buy/Sell UI, e.g. "multibuy-v2" | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -465,0 +470,0 @@ export type Feature_MockFeature = DefaultFeature; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
595686
5974