@lightdash/common 0.1410.1 → 0.1410.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,5 +57,6 @@ export declare enum QueryExecutionContext {
57
57
  CALCULATE_TOTAL = "calculateTotal",
58
58
  API = "api",
59
59
  CLI = "cli",
60
- SEMANTIC_VIEWER = "semanticViewer"
60
+ SEMANTIC_VIEWER = "semanticViewer",
61
+ METRICS_EXPLORER = "metricsExplorer"
61
62
  }
@@ -22,4 +22,5 @@ var QueryExecutionContext;
22
22
  QueryExecutionContext["API"] = "api";
23
23
  QueryExecutionContext["CLI"] = "cli";
24
24
  QueryExecutionContext["SEMANTIC_VIEWER"] = "semanticViewer";
25
+ QueryExecutionContext["METRICS_EXPLORER"] = "metricsExplorer";
25
26
  })(QueryExecutionContext = exports.QueryExecutionContext || (exports.QueryExecutionContext = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1410.1",
3
+ "version": "0.1410.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [