@lightdash/cli 0.1463.0 → 0.1464.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.
- package/dist/handlers/compile.js +1 -1
- package/package.json +3 -3
package/dist/handlers/compile.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.compileHandler = exports.compile = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const common_1 = require("@lightdash/common");
|
|
6
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
7
6
|
const fs_1 = require("fs");
|
|
7
|
+
const path_1 = tslib_1.__importDefault(require("path"));
|
|
8
8
|
const uuid_1 = require("uuid");
|
|
9
9
|
const analytics_1 = require("../analytics/analytics");
|
|
10
10
|
const context_1 = require("../dbt/context");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightdash/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1464.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lightdash": "dist/index.js"
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"parse-node-version": "^2.0.0",
|
|
31
31
|
"unique-names-generator": "^4.7.1",
|
|
32
32
|
"uuid": "^11.0.3",
|
|
33
|
-
"@lightdash/common": "0.
|
|
34
|
-
"@lightdash/warehouses": "0.
|
|
33
|
+
"@lightdash/common": "0.1464.0",
|
|
34
|
+
"@lightdash/warehouses": "0.1464.0"
|
|
35
35
|
},
|
|
36
36
|
"description": "Lightdash CLI tool",
|
|
37
37
|
"devDependencies": {
|