Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
achingbrain committed Sep 15, 2020
1 parent a8072c6 commit 61b1da8
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions packages/blob-to-it/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,11 +20,11 @@
"author": "Alex Potsides <alex@achingbrain.net>",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-readablestream-to-it/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/it-all/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,4 +31,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/it-batch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -32,4 +32,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion packages/it-buffer-stream/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/it-drain/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,4 +31,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/it-filter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -32,4 +32,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/it-first/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,4 +31,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/it-flat-batch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -32,4 +32,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/it-glob/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -39,4 +39,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/it-last/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,4 +31,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion packages/it-length/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/it-map/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,4 +32,4 @@
}
},
"gitHead": "42faa5aeb9de0e07c956d73020bd74fd08e3029d"
}
}
4 changes: 2 additions & 2 deletions packages/it-multipart/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,4 +38,4 @@
]
}
}
}
}
8 changes: 4 additions & 4 deletions 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.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",
Expand All @@ -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": {
"*": {
Expand All @@ -37,4 +37,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions packages/it-peekable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -32,4 +32,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/it-reduce/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,4 +32,4 @@
}
},
"gitHead": "42faa5aeb9de0e07c956d73020bd74fd08e3029d"
}
}
4 changes: 2 additions & 2 deletions packages/it-to-browser-readablestream/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -34,4 +34,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/it-to-buffer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -34,4 +34,4 @@
]
}
}
}
}

0 comments on commit 61b1da8

Please sign in to comment.