kmore-cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/waitingsong/kmore/compare/v1.1.0...v1.1.1) (2020-07-12) | ||
**Note:** Version bump only for package kmore-cli | ||
# [1.1.0](https://github.com/waitingsong/kmore/compare/v0.21.0...v1.1.0) (2020-07-12) | ||
@@ -8,0 +16,0 @@ |
@@ -5,5 +5,5 @@ #!/usr/bin/env node | ||
* kmore-cli | ||
* Command line to generate config of tables from ts types file for kmore | ||
* Command line to generate dicts from ts source files for kmore | ||
* | ||
* @version 0.21.0 | ||
* @version 1.1.0 | ||
* @author waiting | ||
@@ -10,0 +10,0 @@ * @license MIT |
/** | ||
* kmore-cli | ||
* Command line to generate config of tables from ts types file for kmore | ||
* Command line to generate dicts from ts source files for kmore | ||
* | ||
* @version 0.21.0 | ||
* @version 1.1.0 | ||
* @author waiting | ||
@@ -7,0 +7,0 @@ * @license MIT |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "1.1.0", | ||
"description": "Command line to generate config of tables from ts types file for kmore", | ||
"version": "1.1.1", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
"keywords": [ | ||
"kmore", | ||
"knex", | ||
"typed knex", | ||
"typescript", | ||
@@ -86,3 +85,3 @@ "ts" | ||
}, | ||
"gitHead": "de9a962e725764f8dcaed607d7a5a2ab4320aed5" | ||
"gitHead": "9033a1657378a51c326813af6b6fc0d30480f073" | ||
} |
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
18715