@ledgerhq/live-common 34.3.0-next.4 → 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.
- package/lib/featureFlags/groupedFeatures.d.ts +2 -1
- package/lib/featureFlags/groupedFeatures.d.ts.map +1 -1
- package/lib/featureFlags/groupedFeatures.js.map +1 -1
- package/lib-es/featureFlags/groupedFeatures.d.ts +2 -1
- package/lib-es/featureFlags/groupedFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/groupedFeatures.js.map +1 -1
- package/package.json +1 -1
- package/src/featureFlags/groupedFeatures.ts +3 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
2
3
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
3
|
-
export declare const groupedFeatures: Record<
|
|
4
|
+
export declare const groupedFeatures: Record<GroupedFeature, {
|
|
4
5
|
featureIds: FeatureId[];
|
|
5
6
|
}>;
|
|
6
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,2EAA2E;AAC3E,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupedFeatures.js","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"groupedFeatures.js","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":";;;AAIA,2EAA2E;AAC9D,QAAA,eAAe,GAKxB;IACF,MAAM,EAAE;QACN,UAAU,EAAE,CAAC,qBAAqB,EAAE,mBAAmB,CAAC;KACzD;IACD,UAAU,EAAE;QACV,UAAU,EAAE,CAAC,wBAAwB,EAAE,0BAA0B,EAAE,gBAAgB,CAAC;KACrF;CACF,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
2
3
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
3
|
-
export declare const groupedFeatures: Record<
|
|
4
|
+
export declare const groupedFeatures: Record<GroupedFeature, {
|
|
4
5
|
featureIds: FeatureId[];
|
|
5
6
|
}>;
|
|
6
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,2EAA2E;AAC3E,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupedFeatures.js","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"groupedFeatures.js","sourceRoot":"","sources":["../../src/featureFlags/groupedFeatures.ts"],"names":[],"mappings":"AAIA,2EAA2E;AAC3E,MAAM,CAAC,MAAM,eAAe,GAKxB;IACF,MAAM,EAAE;QACN,UAAU,EAAE,CAAC,qBAAqB,EAAE,mBAAmB,CAAC;KACzD;IACD,UAAU,EAAE;QACV,UAAU,EAAE,CAAC,wBAAwB,EAAE,0BAA0B,EAAE,gBAAgB,CAAC;KACrF;CACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { FeatureId } from "@ledgerhq/types-live";
|
|
2
2
|
|
|
3
|
+
export type GroupedFeature = "europa" | "disableNft";
|
|
4
|
+
|
|
3
5
|
/** Helper to group several feature flag ids under a common feature flag */
|
|
4
6
|
export const groupedFeatures: Record<
|
|
5
|
-
|
|
7
|
+
GroupedFeature,
|
|
6
8
|
{
|
|
7
9
|
featureIds: FeatureId[];
|
|
8
10
|
}
|