From 277096a4179b9fd7868506044036a32cdb133686 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 24 May 2019 21:30:40 +0100 Subject: [PATCH] fix: fixes rabin chunker truncating files Oops. As a bonus it also adds support for rabin chunking to the browser and Windows. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 102fcfad79..7e85497ae2 100644 --- a/package.json +++ b/package.json @@ -119,12 +119,12 @@ "ipfs-block-service": "~0.15.1", "ipfs-http-client": "^32.0.0", "ipfs-http-response": "~0.3.0", - "ipfs-mfs": "~0.11.2", + "ipfs-mfs": "~0.11.4", "ipfs-multipart": "~0.1.0", "ipfs-repo": "~0.26.6", "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-exporter": "~0.37.4", - "ipfs-unixfs-importer": "~0.39.8", + "ipfs-unixfs-exporter": "~0.37.6", + "ipfs-unixfs-importer": "~0.39.9", "ipfs-utils": "~0.0.3", "ipld": "~0.24.1", "ipld-bitcoin": "~0.3.0",