X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=95645f039ce2b2da508db6a85c00566bf8997b2d;hb=c62a9bbc12416e26acbb3b86b5090d6186b14b60;hp=eb47832de78f6b6d9c73fbc22840df5d5d249658;hpb=b7cfced1c598a7516592d9b85c8198916c34c43c;p=poolifier.git diff --git a/package.json b/package.json index eb47832d..95645f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.11", + "version": "2.6.20", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -47,27 +47,26 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.4.0", - "pnpm": "8.6.6" + "node": "20.5.0", + "pnpm": "8.6.9" }, "repository": { "type": "git", "url": "git+https://github.com/poolifier/poolifier.git" }, "keywords": [ - "node", - "pool", - "workers pool", - "threads pool", - "worker-threads", + "nodejs", + "worker pool", + "thread pool", + "worker_threads", "cluster", - "cluster worker", "concurrency", "performance", "cpu", "computing", - "async computing", - "async resource" + "scheduling", + "parallelism", + "eventloop" ], "author": "pioardi", "contributors": [ @@ -105,24 +104,24 @@ } }, "devDependencies": { - "@commitlint/cli": "^17.6.6", - "@commitlint/config-conventional": "^17.6.6", - "@release-it/bumper": "^4.0.2", - "@release-it/keep-a-changelog": "^3.1.0", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", + "@release-it/bumper": "^5.0.0", + "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.4.1", - "@typescript-eslint/eslint-plugin": "^5.61.0", - "@typescript-eslint/parser": "^5.61.0", + "@types/node": "^20.4.2", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "benny": "^3.7.1", "c8": "^8.0.0", - "eslint": "^8.44.0", + "eslint": "^8.45.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^36.0.0", + "eslint-config-standard-with-typescript": "^36.1.0", "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.4.3", + "eslint-plugin-jsdoc": "^46.4.4", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", @@ -133,9 +132,9 @@ "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^2.8.8", - "release-it": "^16.1.0", - "rollup": "^3.26.2", + "prettier": "^3.0.0", + "release-it": "^16.1.3", + "rollup": "^3.26.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",