fix: validate worker node event to wait
[poolifier.git] / jsr.json
index c70d71f288f1b22bfc0b6dc7ed361a7755c13dc2..1fce21f66ed3de0a2a77dd0336d00112b20ff2d5 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,15 +1,9 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "3.1.22",
-  "exports": "./lib/index.mjs",
+  "version": "4.0.8",
+  "exports": "./src/index.ts",
   "publish": {
-    "include": [
-      "LICENSE",
-      "README.md",
-      "jsr.json",
-      "lib/**/*.mjs",
-      "lib/**/*.ts"
-    ]
+    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
   }
 }