From aa8ecf2fb9e531b66eebf9a9430f45bbc52a056c Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 14 Dec 2020 14:51:12 +0100 Subject: [PATCH] chore: fixed cid and multicodec versions (#3445) This PR sets fixed versions for cid and multicodec prior to their types PR being merged. These updates lead to a few regressions that should be fixed for updating these deps Context: - https://github.com/ipfs/js-ipfs/pull/3442 - Some follow up breaking changes will probably land https://github.com/multiformats/js-multicodec/pull/73 --- custom-ipld-formats/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-ipld-formats/package.json b/custom-ipld-formats/package.json index 1eff93f7..44caaf8f 100644 --- a/custom-ipld-formats/package.json +++ b/custom-ipld-formats/package.json @@ -11,7 +11,7 @@ "test-ipfs-example": "^2.0.3" }, "dependencies": { - "cids": "^1.0.0", + "cids": "1.0.2", "ipfs-cli": "^0.1.0", "ipfs-core": "^0.2.1", "ipfs-http-client": "^48.1.1",