Comparing version 59.5.3 to 59.5.4
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "59.5.3", | ||
"version": "59.5.4", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -42,10 +42,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "^23.2.0" | ||
"@waiting/shared-core": "^23.3.0" | ||
}, | ||
"devDependencies": { | ||
"@mwcp/otel": "20 - 22", | ||
"kmore-cli": "^59.5.3", | ||
"kmore-types": "^59.5.3", | ||
"@mwcp/otel": "24 - 25", | ||
"kmore-cli": "^59.5.4", | ||
"kmore-types": "^59.5.4", | ||
"knex": "^3.1.0", | ||
"pg": "^8.11.3" | ||
"pg": "^8.11.5" | ||
}, | ||
@@ -74,3 +74,3 @@ "engines": { | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"build:test": "tsc -p test/tsconfig.json", | ||
"build:unit": "tsc -p test/tsconfig.json", | ||
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", | ||
@@ -84,8 +84,8 @@ "clean:cache": "rm -rf .eslintcache .tsbuildinfo", | ||
"lint:nofix": "eslint --cache src test", | ||
"pretest": "npm run build && npm run build:test", | ||
"pretest": "npm run build && npm run build:unit", | ||
"rp": "tsx bin-hashbang.js", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=2", | ||
"tsc": "tsc -b" | ||
"tsc": "tsc -p tsconfig.json" | ||
}, | ||
"gitHead": "137fd257e3cc2ab34a35e3e04c9b49a65f3c7277" | ||
"gitHead": "2cf7453258e8d4c66ea7a63eab61cca508ef842e" | ||
} |
@@ -24,2 +24,3 @@ { | ||
"##/*": ["src/*"], | ||
"#a/*": ["src/app/*"], | ||
"#@/*": ["test/*"] | ||
@@ -47,2 +48,3 @@ }, | ||
"dist", | ||
"fixtures", | ||
"node_modules*", | ||
@@ -49,0 +51,0 @@ "**/*.d.ts", |
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
328231
5793
Updated@waiting/shared-core@^23.3.0