X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f8b56d36d1e01f51b14d47064da52f7be54520c4;hb=fa27ac7717e7be56ecbd94348db838261c0d82aa;hp=169f9d30374a44a3d5b8c08420ba79acdf8b2e1d;hpb=715a408a220582daa8ac0b84a12aaa8d1bb7a775;p=poolifier.git diff --git a/package.json b/package.json index 169f9d30..f8b56d36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.5", + "version": "3.0.9", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -19,9 +19,9 @@ "build:prod": "rollup --config", "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development", "build:analyze": "rollup --config --environment ANALYZE,BUILD:development", - "benchmark": "pnpm build && node --max-old-space-size=4096 --enable-source-maps benchmarks/internal/bench.mjs", - "benchmark:prod": "pnpm build:prod && node --max-old-space-size=4096 --enable-source-maps benchmarks/internal/bench.mjs", - "benchmark:debug": "pnpm build && node --max-old-space-size=4096 --enable-source-maps --inspect benchmarks/internal/bench.mjs", + "benchmark": "pnpm build && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs", + "benchmark:prod": "pnpm build:prod && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs", + "benchmark:debug": "pnpm build && node --max-old-space-size=8192 --enable-source-maps --inspect benchmarks/internal/bench.mjs", "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.mjs'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.mjs'", "coverage": "c8 report --reporter=lcov", @@ -42,8 +42,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.9.0", - "pnpm": "8.10.5" + "node": "20.10.0", + "pnpm": "8.11.0" }, "repository": { "type": "git", @@ -101,22 +101,22 @@ } }, "devDependencies": { - "@biomejs/biome": "^1.3.3", - "@commitlint/cli": "^18.4.1", - "@commitlint/config-conventional": "^18.4.0", + "@biomejs/biome": "^1.4.0", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "@release-it/bumper": "^6.0.1", "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.9.0", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", + "@types/node": "^20.10.0", + "@typescript-eslint/eslint-plugin": "^6.13.1", + "@typescript-eslint/parser": "^6.13.1", "benchmark": "^2.1.4", "c8": "^8.0.1", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^39.1.1", - "eslint-define-config": "^1.24.1", + "eslint-config-standard-with-typescript": "^40.0.0", + "eslint-define-config": "^2.0.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsdoc": "^46.9.0", @@ -132,14 +132,14 @@ "mochawesome": "^7.1.3", "prettier": "^3.1.0", "release-it": "^17.0.0", - "rollup": "^4.4.1", + "rollup": "^4.6.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", "ts-standard": "^12.0.2", - "typedoc": "^0.25.3", - "typescript": "~5.2.2" + "typedoc": "^0.25.4", + "typescript": "~5.3.2" } }