From 61b1da83cade51bd7bf217966a3eddaf35d2a76b Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 15 Sep 2020 15:56:53 +0100 Subject: [PATCH] Publish - blob-to-it@1.0.0 - browser-readablestream-to-it@1.0.0 - it-all@1.0.3 - it-batch@1.0.5 - it-buffer-stream@1.0.4 - it-drain@1.0.2 - it-filter@1.0.0 - it-first@1.0.3 - it-flat-batch@1.0.4 - it-glob@0.0.9 - it-last@1.0.3 - it-length@1.0.0 - it-map@1.0.3 - it-multipart@1.0.4 - it-parallel-batch@1.0.5 - it-peekable@1.0.0 - it-reduce@1.0.3 - it-to-browser-readablestream@1.0.1 - it-to-buffer@1.0.3 --- packages/blob-to-it/package.json | 6 +++--- packages/browser-readablestream-to-it/package.json | 4 ++-- packages/it-all/package.json | 4 ++-- packages/it-batch/package.json | 6 +++--- packages/it-buffer-stream/package.json | 2 +- packages/it-drain/package.json | 4 ++-- packages/it-filter/package.json | 6 +++--- packages/it-first/package.json | 4 ++-- packages/it-flat-batch/package.json | 6 +++--- packages/it-glob/package.json | 6 +++--- packages/it-last/package.json | 4 ++-- packages/it-length/package.json | 2 +- packages/it-map/package.json | 4 ++-- packages/it-multipart/package.json | 4 ++-- packages/it-parallel-batch/package.json | 8 ++++---- packages/it-peekable/package.json | 6 +++--- packages/it-reduce/package.json | 4 ++-- packages/it-to-browser-readablestream/package.json | 4 ++-- packages/it-to-buffer/package.json | 4 ++-- 19 files changed, 44 insertions(+), 44 deletions(-) diff --git a/packages/blob-to-it/package.json b/packages/blob-to-it/package.json index d8d23515..d4231cb2 100644 --- a/packages/blob-to-it/package.json +++ b/packages/blob-to-it/package.json @@ -1,6 +1,6 @@ { "name": "blob-to-it", - "version": "0.0.2", + "version": "1.0.0", "description": "Turns a blob into an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -20,11 +20,11 @@ "author": "Alex Potsides ", "license": "ISC", "dependencies": { - "browser-readablestream-to-it": "^0.0.2" + "browser-readablestream-to-it": "^1.0.0" }, "devDependencies": { "chai": "^4.2.0", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "mocha": "8.0.1", "playwright-test": "^0.7.1", "standard": "^14.3.1", diff --git a/packages/browser-readablestream-to-it/package.json b/packages/browser-readablestream-to-it/package.json index fc8cfa1e..7388283f 100644 --- a/packages/browser-readablestream-to-it/package.json +++ b/packages/browser-readablestream-to-it/package.json @@ -1,6 +1,6 @@ { "name": "browser-readablestream-to-it", - "version": "0.0.2", + "version": "1.0.0", "description": "Turns a browser readble stream into an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -19,7 +19,7 @@ "license": "ISC", "devDependencies": { "chai": "^4.2.0", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "mocha": "8.0.1", "playwright-test": "^0.7.1", "standard": "^14.3.1", diff --git a/packages/it-all/package.json b/packages/it-all/package.json index 2e2cc072..62c89853 100644 --- a/packages/it-all/package.json +++ b/packages/it-all/package.json @@ -1,6 +1,6 @@ { "name": "it-all", - "version": "1.0.2", + "version": "1.0.3", "description": "Collects all values from an async iterator and returns them as an array", "main": "index.js", "repository": "github:achingbrain/it", @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-batch/package.json b/packages/it-batch/package.json index fb38c5ef..6d787782 100644 --- a/packages/it-batch/package.json +++ b/packages/it-batch/package.json @@ -1,6 +1,6 @@ { "name": "it-batch", - "version": "1.0.4", + "version": "1.0.5", "description": "Takes an async iterator that emits things and emits them as fixed size batches", "main": "index.js", "repository": "github:achingbrain/it", @@ -19,7 +19,7 @@ "license": "ISC", "devDependencies": { "ava": "^3.12.1", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" @@ -32,4 +32,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-buffer-stream/package.json b/packages/it-buffer-stream/package.json index d7914226..3d743530 100644 --- a/packages/it-buffer-stream/package.json +++ b/packages/it-buffer-stream/package.json @@ -1,6 +1,6 @@ { "name": "it-buffer-stream", - "version": "1.0.3", + "version": "1.0.4", "description": "An async iterator that emits buffers containing bytes up to a certain length", "main": "index.js", "repository": "github:achingbrain/it", diff --git a/packages/it-drain/package.json b/packages/it-drain/package.json index adaf5178..7608ec37 100644 --- a/packages/it-drain/package.json +++ b/packages/it-drain/package.json @@ -1,6 +1,6 @@ { "name": "it-drain", - "version": "1.0.1", + "version": "1.0.2", "description": "Empties an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-filter/package.json b/packages/it-filter/package.json index 371b30e9..cad72472 100644 --- a/packages/it-filter/package.json +++ b/packages/it-filter/package.json @@ -1,6 +1,6 @@ { "name": "it-filter", - "version": "0.0.1", + "version": "1.0.0", "description": "Filters the passed iterable by using the filter function", "main": "index.js", "repository": "github:achingbrain/it", @@ -19,7 +19,7 @@ "license": "ISC", "devDependencies": { "ava": "^3.12.1", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" @@ -32,4 +32,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-first/package.json b/packages/it-first/package.json index bf50aef6..99c257fb 100644 --- a/packages/it-first/package.json +++ b/packages/it-first/package.json @@ -1,6 +1,6 @@ { "name": "it-first", - "version": "1.0.2", + "version": "1.0.3", "description": "Returns the first result from an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-flat-batch/package.json b/packages/it-flat-batch/package.json index fe844068..bb128043 100644 --- a/packages/it-flat-batch/package.json +++ b/packages/it-flat-batch/package.json @@ -1,6 +1,6 @@ { "name": "it-flat-batch", - "version": "1.0.3", + "version": "1.0.4", "description": "Takes an async iterator that emits variable length arrays and emits them as fixed size batches", "main": "index.js", "repository": "github:achingbrain/it", @@ -19,7 +19,7 @@ "license": "ISC", "devDependencies": { "ava": "^3.12.1", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" @@ -32,4 +32,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-glob/package.json b/packages/it-glob/package.json index 3d2a52fe..2a29d813 100644 --- a/packages/it-glob/package.json +++ b/packages/it-glob/package.json @@ -1,6 +1,6 @@ { "name": "it-glob", - "version": "0.0.8", + "version": "0.0.9", "description": "Async iterable filename pattern matcher", "main": "index.js", "repository": "github:achingbrain/it", @@ -23,7 +23,7 @@ }, "devDependencies": { "ava": "^3.12.1", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" @@ -39,4 +39,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-last/package.json b/packages/it-last/package.json index b56f8627..e175ee2a 100644 --- a/packages/it-last/package.json +++ b/packages/it-last/package.json @@ -1,6 +1,6 @@ { "name": "it-last", - "version": "1.0.2", + "version": "1.0.3", "description": "Returns the last result from an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-length/package.json b/packages/it-length/package.json index b977cf3d..c084d085 100644 --- a/packages/it-length/package.json +++ b/packages/it-length/package.json @@ -1,6 +1,6 @@ { "name": "it-length", - "version": "0.0.2", + "version": "1.0.0", "description": "Counts the number of items in an async iterable", "main": "index.js", "repository": "github:achingbrain/it", diff --git a/packages/it-map/package.json b/packages/it-map/package.json index 7d75521a..1e7b664d 100644 --- a/packages/it-map/package.json +++ b/packages/it-map/package.json @@ -1,6 +1,6 @@ { "name": "it-map", - "version": "1.0.2", + "version": "1.0.3", "description": "Maps the values yielded by an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -32,4 +32,4 @@ } }, "gitHead": "42faa5aeb9de0e07c956d73020bd74fd08e3029d" -} \ No newline at end of file +} diff --git a/packages/it-multipart/package.json b/packages/it-multipart/package.json index 025a1644..630c923b 100644 --- a/packages/it-multipart/package.json +++ b/packages/it-multipart/package.json @@ -1,6 +1,6 @@ { "name": "it-multipart", - "version": "1.0.3", + "version": "1.0.4", "description": "Async iterable http multipart message parser", "main": "index.js", "repository": "github:achingbrain/it", @@ -38,4 +38,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-parallel-batch/package.json b/packages/it-parallel-batch/package.json index ab6495df..7f9381a0 100644 --- a/packages/it-parallel-batch/package.json +++ b/packages/it-parallel-batch/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel-batch", - "version": "1.0.4", + "version": "1.0.5", "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", @@ -21,13 +21,13 @@ "devDependencies": { "ava": "^3.12.1", "delay": "^4.3.0", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" }, "dependencies": { - "it-batch": "^1.0.4" + "it-batch": "^1.0.5" }, "typesVersions": { "*": { @@ -37,4 +37,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-peekable/package.json b/packages/it-peekable/package.json index db3c87a1..de576a9a 100644 --- a/packages/it-peekable/package.json +++ b/packages/it-peekable/package.json @@ -1,6 +1,6 @@ { "name": "it-peekable", - "version": "0.0.1", + "version": "1.0.0", "description": "Allows peeking/pushing an iterable", "main": "index.js", "repository": "github:achingbrain/it", @@ -19,7 +19,7 @@ "license": "ISC", "devDependencies": { "ava": "^3.12.1", - "it-all": "^1.0.2", + "it-all": "^1.0.3", "nyc": "^15.1.0", "standard": "^14.3.1", "typescript": "^4.0.2" @@ -32,4 +32,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-reduce/package.json b/packages/it-reduce/package.json index 2547a1c2..5f5f8294 100644 --- a/packages/it-reduce/package.json +++ b/packages/it-reduce/package.json @@ -1,6 +1,6 @@ { "name": "it-reduce", - "version": "1.0.2", + "version": "1.0.3", "description": "Reduces the values yielded from an async iterator", "main": "index.js", "repository": "github:achingbrain/it", @@ -32,4 +32,4 @@ } }, "gitHead": "42faa5aeb9de0e07c956d73020bd74fd08e3029d" -} \ No newline at end of file +} diff --git a/packages/it-to-browser-readablestream/package.json b/packages/it-to-browser-readablestream/package.json index 9aa8895a..b3a9f85b 100644 --- a/packages/it-to-browser-readablestream/package.json +++ b/packages/it-to-browser-readablestream/package.json @@ -1,6 +1,6 @@ { "name": "it-to-browser-readablestream", - "version": "1.0.0", + "version": "1.0.1", "description": "Takes an async iterator and turns it into a browser readable stream", "main": "index.js", "repository": "github:achingbrain/it", @@ -34,4 +34,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/it-to-buffer/package.json b/packages/it-to-buffer/package.json index 71bf8775..6a19c1c6 100644 --- a/packages/it-to-buffer/package.json +++ b/packages/it-to-buffer/package.json @@ -1,6 +1,6 @@ { "name": "it-to-buffer", - "version": "1.0.2", + "version": "1.0.3", "description": "Takes an async iterator that yields buffers and concatenates them all together", "main": "index.js", "repository": "github:achingbrain/it", @@ -34,4 +34,4 @@ ] } } -} \ No newline at end of file +}