X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f008ac135853433f6f4d35d0d39f1db1a367a4dd;hb=53e40a19efa5ace971240a8a51ee9b9ecacae07a;hp=15467974ab65db5ac07191c1c1540f229fb7a448;hpb=18443f266cd45a5ebc5650ceff3ed21720ff7d65;p=poolifier.git diff --git a/package.json b/package.json index 15467974..f008ac13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.41", + "version": "2.6.42", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -21,7 +21,7 @@ "build:prod": "rollup --config", "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs", - "benchmark:prod": "pnpm build:prod && benchmarks/internal/bench.mjs", + "benchmark:prod": "pnpm build:prod && node benchmarks/internal/bench.mjs", "test": "pnpm build && c8 mocha 'tests/**/*.test.js'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", @@ -49,8 +49,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.5.1", - "pnpm": "8.7.1" + "node": "20.6.0", + "pnpm": "8.7.4" }, "repository": { "type": "git", @@ -140,7 +140,7 @@ "mochawesome": "^7.1.3", "prettier": "^3.0.3", "release-it": "^16.1.5", - "rollup": "^3.28.1", + "rollup": "^3.29.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",