Skip to content

Commit 072e516

Browse files
committed
1 parent e45bcde commit 072e516

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/it-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-batch",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Takes an async iterator that emits things and emits them as fixed size batches",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

packages/it-buffer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-buffer-stream",
3-
"version": "1.0.7",
3+
"version": "2.0.0",
44
"description": "An async iterator that emits buffers containing bytes up to a certain length",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

packages/it-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-first",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Returns the first result from an async iterator",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

packages/it-parallel-batch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-parallel-batch",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
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",
@@ -28,7 +28,7 @@
2828
"typescript": "^4.0.2"
2929
},
3030
"dependencies": {
31-
"it-batch": "^1.0.7"
31+
"it-batch": "^1.0.8"
3232
},
3333
"typesVersions": {
3434
"*": {

packages/it-to-buffer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-to-buffer",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "Takes an async iterator that yields buffers and concatenates them all together",
55
"main": "index.js",
66
"repository": "github:achingbrain/it",

0 commit comments

Comments
 (0)