X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=df1248fa7f10c9a56d4827e55f58ce862fc6e531;hb=61ed0f4ccc3663ad55eae59839173cb2b7ec0305;hp=f850547b91f5f9cd173af0cf342dc377bb8dc4dd;hpb=870a814ba274155da4122807ce8e58e2bf2205dc;p=poolifier.git diff --git a/package.json b/package.json index f850547b..df1248fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.5", + "version": "3.0.0", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -116,7 +116,7 @@ "eslint": "^8.51.0", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^39.1.1", - "eslint-define-config": "^1.23.0", + "eslint-define-config": "^1.24.1", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsdoc": "^46.8.2", @@ -140,7 +140,7 @@ "sinon": "^16.1.0", "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", - "typedoc": "^0.25.1", + "typedoc": "^0.25.2", "typescript": "~5.2.2" } }