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

Commit

Permalink
fix(package): update cids to version 0.7.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
greenkeeper[bot] authored and vmx committed May 10, 2019
1 parent 6e71a65 commit 2afca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2afca2c

Please sign in to comment.