Skip to content
This repository has been archived by the owner on Dec 6, 2022. 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 9bdb211 commit 6b2745e
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 @@ -34,7 +34,7 @@
"homepage": "https://github.com/ipld/js-ipld-bitcoin#readme",
"dependencies": {
"bitcoinjs-lib": "^5.0.0",
"cids": "~0.6.0",
"cids": "~0.7.0",
"multicodec": "~0.5.1",
"multihashes": "~0.4.14",
"multihashing-async": "~0.7.0"
Expand Down

0 comments on commit 6b2745e

Please sign in to comment.