ipfs-unixfs-importer
Advanced tools
Comparing version 0.39.1 to 0.39.2
@@ -0,1 +1,11 @@ | ||
<a name="0.39.2"></a> | ||
## [0.39.2](https://github.com/ipfs/js-ipfs-unixfs-importer/compare/v0.39.1...v0.39.2) (2019-05-17) | ||
### Bug Fixes | ||
* move async-iterator-first out of dev deps ([7b76f4b](https://github.com/ipfs/js-ipfs-unixfs-importer/commit/7b76f4b)) | ||
<a name="0.39.1"></a> | ||
@@ -2,0 +12,0 @@ ## [0.39.1](https://github.com/ipfs/js-ipfs-unixfs-importer/compare/v0.39.0...v0.39.1) (2019-05-17) |
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "0.39.1", | ||
"version": "0.39.2", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
@@ -44,3 +44,2 @@ "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>", | ||
"async-iterator-buffer-stream": "^1.0.0", | ||
"async-iterator-first": "^1.0.0", | ||
"async-iterator-last": "^1.0.0", | ||
@@ -63,2 +62,3 @@ "chai": "^4.2.0", | ||
"async-iterator-batch": "~0.0.1", | ||
"async-iterator-first": "^1.0.0", | ||
"async-iterator-to-pull-stream": "^1.3.0", | ||
@@ -84,3 +84,2 @@ "bl": "^3.0.0", | ||
"Alan Shaw <alan@tableflip.io>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Arpit Agarwal <atvanguard@users.noreply.github.com>", | ||
@@ -101,2 +100,3 @@ "Bernard Mordan <bernard@tableflip.io>", | ||
"Volker Mische <volker.mische@gmail.com>", | ||
"achingbrain <alex@achingbrain.net>", | ||
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", | ||
@@ -103,0 +103,0 @@ "jbenet <juan@benet.ai>", |
Sorry, the diff of this file is not supported yet
3485177
16
17
+ Addedasync-iterator-first@^1.0.0
+ Addedasync-iterator-first@1.0.0(transitive)