X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=746c67fe6c64c2bb2d3d13031e7e0fe0df3dfe94;hb=d881a2047924280a33a738d1df42257af1c8ef22;hp=48e5c49e1199efe9c86568e5cb2d042b899d57f6;hpb=6acf0df125c95248e1c05c38e97c7676b48f6a1a;p=poolifier.git diff --git a/package.json b/package.json index 48e5c49e..746c67fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.16", + "version": "2.6.17", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -55,19 +55,18 @@ "url": "git+https://github.com/poolifier/poolifier.git" }, "keywords": [ - "node", - "pool", - "workers pool", - "threads pool", + "nodejs", + "worker pool", + "thread pool", "worker_threads", "cluster", - "cluster worker", "concurrency", "performance", "cpu", "computing", - "async computing", - "async resource" + "scheduling", + "parallelism", + "eventloop" ], "author": "pioardi", "contributors": [ @@ -118,11 +117,11 @@ "c8": "^8.0.0", "eslint": "^8.45.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^36.0.1", + "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", @@ -134,7 +133,7 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.0", - "release-it": "^16.1.0", + "release-it": "^16.1.2", "rollup": "^3.26.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3",