plimit-lit
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "plimit-lit", | ||
"description": "This package is a helper to run multiple promise-returning & async functions with limited concurrency.", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Joel Voß <mail@joelvoss.com>", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=12" | ||
}, | ||
@@ -19,0 +19,0 @@ "type": "module", |
@@ -6,6 +6,2 @@ # plimit-lit | ||
## Requirements | ||
- Node v12+ | ||
## Installation | ||
@@ -12,0 +8,0 @@ |
12144
100