Comparing version 1.1.2 to 1.1.3
@@ -14,2 +14,6 @@ const path = require("path"); | ||
}, | ||
docker_compose: { | ||
postgresql: path.join(__dirname) + "\\templates\\postgres\\docker-compose.yml", | ||
mongodb: path.join(__dirname) + "\\templates\\mongodb\\docker-compose.yml", | ||
}, | ||
lint: { | ||
@@ -47,2 +51,8 @@ eslintrc: path.join(__dirname) + "\\templates\\.eslintrc", | ||
}, | ||
{ | ||
type: "checkbox", | ||
message: "Docker Compose", | ||
name: "docker_compose", | ||
choices: ["postgresql", "mongodb"], | ||
}, | ||
{ | ||
@@ -49,0 +59,0 @@ type: "checkbox", |
@@ -7,3 +7,3 @@ const cli = require("commander"); | ||
.description("generate template files very fast") | ||
.version("1.1.2") | ||
.version("1.1.3") | ||
.parse(process.argv); | ||
@@ -10,0 +10,0 @@ keza.on("--help", function () { |
{ | ||
"name": "keza", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Generate template files(Eslint config files, gitignore, readme..etc) from the command line", | ||
@@ -15,14 +15,14 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.2" | ||
"eslint": "^7.15.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.0.0", | ||
"chalk": "^4.1.0", | ||
"clear": "^0.1.0", | ||
"cli-progress": "^3.6.1", | ||
"commander": "^5.0.0", | ||
"figlet": "^1.3.0", | ||
"inquirer": "^7.1.0", | ||
"ora": "^4.0.3" | ||
"cli-progress": "^3.8.2", | ||
"commander": "^6.2.0", | ||
"figlet": "^1.5.0", | ||
"inquirer": "^7.3.3", | ||
"ora": "^5.1.0" | ||
}, | ||
@@ -45,2 +45,2 @@ "repository": { | ||
"homepage": "https://github.com/knowbee/keza#readme" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13874
23
181
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcommander@6.2.1(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
+ Addedora@5.4.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.23.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcommander@5.1.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedlog-symbols@3.0.0(transitive)
- Removedora@4.1.1(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^4.1.0
Updatedcli-progress@^3.8.2
Updatedcommander@^6.2.0
Updatedfiglet@^1.5.0
Updatedinquirer@^7.3.3
Updatedora@^5.1.0