@lightdash/common 0.1436.0 → 0.1437.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,7 @@
1
1
  import type { MetricWithAssociatedTimeDimension } from '../types/catalog';
2
2
  import { ConditionalOperator } from '../types/conditionalRule';
3
3
  import { type CompiledTable } from '../types/explore';
4
- import type { Dimension } from '../types/field';
5
- import { DimensionType, type CompiledDimension, type CompiledMetric } from '../types/field';
4
+ import { DimensionType, type CompiledDimension, type CompiledMetric, type Dimension } from '../types/field';
6
5
  import { type DateFilterSettings, type FieldTarget, type FilterRule } from '../types/filter';
7
6
  import { type MetricExploreDataPoint, type MetricExplorerDateRange, type MetricExplorerQuery } from '../types/metricsExplorer';
8
7
  import { TimeFrames, type DefaultTimeDimension } from '../types/timeFrames';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1436.0",
3
+ "version": "0.1437.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [