X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=1492410b842cfde0754361d64ec850af6eacdf8c;hb=9606b474f66413e1626467a0ad293aab3ad06f99;hp=1da5360a3a0645353b7321163dd329a98aff7670;hpb=0223b3921ffcefea356d983774436f3e30fde424;p=poolifier.git diff --git a/package.json b/package.json index 1da5360a..1492410b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "poolifier", "version": "2.6.21", - "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", + "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", "exports": { ".": { + "types": "./lib/index.d.ts", "require": "./lib/index.js", "import": "./lib/index.mjs" } @@ -48,7 +49,7 @@ }, "volta": { "node": "20.5.0", - "pnpm": "8.6.11" + "pnpm": "8.6.12" }, "repository": { "type": "git", @@ -104,13 +105,13 @@ } }, "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", + "@commitlint/cli": "^17.7.0", + "@commitlint/config-conventional": "^17.7.0", "@release-it/bumper": "^5.1.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.8", + "@types/node": "^20.4.9", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "benny": "^3.7.1", @@ -119,7 +120,7 @@ "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^37.0.0", "eslint-define-config": "^1.23.0", - "eslint-import-resolver-typescript": "^3.5.5", + "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsdoc": "^46.4.6", "eslint-plugin-n": "^16.0.1", @@ -133,8 +134,8 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.1", - "release-it": "^16.1.3", - "rollup": "^3.27.2", + "release-it": "^16.1.4", + "rollup": "^3.28.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",