plimit-lit
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "plimit-lit", | ||
"description": "This package is a helper to run multiple promise-returning & async functions with limited concurrency.", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"author": "Joel Voß <mail@joelvoss.com>", | ||
@@ -15,2 +15,5 @@ "license": "MIT", | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"type": "module", | ||
@@ -36,6 +39,6 @@ "source": "src/index.js", | ||
"dependencies": { | ||
"queue-lit": "^1.5.0" | ||
"queue-lit": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"@jvdx/core": "^3.1.0" | ||
"@jvdx/core": "^3.6.0" | ||
}, | ||
@@ -42,0 +45,0 @@ "prettier": "@jvdx/prettier-config", |
12174
Updatedqueue-lit@^1.5.1