Comparing version
{ | ||
"name": "mysql2", | ||
"version": "3.11.5-canary.bded4980", | ||
"version": "3.11.5-canary.cdc9415c", | ||
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", | ||
"main": "index.js", | ||
"typings": "typings/mysql/index", | ||
"type": "commonjs", | ||
"scripts": { | ||
@@ -13,5 +14,5 @@ "lint": "npm run lint:docs && npm run lint:code", | ||
"lint:tests": "npx prettier --check ./test", | ||
"test": "poku --debug --include=\"test/esm,test/unit,test/integration\"", | ||
"test:bun": "poku --debug --platform=\"bun\" --include=\"test/esm,test/unit,test/integration\"", | ||
"test:deno": "deno run --allow-read --allow-env --allow-run npm:poku --debug --platform=\"deno\" --deno-allow=\"read,env,net,sys\" --deno-cjs=\".js,.cjs\" --include=\"test/esm,test/unit,test/integration\"", | ||
"test": "poku -d test/esm test/unit test/integration", | ||
"test:bun": "poku -d --bun test/esm test/unit test/integration", | ||
"test:deno": "deno run --allow-read --allow-env --allow-run npm:poku -d --deno --denoAllow=\"read,env,net,sys\" test/esm test/unit test/integration", | ||
"test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"", | ||
@@ -18,0 +19,0 @@ "coverage-test": "c8 npm run test", |
505717
-0.02%