@lightdash/cli 0.1698.1 → 0.1698.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -19,6 +19,7 @@ const renameHandler_1 = require("./handlers/renameHandler");
19
19
  const setProject_1 = require("./handlers/setProject");
20
20
  const validate_1 = require("./handlers/validate");
21
21
  const styles = tslib_1.__importStar(require("./styles"));
22
+ // Trigger CLI tests
22
23
  // Suppress AWS SDK V2 warning, imported by snowflake SDK
23
24
  process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = '1';
24
25
  const nodeVersion = require('parse-node-version')(process.version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.1698.1",
3
+ "version": "0.1698.3",
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.1698.1",
34
- "@lightdash/warehouses": "0.1698.1"
33
+ "@lightdash/common": "0.1698.3",
34
+ "@lightdash/warehouses": "0.1698.3"
35
35
  },
36
36
  "description": "Lightdash CLI tool",
37
37
  "devDependencies": {