@lightdash/cli 0.1434.2 → 0.1436.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SupportedDbtVersions } from '@lightdash/common';
|
|
2
2
|
export declare const getDbtVersion: () => Promise<string>;
|
|
3
|
-
export declare const getSupportedDbtVersion: () => Promise<SupportedDbtVersions>;
|
|
3
|
+
export declare const getSupportedDbtVersion: () => Promise<SupportedDbtVersions | import("@lightdash/common").DbtVersionOptionLatest.LATEST>;
|
|
4
4
|
export declare const isSupportedDbtVersion: (version: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightdash/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1436.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lightdash": "dist/index.js"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@actions/core": "^1.11.1",
|
|
14
|
-
"@lightdash/common": "^0.
|
|
15
|
-
"@lightdash/warehouses": "^0.
|
|
14
|
+
"@lightdash/common": "^0.1436.0",
|
|
15
|
+
"@lightdash/warehouses": "^0.1436.0",
|
|
16
16
|
"@types/columnify": "^1.5.1",
|
|
17
17
|
"ajv": "^8.11.0",
|
|
18
18
|
"ajv-formats": "^2.1.1",
|