@ledgerhq/live-common 34.3.0-next.5 → 34.3.0-next.6
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.
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
|
-
type GroupedFeature = "europa" | "disableNft";
|
|
2
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
3
3
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
4
4
|
export declare const groupedFeatures: Record<GroupedFeature, {
|
|
5
5
|
featureIds: FeatureId[];
|
|
6
6
|
}>;
|
|
7
|
-
export {};
|
|
8
7
|
//# sourceMappingURL=groupedFeatures.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupedFeatures.d.ts","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,
|
|
1
|
+
{"version":3,"file":"groupedFeatures.d.ts","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,YAAY,CAAC;AAErD,2EAA2E;AAC3E,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,cAAc,EACd;IACE,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB,CAQF,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
|
-
type GroupedFeature = "europa" | "disableNft";
|
|
2
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
3
3
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
4
4
|
export declare const groupedFeatures: Record<GroupedFeature, {
|
|
5
5
|
featureIds: FeatureId[];
|
|
6
6
|
}>;
|
|
7
|
-
export {};
|
|
8
7
|
//# sourceMappingURL=groupedFeatures.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupedFeatures.d.ts","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,
|
|
1
|
+
{"version":3,"file":"groupedFeatures.d.ts","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,YAAY,CAAC;AAErD,2EAA2E;AAC3E,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,cAAc,EACd;IACE,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB,CAQF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
2
|
|
|
3
|
-
type GroupedFeature = "europa" | "disableNft";
|
|
3
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
4
4
|
|
|
5
5
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
6
6
|
export const groupedFeatures: Record<
|