kmore-cli
Advanced tools
Comparing version 58.0.0 to 58.0.1
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env tsx | ||
/* eslint-disable node/no-process-exit */ | ||
@@ -2,0 +4,0 @@ /** |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "58.0.0", | ||
"version": "58.0.1", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"@waiting/shared-types-dev": "^14.3.3", | ||
"kmore-types": "^58.0.0", | ||
"kmore-types": "^58.0.1", | ||
"minimist": "^1.2.8", | ||
@@ -70,3 +70,3 @@ "rxjs": "^7.8.0", | ||
"scripts": { | ||
"build": "npm run tsc && tsc-alias", | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", | ||
@@ -81,7 +81,7 @@ "clean:cache": "rm -rf .eslintcache .tsbuildinfo", | ||
"pretest": "npm run build", | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"rp": "tsx bin-hashbang.js", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false -r=test/root.hooks.ts", | ||
"tsc": "tsc -b" | ||
}, | ||
"gitHead": "3a5eb8c88ac278727ed0684b5c65bd966a9defe6" | ||
"gitHead": "bd9a4fd2b0d4cfc7a00f146ed92415064e21f088" | ||
} |
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
48659
964
Updatedkmore-types@^58.0.1