stream-batch
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "stream-batch", | ||
"version": "0.0.0", | ||
"description": "Group items into batches (arrays). A batch is send 1) when it reached its maxSize, 2) when maxWait ms since last item no new items are received or 3) when the first item in the batch is already maxTime ms old", | ||
"version": "0.0.1", | ||
"description": "Group items into batches, defined by size or time.", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "scripts": { | ||
"clean": "rm -rf dist", | ||
"prepublish": "npm run build:clean" | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
8777