kmore-cli
Advanced tools
Comparing version 0.13.1 to 0.14.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.14.0](https://github.com/waitingsong/kmore/compare/v0.13.1...v0.14.0) (2020-01-16) | ||
**Note:** Version bump only for package kmore-cli | ||
## [0.13.1](https://github.com/waitingsong/kmore-cli/compare/v0.13.0...v0.13.1) (2019-11-17) | ||
@@ -8,0 +16,0 @@ |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
* | ||
* @version 0.13.0 | ||
* @version 0.13.1 | ||
* @author waiting | ||
@@ -10,0 +10,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.13.0 | ||
* @version 0.13.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "Command line to generate config of tables from ts types file for kmore", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/waitingsong/kmore-cli/issues" | ||
"url": "https://github.com/waitingsong/kmore/issues" | ||
}, | ||
@@ -27,3 +27,3 @@ "homepage": "https://waitingsong.github.io/kmore/", | ||
"type": "git", | ||
"url": "git+https://github.com/waitingsong/kmore-cli.git" | ||
"url": "git+https://github.com/waitingsong/kmore.git" | ||
}, | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"@waiting/shared-types": "3", | ||
"kmore-types": "^0.13.1", | ||
"kmore-types": "^0.14.0", | ||
"rxjs": "^6.5.2", | ||
@@ -50,3 +50,2 @@ "yargs": "15" | ||
"build": "npm run tsc && npm run rp", | ||
"devbuild": "npm run tsc && npm run rp", | ||
"clean": "rm -rf dist/* .vscode/.tsbuildinfo .vscode/.tsbuildinfo.* ", | ||
@@ -89,3 +88,3 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha", | ||
}, | ||
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5" | ||
"gitHead": "3a48cf8a1438b9c06135e16540c42af50dbd1912" | ||
} |
Sorry, the diff of this file is not supported yet
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
22042
+ Addedkmore-types@0.14.0(transitive)
- Removedkmore-types@0.13.1(transitive)
Updatedkmore-types@^0.14.0