refactor(priority-queue): cleanup intermediate variables namespace
[poolifier.git] / jsr.json
index 2ec9791816cfc8957fd91ea697608fe149ee41f8..2e38b0ad5bcb33c50e547d0fb66050d68e5e65aa 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,9 +1,14 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "4.0.6",
+  "version": "4.0.17",
   "exports": "./src/index.ts",
   "publish": {
-    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
+    "include": [
+      "LICENSE",
+      "README.md",
+      "jsr.json",
+      "src/**/*.ts"
+    ]
   }
 }