@lightdash/cli 0.1456.1 → 0.1456.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.js +0 -0
  3. package/package.json +58 -57
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Telescope Technologies Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,58 +1,59 @@
1
1
  {
2
- "name": "@lightdash/cli",
3
- "version": "0.1456.1",
4
- "license": "MIT",
5
- "bin": {
6
- "lightdash": "dist/index.js"
7
- },
8
- "files": [
9
- "dist/**/*",
10
- "track.sh"
11
- ],
12
- "dependencies": {
13
- "@actions/core": "^1.11.1",
14
- "@lightdash/common": "workspace:*",
15
- "@lightdash/warehouses": "workspace:*",
16
- "@types/columnify": "^1.5.1",
17
- "ajv": "^8.11.0",
18
- "ajv-formats": "^2.1.1",
19
- "better-ajv-errors": "^1.2.0",
20
- "chalk": "4.1.2",
21
- "chokidar": "^3.5.3",
22
- "columnify": "^1.6.0",
23
- "commander": "^9.2.0",
24
- "execa": "^5",
25
- "google-auth-library": "^8.5.1",
26
- "inquirer": "^8.2.4",
27
- "js-yaml": "^4.1.0",
28
- "lodash": "^4.17.21",
29
- "node-fetch": "^2.7.0",
30
- "nunjucks": "^3.2.3",
31
- "ora": "5.4.1",
32
- "parse-node-version": "^2.0.0",
33
- "unique-names-generator": "^4.7.1",
34
- "uuid": "^11.0.3"
35
- },
36
- "description": "Lightdash CLI tool",
37
- "devDependencies": {
38
- "@types/inquirer": "^8.2.1",
39
- "@types/js-yaml": "^4.0.9",
40
- "@types/lodash": "^4.14.185",
41
- "@types/node-fetch": "2.x",
42
- "@types/nunjucks": "^3.2.1",
43
- "@types/parse-node-version": "^1.0.0",
44
- "@types/uuid": "^10.0.0"
45
- },
46
- "scripts": {
47
- "test": "jest",
48
- "build": "tsc --build tsconfig.json",
49
- "linter": "eslint -c .eslintrc.js --ignore-path ./../../.gitignore",
50
- "formatter": "prettier --config .prettierrc.js --ignore-unknown --ignore-path ./../../.gitignore",
51
- "lint": "pnpm run linter ./src",
52
- "fix-lint": "pnpm run linter ./src --fix",
53
- "format": "pnpm run formatter ./src --check",
54
- "fix-format": "pnpm run formatter ./src --write",
55
- "preinstall": "bash track.sh started || echo 'skipping preinstall'",
56
- "postinstall": "bash track.sh completed || echo 'skipping postinstall'"
57
- }
58
- }
2
+ "name": "@lightdash/cli",
3
+ "version": "0.1456.4",
4
+ "license": "MIT",
5
+ "bin": {
6
+ "lightdash": "dist/index.js"
7
+ },
8
+ "files": [
9
+ "dist/**/*",
10
+ "track.sh"
11
+ ],
12
+ "dependencies": {
13
+ "@actions/core": "^1.11.1",
14
+ "@types/columnify": "^1.5.1",
15
+ "ajv": "^8.11.0",
16
+ "ajv-formats": "^2.1.1",
17
+ "better-ajv-errors": "^1.2.0",
18
+ "chalk": "4.1.2",
19
+ "chokidar": "^3.5.3",
20
+ "columnify": "^1.6.0",
21
+ "commander": "^9.2.0",
22
+ "execa": "^5",
23
+ "google-auth-library": "^8.5.1",
24
+ "inquirer": "^8.2.4",
25
+ "js-yaml": "^4.1.0",
26
+ "lodash": "^4.17.21",
27
+ "node-fetch": "^2.7.0",
28
+ "nunjucks": "^3.2.3",
29
+ "ora": "5.4.1",
30
+ "parse-node-version": "^2.0.0",
31
+ "unique-names-generator": "^4.7.1",
32
+ "uuid": "^11.0.3",
33
+ "@lightdash/common": "0.1456.4",
34
+ "@lightdash/warehouses": "0.1456.4"
35
+ },
36
+ "description": "Lightdash CLI tool",
37
+ "devDependencies": {
38
+ "@types/inquirer": "^8.2.1",
39
+ "@types/js-yaml": "^4.0.9",
40
+ "@types/lodash": "^4.14.185",
41
+ "@types/node-fetch": "2.x",
42
+ "@types/nunjucks": "^3.2.1",
43
+ "@types/parse-node-version": "^1.0.0",
44
+ "@types/uuid": "^10.0.0"
45
+ },
46
+ "scripts": {
47
+ "test": "jest",
48
+ "build": "tsc --build tsconfig.json",
49
+ "linter": "eslint -c .eslintrc.js --ignore-path ./../../.gitignore",
50
+ "formatter": "prettier --config .prettierrc.js --ignore-unknown --ignore-path ./../../.gitignore",
51
+ "lint": "pnpm run linter ./src",
52
+ "fix-lint": "pnpm run linter ./src --fix",
53
+ "format": "pnpm run formatter ./src --check",
54
+ "fix-format": "pnpm run formatter ./src --write",
55
+ "preinstall": "bash track.sh started || echo 'skipping preinstall'",
56
+ "postinstall": "bash track.sh completed || echo 'skipping postinstall'",
57
+ "release": "pnpm publish --no-git-checks"
58
+ }
59
+ }