X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e158844352f26389ad197e41d4fd7cb4e527ae02;hb=741cdb341d12048ba0f1f55784254260ab49b4fa;hp=10835461cf9e707b08e433161976977c4af66323;hpb=6248590816ccdcc06130fcf1d053f2e7b52d5020;p=poolifier.git diff --git a/package.json b/package.json index 10835461..e1588443 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { + "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.19", - "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", + "version": "2.6.27", + "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" } @@ -19,17 +21,17 @@ "build:prod": "rollup --config", "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs", - "benchmark:prod": "pnpm build:prod && node -r source-map-support/register benchmarks/internal/bench.mjs", + "benchmark:prod": "pnpm build:prod && benchmarks/internal/bench.mjs", "test": "pnpm build && c8 mocha 'tests/**/*.test.js'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", - "format": "prettier . --cache --write; ts-standard . --fix", + "format": "rome format . --write; ts-standard . --fix", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", "release": "release-it", - "typedoc": "typedoc", + "typedoc": "node typedoc.mjs", "prepublishOnly": "pnpm build:prod" }, "ts-standard": { @@ -47,8 +49,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.4.0", - "pnpm": "8.6.9" + "node": "20.5.1", + "pnpm": "8.6.12" }, "repository": { "type": "git", @@ -104,40 +106,41 @@ } }, "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", - "@release-it/bumper": "^5.0.0", + "@commitlint/cli": "^17.7.1", + "@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.2", + "@types/node": "^20.5.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "benny": "^3.7.1", - "c8": "^8.0.0", - "eslint": "^8.45.0", + "c8": "^8.0.1", + "eslint": "^8.47.0", "eslint-config-standard": "^17.1.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.4", + "eslint-config-standard-with-typescript": "^37.0.0", + "eslint-define-config": "^1.23.0", + "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", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.6.1", + "expect": "^29.6.2", "husky": "^8.0.3", - "lint-staged": "^13.2.3", + "lint-staged": "^14.0.0", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^3.0.0", - "release-it": "^16.1.3", - "rollup": "^3.26.3", + "prettier": "^3.0.2", + "release-it": "^16.1.5", + "rollup": "^3.28.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", + "rome": "^12.1.3", "sinon": "^15.2.0", "source-map-support": "^0.5.21", "ts-standard": "^12.0.2",