fix: fix task dequeuing from the last bucket
[poolifier.git] / package.json
index 161ae7f6a8fc69e8cbab0c7c8caf509721a7bdda..e49fb91bcb82212a007e7e03f74e9a2c0229dac8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.11",
+  "version": "4.0.12",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
@@ -42,9 +42,9 @@
   },
   "volta": {
     "node": "22.2.0",
-    "pnpm": "9.1.2"
+    "pnpm": "9.1.3"
   },
-  "packageManager": "pnpm@9.1.2",
+  "packageManager": "pnpm@9.1.3",
   "repository": {
     "type": "git",
     "url": "https://github.com/poolifier/poolifier.git"
     "eslint-plugin-import": "^2.29.1",
     "eslint-plugin-jsdoc": "^48.2.6",
     "eslint-plugin-n": "^17.7.0",
-    "eslint-plugin-promise": "^6.1.1",
+    "eslint-plugin-promise": "^6.2.0",
     "eslint-plugin-simple-import-sort": "^12.1.0",
     "eslint-plugin-spellcheck": "^0.0.20",
     "eslint-plugin-tsdoc": "^0.2.17",
     "expect": "^29.7.0",
     "husky": "^9.0.11",
-    "lint-staged": "^15.2.4",
+    "lint-staged": "^15.2.5",
     "mocha": "^10.4.0",
     "mochawesome": "^7.1.3",
     "prettier": "^3.2.5",
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-dts": "^6.1.1",
     "sinon": "^18.0.0",
-    "tatami-ng": "^0.4.12",
+    "tatami-ng": "^0.4.13",
     "typedoc": "^0.25.13",
     "typescript": "~5.4.5"
   }