kmore-cli
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
* | ||
* @version 4.1.0 | ||
* @version 5.0.0 | ||
* @author waiting | ||
@@ -321,3 +321,3 @@ * @license MIT | ||
/* eslint-disable node/no-process-exit */ | ||
// @ts-nocheck | ||
// log(yargs.argv) | ||
@@ -324,0 +324,0 @@ let args; |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 4.1.0 | ||
* @version 5.0.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "9", | ||
"@waiting/shared-types": "9", | ||
"@waiting/shared-core": "10", | ||
"@waiting/shared-types": "10", | ||
"@waiting/shared-types-dev": "2", | ||
"kmore-types": "^5.0.0", | ||
"kmore-types": "^5.1.0", | ||
"rxjs": "7", | ||
@@ -100,3 +100,3 @@ "rxwalker": "4", | ||
}, | ||
"gitHead": "7740d1d9290b3a47bfabf9f7e5fdaa9058b48dda" | ||
"gitHead": "900e6853fd6c8d6cb0d874caf3fde493f38ee043" | ||
} |
@@ -0,1 +1,2 @@ | ||
// @ts-nocheck | ||
/* eslint-disable node/no-process-exit */ | ||
@@ -16,2 +17,3 @@ /** | ||
try { | ||
@@ -18,0 +20,0 @@ args = parseCliArgs(yargs.argv) |
@@ -0,1 +1,3 @@ | ||
// @ts-nocheck | ||
/* eslint-disable @typescript-eslint/no-unsafe-call */ | ||
import yargs from 'yargs' | ||
@@ -2,0 +4,0 @@ |
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
54599
1384
+ Added@waiting/shared-core@10.1.0(transitive)
+ Added@waiting/shared-types@10.1.0(transitive)
- Removed@waiting/shared-core@9.2.0(transitive)
- Removed@waiting/shared-types@9.2.0(transitive)
Updated@waiting/shared-core@10
Updated@waiting/shared-types@10
Updatedkmore-types@^5.1.0