Comparing version 61.0.0 to 61.2.0
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "61.0.0", | ||
"version": "61.2.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@mwcp/otel": "^29.0.0", | ||
"@mwcp/otel": "^30.0.0", | ||
"kmore-cli": "^61.0.0", | ||
@@ -85,6 +85,6 @@ "kmore-types": "^61.0.0", | ||
"rp": "tsx bin-hashbang.js", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=2", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", | ||
"tsc": "tsc -p tsconfig.json" | ||
}, | ||
"gitHead": "28004cb8718f76d66a4a9d274baabd266c858a54" | ||
"gitHead": "43ca702e8e6391c12065e602d3bedffc93287eaf" | ||
} |
328240