RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@lightdash/common
Versions diffs
0.1348.1 → 0.1349.0
@lightdash/common 0.1348.1 → 0.1349.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/types/organization.d.ts
+1
-0
package/package.json
+1
-1
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
.
1
",
3
+
"version": "0.
1349
.
0
",
4
4
"main": "dist/index.js",
5
5
"types": "dist/index.d.ts",
6
6
"files": [