From 122c38e8d48563e08b06000b8cbf87bd970df27a Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 23 Dec 2019 16:55:08 +0000 Subject: [PATCH] chore: update package.json with branches --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 05e54c40ed..a41a971aba 100644 --- a/package.json +++ b/package.json @@ -95,18 +95,18 @@ "hashlru": "^2.3.0", "human-to-milliseconds": "^2.0.0", "interface-datastore": "~0.8.0", - "ipfs-bitswap": "^0.26.0", + "ipfs-bitswap": "^0.26.2", "ipfs-block": "~0.8.1", "ipfs-block-service": "~0.16.0", "ipfs-http-client": "^40.1.0", "ipfs-http-response": "~0.4.0", - "ipfs-mfs": "^0.13.2", - "ipfs-multipart": "^0.2.0", + "ipfs-mfs": "ipfs/js-ipfs-mfs#add-metadata-support", + "ipfs-multipart": "ipfs/js-ipfs-multipart#store-mtime-as-timespec", "ipfs-repo": "^0.30.0", - "ipfs-unixfs": "^0.2.0", + "ipfs-unixfs": "ipfs/js-ipfs-unixfs#store-mtime-as-timespec", "ipfs-unixfs-exporter": "^0.39.0", - "ipfs-unixfs-importer": "^0.42.0", - "ipfs-utils": "^0.4.1", + "ipfs-unixfs-importer": "ipfs/js-ipfs-unixfs-importer#mtime-passed-as-timespec", + "ipfs-utils": "ipfs/js-ipfs-utils#format-mtime-as-timespec", "ipld": "~0.25.0", "ipld-bitcoin": "~0.3.0", "ipld-dag-cbor": "~0.15.0", @@ -204,7 +204,7 @@ "execa": "^3.0.0", "form-data": "^3.0.0", "hat": "0.0.3", - "interface-ipfs-core": "^0.125.0", + "interface-ipfs-core": "ipfs/interface-js-ipfs-core#add-unixfs-metadata-tests-and-docs", "ipfs-interop": "^0.1.1", "ipfsd-ctl": "^1.0.2", "libp2p-websocket-star": "~0.10.2",