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 8237419 commit 2f8b700
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 @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/ipld/js-ipld-zcash#readme",
"dependencies": {
"cids": "~0.6.0",
"cids": "~0.7.0",
"multicodec": "~0.5.1",
"multihashes": "~0.4.12",
"multihashing-async": "~0.7.0",
Expand Down

0 comments on commit 2f8b700

Please sign in to comment.