X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e158844352f26389ad197e41d4fd7cb4e527ae02;hb=741cdb341d12048ba0f1f55784254260ab49b4fa;hp=dba4df870720d1b9b7b8a73645fd07f576ea6ca5;hpb=5b726f72d534f6d66532d9576ed6347506c515f1;p=poolifier.git diff --git a/package.json b/package.json index dba4df87..e1588443 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.25", + "version": "2.6.27", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -26,7 +26,7 @@ "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", @@ -130,16 +130,17 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.6.2", "husky": "^8.0.3", - "lint-staged": "^13.3.0", + "lint-staged": "^14.0.0", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^3.0.1", + "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",