X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=45f0b3d68aaf7d1b774738e51894b1e8b89edac3;hb=a230240d39d3a8bbd986900986795f0bbabb1a72;hp=ef5ef8566574502f1d145eb13cd3e0d33e04f90b;hpb=a20f0ba5aa9c6946254aa197286ad9b70b6a0319;p=poolifier.git diff --git a/package.json b/package.json index ef5ef856..45f0b3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.8", + "version": "2.4.10", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -132,7 +132,7 @@ "sinon": "^15.0.3", "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", - "typedoc": "^0.24.1", + "typedoc": "^0.24.2", "typescript": "^5.0.4" } }