Comparing version 55.5.3 to 55.6.0
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "55.5.3", | ||
"version": "55.6.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "^21.2.1" | ||
"@waiting/shared-core": "^21.3.0" | ||
}, | ||
@@ -46,4 +46,4 @@ "devDependencies": { | ||
"cross-env": "7", | ||
"kmore-cli": "^55.5.3", | ||
"kmore-types": "^55.3.3", | ||
"kmore-cli": "^55.6.0", | ||
"kmore-types": "^55.6.0", | ||
"knex": "^2.4.2", | ||
@@ -53,8 +53,9 @@ "pg": "^8.10.0" | ||
"engines": { | ||
"node": ">=16.13.0 <=19.9.0" | ||
"node": ">=16.13.0" | ||
}, | ||
"files": [ | ||
"README.*.md", | ||
"Dockerfile", | ||
"tsconfig.json", | ||
"Dockerfile", | ||
"tsconfig.base.json", | ||
"src/**/*.ts", | ||
@@ -72,3 +73,3 @@ "bin/*.js", | ||
"clean:lock": "rm package-lock.json -f", | ||
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --loader=ts-node/esm --parallel=false", | ||
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --parallel=false", | ||
"lint": "eslint --fix --cache {src,test}/**/*.ts", | ||
@@ -78,9 +79,10 @@ "lint:nofix": "eslint --cache {src,test}/**/*.ts", | ||
"rp": "rollup -c rollup.config.js --context this", | ||
"prepack": "rm -f dist/tsconfig.tsbuildinfo", | ||
"pretest": "npm run build", | ||
"pretest:local": "npm run build", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha", | ||
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha", | ||
"tsc": "tsc -b " | ||
}, | ||
"gitHead": "fb1ff43b3f2c6fed050efd6da4a71a4881d19f38" | ||
"gitHead": "ecfcae4689d6335f688534c4f775b2ff12f6a243" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"incremental": true, | ||
"outDir": "dist", | ||
"paths": { | ||
"~/*": ["./src/*"], | ||
"@/*": ["./test/*"] | ||
}, | ||
"tsBuildInfoFile": ".tsbuildinfo" | ||
}, | ||
"ts-node": { | ||
"esm": true, | ||
"experimentalResolver": true, | ||
"experimentalSpecifierResolution": "node", | ||
"preferTsExts": true, | ||
"transpileOnly": false | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
] | ||
"extends": "./tsconfig.base.json" | ||
} |
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
463642
124
7290
Updated@waiting/shared-core@^21.3.0