X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b7310fe6b80b1b9047727f545fe551367cb1a547;hb=32e26de2e3d15f6737cd16b005765893cd08ce87;hp=e30ee81c66e01f0adaa92aa65d1b0d9f63b9e55d;hpb=6233fe253e6a5dc04256490734cb20476b85b68e;p=poolifier.git diff --git a/package.json b/package.json index e30ee81c..b7310fe6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.6", + "version": "4.0.7", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -21,9 +21,6 @@ "build:prod": "rollup --config", "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development", "build:analyze": "rollup --config --environment ANALYZE,BUILD:development", - "benchmark:benchmark.js": "pnpm build && node --enable-source-maps benchmarks/internal/bench.mjs -t benchmark.js", - "benchmark:benchmark.js:prod": "pnpm build:prod && node --enable-source-maps benchmarks/internal/bench.mjs -t benchmark.js", - "benchmark:benchmark.js:debug": "pnpm build && node --enable-source-maps --inspect benchmarks/internal/bench.mjs -t benchmark.js", "benchmark:tatami-ng": "pnpm build && node --enable-source-maps benchmarks/internal/bench.mjs -t tatami-ng", "benchmark:tatami-ng:prod": "pnpm build:prod && node --enable-source-maps benchmarks/internal/bench.mjs -t tatami-ng", "benchmark:tatami-ng:debug": "pnpm build && node --enable-source-maps --inspect benchmarks/internal/bench.mjs -t tatami-ng", @@ -45,9 +42,9 @@ }, "volta": { "node": "22.1.0", - "pnpm": "9.1.0" + "pnpm": "9.1.1" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.1", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -112,9 +109,8 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.12.11", - "@typescript-eslint/eslint-plugin": "^7.8.0", - "@typescript-eslint/parser": "^7.8.0", - "benchmark": "^2.1.4", + "@typescript-eslint/eslint-plugin": "^7.9.0", + "@typescript-eslint/parser": "^7.9.0", "c8": "^9.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", @@ -143,7 +139,7 @@ "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.2", - "tatami-ng": "^0.4.4", + "tatami-ng": "^0.4.9", "typedoc": "^0.25.13", "typescript": "~5.4.5" }