chore: v3.1.15-0
[poolifier.git] / package.json
index 21b2d252b73fc55e540b1e4c1633b09da016c92c..fd1ac9c9d3398768b78f0cba3581611c9f974c41 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.14",
+  "version": "3.1.15-0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
@@ -13,6 +13,7 @@
       "import": "./lib/index.mjs"
     }
   },
+  "types": "./lib/index.d.ts",
   "scripts": {
     "preinstall": "npx --yes only-allow pnpm",
     "prepare": "node prepare.mjs",