kysely-pg-client
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "kysely-pg-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Joseph T. Lapp <arachnojoe@gmail.com>", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"test": "npm run build && npm run test:build && npm run test:node", | ||
"test:build": "rm -rdf test/node/dist && npx check-synced-code && npx load-kysely-tests && tsc -p test/node", | ||
"test:build": "rm -rdf test/node/dist && npx load-kysely-tests && tsc -p test/node", | ||
"test:node": "DIALECT=postgres mocha --timeout 15000 'test/node/dist/**/*.test.js'" | ||
@@ -58,3 +58,3 @@ }, | ||
"chai-subset": "^1.6.0", | ||
"kysely-test-sync": "0.2.1", | ||
"kysely-test-sync": "0.2.3", | ||
"mocha": "^10.0.0", | ||
@@ -61,0 +61,0 @@ "pg": "^8.7.3", |
26940