From 2afca2cc01f3397c41c8d9355e45da02594e9f81 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 9 May 2019 14:10:36 +0000 Subject: [PATCH] fix(package): update cids to version 0.7.0 BREAKING CHANGE: Returned v1 CIDs now default to base32 encoding Previous versions returned a base58 encoded string when `toString()`/ `toBaseEncodedString()` was called on a CIDv1. It now returns a base32 encoded string. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3708b45..7ec9f4b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "npm": ">=3.0.0" }, "dependencies": { - "cids": "~0.6.0", + "cids": "~0.7.0", "class-is": "^1.1.0", "multicodec": "~0.5.1", "multihashing-async": "~0.7.0",