RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@lightdash/common
Versions diffs
0.1348.0 → 0.1349.0
@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.
Files changed (3)
hide
show
package/dist/types/filter.js
+1
-0
package/dist/types/organization.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/filter.js
CHANGED
Viewed
@@ -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
}
package/dist/types/organization.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": [