kmore-cli
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.13.1](https://github.com/waitingsong/kmore-cli/compare/v0.13.0...v0.13.1) (2019-11-17) | ||
**Note:** Version bump only for package kmore-cli | ||
# [0.13.0](https://github.com/waitingsong/kmore-cli/compare/v0.12.0...v0.13.0) (2019-10-15) | ||
@@ -8,0 +16,0 @@ |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
* | ||
* @version 0.12.0 | ||
* @version 0.13.0 | ||
* @author waiting | ||
@@ -10,0 +10,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.12.0 | ||
* @version 0.13.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Command line to generate config of tables from ts types file for kmore", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"@waiting/shared-core": "3", | ||
"@waiting/shared-types": "1", | ||
"kmore-types": "^0.13.0", | ||
"@waiting/shared-types": "3", | ||
"kmore-types": "^0.13.1", | ||
"rxjs": "^6.5.2", | ||
"yargs": "14" | ||
"yargs": "15" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "5" | ||
"cross-env": "6" | ||
}, | ||
@@ -43,2 +43,5 @@ "engines": { | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -49,4 +52,4 @@ "build": "npm run tsc && npm run rp", | ||
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha", | ||
"lint": "eslint --fix {src,test}/**/*.ts", | ||
"lint:nofix": "eslint {src,test}/**/*.ts", | ||
"lint": "eslint --fix --cache {src,test}/**/*.ts", | ||
"lint:nofix": "eslint --cache {src,test}/**/*.ts", | ||
"rp": "rollup -c rollup.config.js", | ||
@@ -85,3 +88,3 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js", | ||
}, | ||
"gitHead": "8d15ea1efdafc2fecfc43a832c73b4b8e834a853" | ||
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5" | ||
} |
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
21900
19
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@6.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
+ Addedyargs@15.4.1(transitive)
+ Addedyargs-parser@18.1.3(transitive)
- Removed@waiting/shared-types@1.1.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedyargs@14.2.3(transitive)
- Removedyargs-parser@15.0.3(transitive)
Updated@waiting/shared-types@3
Updatedkmore-types@^0.13.1
Updatedyargs@15