From e8a9496e0c85cdd1ff5ef932c6f0602bf78a7642 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 30 May 2018 12:22:49 +0100 Subject: [PATCH 1/3] test: testing --- src/utils/stream-to-json-value.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/stream-to-json-value.js b/src/utils/stream-to-json-value.js index e42de2fc6..7ada3386c 100644 --- a/src/utils/stream-to-json-value.js +++ b/src/utils/stream-to-json-value.js @@ -20,6 +20,7 @@ function streamToJsonValue (res, cb) { data = data.toString() } + console.log('->', data) let res try { res = JSON.parse(data) From 13c570ecd6c483aa2edc97f670804fa9aee1ac85 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 4 Jun 2018 11:00:47 +0100 Subject: [PATCH 2/3] test: more dht testing --- src/utils/stream-to-json-value.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/stream-to-json-value.js b/src/utils/stream-to-json-value.js index 7ada3386c..e42de2fc6 100644 --- a/src/utils/stream-to-json-value.js +++ b/src/utils/stream-to-json-value.js @@ -20,7 +20,6 @@ function streamToJsonValue (res, cb) { data = data.toString() } - console.log('->', data) let res try { res = JSON.parse(data) From e75d5194cf45c68a3ea2c174200e61a454081eda Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 4 Jun 2018 11:13:39 +0100 Subject: [PATCH 3/3] chore: update deps --- package.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index f0f9ec9f0..b0ad8472a 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "coverage-publish": "aegir coverage --provider coveralls --timeout 100000" }, "dependencies": { - "async": "^2.6.0", - "big.js": "^5.0.3", + "async": "^2.6.1", + "big.js": "^5.1.2", "bs58": "^4.0.1", "cids": "~0.5.3", "concat-stream": "^1.6.2", @@ -57,7 +57,7 @@ "pump": "^3.0.0", "qs": "^6.5.2", "readable-stream": "^2.3.6", - "stream-http": "^2.8.2", + "stream-http": "^2.8.3", "stream-to-pull-stream": "^1.7.2", "streamifier": "~0.1.1", "tar-stream": "^1.6.1" @@ -71,17 +71,16 @@ "url": "https://github.com/ipfs/js-ipfs-api" }, "devDependencies": { - "aegir": "^13.1.0", + "aegir": "^14.0.0", "browser-process-platform": "~0.1.1", "chai": "^4.1.2", - "cross-env": "^5.1.5", + "cross-env": "^5.1.6", "dirty-chai": "^2.0.1", - "eslint-plugin-react": "^7.8.2", + "eslint-plugin-react": "^7.9.1", "go-ipfs-dep": "~0.4.15", "gulp": "^3.9.1", - "interface-ipfs-core": "~0.66.2", - "ipfs": "~0.28.2", - "ipfsd-ctl": "~0.36.0", + "interface-ipfs-core": "~0.67.0", + "ipfsd-ctl": "~0.37.3", "pull-stream": "^3.6.8", "socket.io": "^2.1.1", "socket.io-client": "^2.1.1",