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 Aug 24, 2021. It is now read-only.
fix: multihashes does not export default lengths any more
Since multiformats/js-multihash#76 was released
the `multihashes` module does not export default hash lengths any more.
For reasons that are unclear it went out as a patch release which means
`ipld-git` is currently broken.
This PR hard codes the hash length as it is known, and also removes
the `multihashes` dep as we can use the one exported from `multihashing-async`
and updates other deps.
Ref: multiformats/js-multihash#76 (comment)
0 commit comments