From 4921d9180d50fc11ba25c7cb6ab6ef8f8e0498c5 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 16:52:04 +0200 Subject: [PATCH 1/4] chore: update deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 47d861fa06..15201ff7fa 100644 --- a/package.json +++ b/package.json @@ -73,15 +73,15 @@ "expose-loader": "^0.7.5", "form-data": "^2.3.2", "hat": "0.0.3", - "interface-ipfs-core": "~0.64.2", - "ipfsd-ctl": "^0.32.1", + "interface-ipfs-core": "~0.64.3", + "ipfsd-ctl": "^0.33.1", "lodash": "^4.17.10", "mocha": "^5.1.1", "ncp": "^2.0.0", "nexpect": "^0.5.0", "pre-commit": "^1.2.2", "pretty-bytes": "^4.0.2", - "qs": "^6.5.1", + "qs": "^6.5.2", "random-fs": "^1.0.3", "rimraf": "^2.6.2", "stream-to-promise": "^2.2.0", @@ -100,7 +100,7 @@ "file-type": "^7.7.1", "filesize": "^3.6.1", "fsm-event": "^2.1.0", - "get-folder-size": "^1.0.1", + "get-folder-size": "^2.0.0", "glob": "^7.1.2", "hapi": "^16.6.2", "hapi-set-header": "^1.0.2", @@ -111,14 +111,14 @@ "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.20.0", + "ipfs-repo": "~0.21.0", "ipfs-unixfs": "~0.1.14", "ipld-dag-cbor": "^0.12.0", "ipld-dag-pb": "^0.14.4", "ipfs-unixfs-engine": "~0.29.0", "ipld": "^0.17.0", "is-ipfs": "^0.3.2", - "ipld-dag-pb": "~0.14.3", + "ipld-dag-pb": "~0.14.4", "is-pull-stream": "0.0.0", "is-stream": "^1.1.0", "joi": "^13.2.0", From 197ebe669050ea3dd368e23e6a18dc39f0cbd65b Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 16:55:27 +0200 Subject: [PATCH 2/4] chore: fix deps --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 15201ff7fa..0710f7e5a4 100644 --- a/package.json +++ b/package.json @@ -114,11 +114,10 @@ "ipfs-repo": "~0.21.0", "ipfs-unixfs": "~0.1.14", "ipld-dag-cbor": "^0.12.0", - "ipld-dag-pb": "^0.14.4", + "ipld-dag-pb": "~0.14.4", "ipfs-unixfs-engine": "~0.29.0", "ipld": "^0.17.0", "is-ipfs": "^0.3.2", - "ipld-dag-pb": "~0.14.4", "is-pull-stream": "0.0.0", "is-stream": "^1.1.0", "joi": "^13.2.0", From 333908867abc1e13e298a1a68d6a3843172ac2c1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 17:31:29 +0200 Subject: [PATCH 3/4] chore: update ipfs-api dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0710f7e5a4..f3f8fa9f80 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "hapi-set-header": "^1.0.2", "hoek": "^5.0.3", "human-to-milliseconds": "^1.0.0", - "ipfs-api": "^20.2.0", + "ipfs-api": "^20.2.1", "ipfs-bitswap": "~0.20.0", "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", From 4101262371ca068b0ba1421c5bb43778e9f803cc Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 17:55:59 +0200 Subject: [PATCH 4/4] initialization issue introduced with ipfs-repo 0.20.1 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f3f8fa9f80..629ae77d56 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "file-type": "^7.7.1", "filesize": "^3.6.1", "fsm-event": "^2.1.0", - "get-folder-size": "^2.0.0", + "get-folder-size": "^1.0.1", "glob": "^7.1.2", "hapi": "^16.6.2", "hapi-set-header": "^1.0.2", @@ -111,12 +111,12 @@ "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.21.0", + "ipfs-repo": "0.20.0", "ipfs-unixfs": "~0.1.14", - "ipld-dag-cbor": "^0.12.0", - "ipld-dag-pb": "~0.14.4", "ipfs-unixfs-engine": "~0.29.0", "ipld": "^0.17.0", + "ipld-dag-cbor": "^0.12.0", + "ipld-dag-pb": "~0.14.4", "is-ipfs": "^0.3.2", "is-pull-stream": "0.0.0", "is-stream": "^1.1.0", @@ -144,8 +144,8 @@ "mafmt": "^6.0.0", "mime-types": "^2.1.18", "mkdirp": "~0.5.1", - "multibase": "^0.4.0", "multiaddr": "^5.0.0", + "multibase": "^0.4.0", "multihashes": "~0.4.13", "once": "^1.4.0", "path-exists": "^3.0.0",