multiformats / js-cid

CID implementation in JavaScript
MIT License
98 stars 39 forks source link

fix: fix types and remove typesVersions #139

Closed hugomrdias closed 3 years ago

hugomrdias commented 3 years ago

This PR updates aegir and fixes errors with the new ts config and removes typesVersions.

typesVersions workaround makes TS rewrite imports to cids to cids/src and because this package doesn't really needs this a workaround its just removed.

This should fix https://github.com/libp2p/js-libp2p/issues/839#issuecomment-756407072

rvagg commented 3 years ago

async on both describe() calls should probably be removed too, other than that lgtm