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

chore: update ipld formats #25

Merged
merged 6 commits into from
May 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: update cids dependency
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 <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw committed May 12, 2019
commit cd4481b723b79a18df7f7e36e22f9badf006c46d
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-http-response#readme",
"dependencies": {
"async": "^2.6.1",
"cids": "~0.5.7",
"cids": "~0.7.0",
"debug": "^4.1.1",
"file-type": "^8.0.0",
"filesize": "^3.6.1",
Expand Down