Skip to content

Commit b621056

Browse files
committed
Publish
- it-parallel-batch@1.0.11 - it-parallel@2.0.2
1 parent da0c69f commit b621056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/it-parallel-batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-parallel-batch",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the input",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

packages/it-parallel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-parallel",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Takes an (async) iterable that emits promise-returning functions, invokes them in parallel up to the concurrency limit and emits the results as they become available, optionally in the same order as the input",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

0 commit comments

Comments
 (0)