Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - it-parallel-batch@1.0.11
 - it-parallel@2.0.2
  • Loading branch information
achingbrain committed Oct 3, 2022
1 parent da0c69f commit b621056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/it-parallel-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-parallel-batch",
"version": "1.0.10",
"version": "1.0.11",
"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",
"main": "index.js",
"repository": "github:achingbrain/it",
Expand Down
2 changes: 1 addition & 1 deletion packages/it-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-parallel",
"version": "2.0.1",
"version": "2.0.2",
"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",
"main": "index.js",
"repository": "github:achingbrain/it",
Expand Down

0 comments on commit b621056

Please sign in to comment.