From 76689ffc804bf81f28f73e22ede79bcb74ec2d32 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 30 May 2019 09:51:39 +0100 Subject: [PATCH] fix: fixes rabin chunker truncating files (#2114) 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 8b7ba19479..cabb82dc0f 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",