X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=48e14ecb4359f4e330d98b7adaba1ff884bb2520;hb=f30df3855b944c61ea5ed17ec205f464d5611ed5;hp=b3aee8e655e2326bff3865060b0b3f74b0894aac;hpb=9b2fdd9fbe65595ae80ff429b633ab2222188946;p=poolifier.git diff --git a/package.json b/package.json index b3aee8e6..48e14ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.0.2", + "version": "2.1.0", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": { @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pioardi/poolifier.git" + "url": "git+https://github.com/poolifier/poolifier.git" }, "keywords": [ "node", @@ -55,35 +55,35 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/pioardi/poolifier/issues" + "url": "https://github.com/poolifier/poolifier/issues" }, - "homepage": "https://github.com/pioardi/poolifier#readme", + "homepage": "https://github.com/poolifier/poolifier#readme", "files": [ "lib" ], "devDependencies": { - "@types/node": "^14.17.11", - "@typescript-eslint/eslint-plugin": "^4.29.2", - "@typescript-eslint/parser": "^4.29.2", + "@types/node": "^14.17.12", + "@typescript-eslint/eslint-plugin": "^4.29.3", + "@typescript-eslint/parser": "^4.29.3", "benchmark": "^2.1.4", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-define-config": "^1.0.9", - "eslint-plugin-import": "^2.24.1", - "eslint-plugin-jsdoc": "^36.0.7", + "eslint-plugin-import": "^2.24.2", + "eslint-plugin-jsdoc": "^36.0.8", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettierx": "^0.18.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-spellcheck": "0.0.19", - "expect": "^27.0.6", + "expect": "^27.1.0", "microtime": "^3.0.0", - "mocha": "^9.1.0", + "mocha": "^9.1.1", "mochawesome": "^6.2.2", "nyc": "^15.1.0", "prettier": "^2.3.2", "prettier-plugin-organize-imports": "^2.3.3", "prettierx": "^0.19.0", - "rollup": "^2.56.2", + "rollup": "^2.56.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -91,8 +91,8 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "source-map-support": "^0.5.19", - "typedoc": "^0.21.6", - "typescript": "^4.3.5" + "typedoc": "^0.21.8", + "typescript": "^4.4.2" }, "engines": { "node": ">=12.11.0",