X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fpackage.json;h=23622c0b13228063dd949cef5f3d0f4ad82e9870;hb=f0f4c658534b3a0b996b039098095fea7a733f35;hp=79e636bc6f0f609213f18c59e0d728766304b22c;hpb=0f47cdc7005adc7a74f015e451336abfa394495c;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 79e636bc..23622c0b 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -7,12 +7,12 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.9.2" + "pnpm": "8.10.2" }, "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", - "start": "node dist/main.js", + "start": "node --enable-source-maps dist/main.js", "test": "echo \"Error: no test specified\" && exit 1", "benchmark:echo": "autocannon -c 100 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo", "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/30" @@ -26,7 +26,7 @@ "poolifier": "^3.0.5" }, "devDependencies": { - "@types/node": "^20.8.9", + "@types/node": "^20.9.0", "autocannon": "^7.12.0", "typescript": "^5.2.2" }