-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [it-parallel-v3.0.1](it-parallel-v3.0.0...it-parallel-v3.0.1) (2023-03-02) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.6 ([#45](#45)) ([2c8139e](2c8139e))
- Loading branch information
1 parent
74a1434
commit c52b875
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "it-parallel", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|