kmore-cli
Advanced tools
Comparing version 2.0.1 to 2.0.4
@@ -6,2 +6,18 @@ # Change Log | ||
## [2.0.4](https://github.com/waitingsong/kmore/compare/v2.0.3...v2.0.4) (2021-01-26) | ||
**Note:** Version bump only for package kmore-cli | ||
## [2.0.2](https://github.com/waitingsong/kmore/compare/v2.0.1...v2.0.2) (2021-01-24) | ||
**Note:** Version bump only for package kmore-cli | ||
## [2.0.1](https://github.com/waitingsong/kmore/compare/v2.0.0...v2.0.1) (2020-07-16) | ||
@@ -8,0 +24,0 @@ |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
* | ||
* @version 2.0.0 | ||
* @version 2.0.2 | ||
* @author waiting | ||
@@ -72,3 +72,3 @@ * @license MIT | ||
const args = { ...initialCliArgs }; | ||
const cmdArr = argv._; | ||
const cmdArr = argv._.map(value => value.toString()); | ||
args.cmd = parseCmd(cmdArr); | ||
@@ -75,0 +75,0 @@ args.needHelp = !!argv.h; |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.0.0 | ||
* @version 2.0.2 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ import { cmdSet, initialCliArgs } from './config'; | ||
const args = { ...initialCliArgs }; | ||
const cmdArr = argv._; | ||
const cmdArr = argv._.map(value => value.toString()); | ||
args.cmd = parseCmd(cmdArr); | ||
@@ -8,0 +8,0 @@ args.needHelp = !!argv.h; |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "2.0.1", | ||
"version": "2.0.4", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "4", | ||
"@waiting/shared-types": "4", | ||
"kmore-types": "^2.0.1", | ||
"rxjs": "^6.5.2", | ||
"yargs": "15" | ||
"@waiting/shared-core": "5", | ||
"@waiting/shared-types": "5", | ||
"kmore-types": "^2.0.4", | ||
"rxjs": "6", | ||
"yargs": "16" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=10.16.0" | ||
"node": ">=12.13.0" | ||
}, | ||
@@ -58,2 +58,3 @@ "files": [ | ||
"test:browser": "cd .config && npm run browser && cd ..", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --parallel=false", | ||
"tsc": "tsc -p tsconfig.json", | ||
@@ -82,9 +83,10 @@ "tsc:w": "tsc -p tsconfig.json -w" | ||
"reporter": [ | ||
"text-summary", | ||
"html", | ||
"json", | ||
"html" | ||
"text", | ||
"text-summary" | ||
], | ||
"all": true | ||
}, | ||
"gitHead": "7785c2195e3279e849a6b6ca36a3dae2dd4311b4" | ||
"gitHead": "528f816a67445191fb9e8bbacb5e9f3dc0846782" | ||
} |
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
19477
355
+ Addedcliui@7.0.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedtypescript@5.7.2(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@16.2.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removed@waiting/shared-core@4.8.1(transitive)
- Removed@waiting/shared-types@4.8.1(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcliui@6.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@6.2.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@15.4.1(transitive)
- Removedyargs-parser@18.1.3(transitive)
Updated@waiting/shared-core@5
Updated@waiting/shared-types@5
Updatedkmore-types@^2.0.4
Updatedrxjs@6
Updatedyargs@16