From 4f50ca5b5f3ece6cf545b7c9acc92ace6f5540a2 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 23 Mar 2021 06:30:18 +0000 Subject: [PATCH 1/2] chore: use ipfsd-ctl branch with http client create method Uses branch that expects new create method. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cfafd6c..a2959846 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "detect-node": "^2.0.4", "dirty-chai": "^2.0.1", "ipfs-unixfs": "^2.0.2", - "ipfsd-ctl": "^7.0.0", + "ipfsd-ctl": "ipfs/js-ipfsd-ctl#chore/switch-to-create-for-http-client", "ipns": "^0.8.0", "is-ci": "^2.0.0", "is-os": "^1.0.1", From 5cf23aed600af14cf85c2db55014964f4d031026 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 26 Mar 2021 09:45:41 +0000 Subject: [PATCH 2/2] chore: remove gh url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2959846..7c51bd6f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "detect-node": "^2.0.4", "dirty-chai": "^2.0.1", "ipfs-unixfs": "^2.0.2", - "ipfsd-ctl": "ipfs/js-ipfsd-ctl#chore/switch-to-create-for-http-client", + "ipfsd-ctl": "^8.0.0", "ipns": "^0.8.0", "is-ci": "^2.0.0", "is-os": "^1.0.1",