@lightdash/common 0.1424.1 → 0.1424.3

Sign up to get free protection for your applications and to get access to all the features.
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.1",
3
+ "version": "0.1424.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [