Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 2dc3378

Browse files
greenkeeper[bot]vmx
authored andcommitted
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.
1 parent 4eab334 commit 2dc3378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/ipld/js-ipld-dag-cbor",
3939
"dependencies": {
4040
"borc": "^2.1.0",
41-
"cids": "~0.6.0",
41+
"cids": "~0.7.0",
4242
"is-circular": "^1.0.2",
4343
"multicodec": "~0.5.0",
4444
"multihashing-async": "~0.7.0"

0 commit comments

Comments
 (0)