ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
916 stars 95 forks source link

fix: remove is-ipfs from @helia/ipns dependencies #421

Closed achingbrain closed 7 months ago

achingbrain commented 7 months ago

We only use is-ipfs to detect if a string contains a CID, just try to parse it instead to save a large depdendency.

Change checklist