@lightdash/common 0.1424.2 → 0.1424.3

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/dist/index.d.ts CHANGED
@@ -505,7 +505,6 @@ export type HealthState = {
505
505
  hasSlack: boolean;
506
506
  hasGithub: boolean;
507
507
  hasHeadlessBrowser: boolean;
508
- hasGroups: boolean;
509
508
  hasExtendedUsageAnalytics: boolean;
510
509
  hasCacheAutocompleResults: boolean;
511
510
  };
@@ -29,3 +29,7 @@ export declare enum FeatureFlags {
29
29
  */
30
30
  MetricTrees = "metric-trees"
31
31
  }
32
+ export type FeatureFlag = {
33
+ id: string;
34
+ enabled: boolean;
35
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1424.2",
3
+ "version": "0.1424.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [