From 6c9dcce7fd224133f1f54d98a3b44c2bea732382 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 10 Jan 2020 17:26:38 +0000 Subject: [PATCH 1/3] feat: return CID of flushed path from ipfs.files.flush Also fixes writing mfs files using offsets bigger than the file. BREAKING CHANGE: Removes all `codec`/`format` options, everything is `dag-pb` now. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 46b4688970..770e163091 100644 --- a/package.json +++ b/package.json @@ -98,9 +98,9 @@ "ipfs-bitswap": "^0.26.2", "ipfs-block": "~0.8.1", "ipfs-block-service": "~0.16.0", - "ipfs-http-client": "^40.2.0", + "ipfs-http-client": "ipfs/ipfs-http-client#update-mfs-flush", "ipfs-http-response": "~0.4.0", - "ipfs-mfs": "^0.14.0", + "ipfs-mfs": "^0.15.0", "ipfs-multipart": "^0.3.0", "ipfs-repo": "^0.30.0", "ipfs-unixfs": "^0.3.0", @@ -204,7 +204,7 @@ "execa": "^3.0.0", "form-data": "^3.0.0", "hat": "0.0.3", - "interface-ipfs-core": "^0.126.0", + "interface-ipfs-core": "ipfs/interface-js-ipfs-core#update-mfs-flush", "ipfs-interop": "^0.2.0", "ipfsd-ctl": "^1.0.2", "libp2p-websocket-star": "~0.10.2", From f35051c2301ca63c8705e22fafb3636987a6f3a8 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sun, 12 Jan 2020 09:32:41 +0100 Subject: [PATCH 2/3] chore: remove gh url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 770e163091..78f0f47ef2 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "ipfs-bitswap": "^0.26.2", "ipfs-block": "~0.8.1", "ipfs-block-service": "~0.16.0", - "ipfs-http-client": "ipfs/ipfs-http-client#update-mfs-flush", + "ipfs-http-client": "^41.0.0", "ipfs-http-response": "~0.4.0", "ipfs-mfs": "^0.15.0", "ipfs-multipart": "^0.3.0", From 152e487ab0746a5a31d04dff9e3437db66b615dc Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sun, 12 Jan 2020 09:35:29 +0100 Subject: [PATCH 3/3] chore: remove other gh url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78f0f47ef2..abec15de99 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "execa": "^3.0.0", "form-data": "^3.0.0", "hat": "0.0.3", - "interface-ipfs-core": "ipfs/interface-js-ipfs-core#update-mfs-flush", + "interface-ipfs-core": "^0.127.0", "ipfs-interop": "^0.2.0", "ipfsd-ctl": "^1.0.2", "libp2p-websocket-star": "~0.10.2",