From e837d34a68c1e62c00a843cad9163bb81a897bce Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 22 May 2019 10:45:59 +0100 Subject: [PATCH 1/3] chore: upgrade to ipfs@0.36.0-rc.0 run the CI tests with ipfs@0.36.0-rc.0 of note, I'm seeing test failures locally on master as well as with the latest ipfs 0.36 rc, so I'm sharing this PR to trigger CI to see if it's just an issue on my machine. License: MIT Signed-off-by: Oli Evans --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2517ec..fdf0547 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "file-type": "^10.11.0", "filesize": "^4.1.2", "idb-keyval": "^3.2.0", - "ipfs": "0.35.0", + "ipfs": "~0.36.0-rc.0", "ipfs-http-response": "~0.2.2", "ipfs-postmsg-proxy": "^3.1.1", "ipfs-unixfs": "~0.1.16", From ce4a7d7bd0d8a4119aace29f502a3c5f64a50804 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 22 May 2019 12:22:26 +0100 Subject: [PATCH 2/3] chore: use official release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdf0547..d1c904d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "file-type": "^10.11.0", "filesize": "^4.1.2", "idb-keyval": "^3.2.0", - "ipfs": "~0.36.0-rc.0", + "ipfs": "~0.36.0", "ipfs-http-response": "~0.2.2", "ipfs-postmsg-proxy": "^3.1.1", "ipfs-unixfs": "~0.1.16", From 2b17ca2485f3be3b3ec572bcac502e8c85466544 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 22 May 2019 14:04:42 +0100 Subject: [PATCH 3/3] chore: update ipfs-http-response --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1c904d..4629602 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "filesize": "^4.1.2", "idb-keyval": "^3.2.0", "ipfs": "~0.36.0", - "ipfs-http-response": "~0.2.2", + "ipfs-http-response": "~0.3.0", "ipfs-postmsg-proxy": "^3.1.1", "ipfs-unixfs": "~0.1.16", "mime-types": "^2.1.22",