test: add missing pool destroy()
[poolifier.git] / package.json
index f850547b91f5f9cd173af0cf342dc377bb8dc4dd..0ffa64b84d17b161dd04039e542e030f11327785 100644 (file)
@@ -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",
     "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"
   }
 }