@lightdash/common 0.1939.0 → 0.1940.0

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.
@@ -35,11 +35,6 @@ export declare enum FeatureFlags {
35
35
  */
36
36
  AiCustomViz = "ai-custom-viz",
37
37
  BigquerySSO = "bigquery-sso",
38
- /**
39
- * Generate new experimental CTE and show query warnings in explore page
40
- * This feature flag is temporary while we work on the new query warnings for metric inflation.
41
- */
42
- ShowQueryWarnings = "show-query-warnings",
43
38
  /**
44
39
  * Use workers for async query execution
45
40
  */
@@ -1 +1 @@
1
- {"version":3,"file":"featureFlags.d.ts","sourceRoot":"","sources":["../../../src/types/featureFlags.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,oBAAY,YAAY;IAEpB,yBAAyB,kCAAkC;IAG3D,iBAAiB,wBAAwB;IAGzC,mBAAmB,0BAA0B;IAE7C;;OAEG;IACH,iBAAiB,+BAA+B;IAEhD;;OAEG;IACH,6BAA6B,sCAAsC;IAEnE;;;;OAIG;IACH,oBAAoB,2BAA2B;IAE/C;;OAEG;IACH,4BAA4B,qCAAqC;IAEjE;;OAEG;IACH,iBAAiB,wBAAwB;IAEzC;;OAEG;IACH,WAAW,kBAAkB;IAE7B,WAAW,iBAAiB;IAE5B;;;OAGG;IACH,iBAAiB,wBAAwB;IAEzC;;OAEG;IACH,oBAAoB,2BAA2B;CAClD;AAED,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAEnE"}
1
+ {"version":3,"file":"featureFlags.d.ts","sourceRoot":"","sources":["../../../src/types/featureFlags.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,oBAAY,YAAY;IAEpB,yBAAyB,kCAAkC;IAG3D,iBAAiB,wBAAwB;IAGzC,mBAAmB,0BAA0B;IAE7C;;OAEG;IACH,iBAAiB,+BAA+B;IAEhD;;OAEG;IACH,6BAA6B,sCAAsC;IAEnE;;;;OAIG;IACH,oBAAoB,2BAA2B;IAE/C;;OAEG;IACH,4BAA4B,qCAAqC;IAEjE;;OAEG;IACH,iBAAiB,wBAAwB;IAEzC;;OAEG;IACH,WAAW,kBAAkB;IAE7B,WAAW,iBAAiB;IAE5B;;OAEG;IACH,oBAAoB,2BAA2B;CAClD;AAED,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAEnE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1939.0",
3
+ "version": "0.1940.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",