Comparing version 29.0.0 to 29.0.1
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "29.0.0", | ||
"version": "29.0.1", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"cross-env": "7", | ||
"kmore-types": "^29.0.0", | ||
"kmore-types": "^29.0.1", | ||
"knex": "^2.1.0", | ||
@@ -65,3 +65,3 @@ "pg": "^8.7.3" | ||
"build": "npm run tsc && npm run rp", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*", | ||
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*", | ||
@@ -76,6 +76,5 @@ "clean:lock": "rm package-lock.json -f", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false", | ||
"tsc": "tsc -b ", | ||
"tsc:w": "tsc -p tsconfig.json -w" | ||
"tsc": "tsc -b " | ||
}, | ||
"gitHead": "6131ec207318decc9e813ab88c84aacc1028d2af" | ||
"gitHead": "fd5287fa5388f0ae37127f301bfc7c34150a8fbe" | ||
} |
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
89562