You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
chore: update importer to only output unixfs things
BREAKING CHANGE:
If you specify `raw-nodes` to be true or `cid-version` to be `1`
and your data fits in one chunk, you would previously get a `CID`
that resolves to an `ipld-raw` node.
Now you will get a `CID` that resolves to a `dag-pb` node, so the
output of every import will be a `unixfs` object.
0 commit comments