X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c711105f1b2f40fbff1f6032d8001a790af39c34;hb=e8a7a65c9376c27456bcf3e721cea2146363c388;hp=1d15968a798976ff720987cc6c142f08373f2980;hpb=bc835ccc16c49a98095a8aa86f33daf1b06e1cdc;p=poolifier.git diff --git a/package.json b/package.json index 1d15968a..c711105f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.34", + "version": "2.6.35", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -145,6 +145,6 @@ "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", "typedoc": "^0.24.8", - "typescript": "^5.2.2" + "typescript": "~5.1.6" } }