Skip to content

Commit

Permalink
chore: update cids dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified

refs: ipfs/js-ipfs#1995

License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw committed May 9, 2019
1 parent 6a82e26 commit a6d46f1
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 @@ -68,7 +68,7 @@
"dependencies": {
"async": "^2.6.1",
"bignumber.js": "^8.0.1",
"cids": "~0.5.8",
"cids": "~0.7.0",
"debug": "^4.1.0",
"ipfs-block": "~0.8.0",
"just-debounce-it": "^1.1.0",
Expand Down

0 comments on commit a6d46f1

Please sign in to comment.