@lightdash/common 0.1348.0 → 0.1349.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -140,6 +140,7 @@ const applyDimensionOverrides = (dashboardFilters, overrides) => dashboardFilter
140
140
  if (override) {
141
141
  return {
142
142
  ...override,
143
+ disabled: dimension.disabled,
143
144
  tileTargets: dimension.tileTargets,
144
145
  };
145
146
  }
@@ -45,6 +45,7 @@ export type OrganizationProject = {
45
45
  name: string;
46
46
  type: ProjectType;
47
47
  createdByUserUuid: string | null;
48
+ upstreamProjectUuid: string | null;
48
49
  warehouseType: WarehouseTypes;
49
50
  requireUserCredentials: boolean;
50
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1348.0",
3
+ "version": "0.1349.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [