chore: v3.1.15
[poolifier.git] / package.json
index 3715702678043efe64ffb44e4939ad63d2895995..7ee8735760995b7f28178a37b59c3876f8b02113 100644 (file)
@@ -1,11 +1,12 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.13",
+  "version": "3.1.15",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
   "main": "./lib/index.cjs",
+  "types": "./lib/index.d.ts",
   "exports": {
     ".": {
       "types": "./lib/index.d.ts",
     "@rollup/plugin-terser": "^0.4.4",
     "@rollup/plugin-typescript": "^11.1.5",
     "@types/node": "^20.10.6",
-    "@typescript-eslint/eslint-plugin": "^6.16.0",
-    "@typescript-eslint/parser": "^6.16.0",
+    "@typescript-eslint/eslint-plugin": "^6.17.0",
+    "@typescript-eslint/parser": "^6.17.0",
     "benchmark": "^2.1.4",
     "c8": "^8.0.1",
     "cross-env": "^7.0.3",
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-dts": "^6.1.0",
     "sinon": "^17.0.1",
-    "typedoc": "^0.25.5",
+    "typedoc": "^0.25.6",
     "typescript": "~5.3.3"
   }
 }