RangerMauve / js-ipfs-fetch

Use the same `fetch()` API browsers provide for HTTP, but for IPFS
https://youtu.be/kI9Issf3MNc?t=1606
MIT License
64 stars 7 forks source link

"js-IPFS deprecated, use Helia" #19

Open braco opened 5 months ago

braco commented 5 months ago

Is this package out of date?

 WARN  deprecated ipfs-core@0.18.1: js-IPFS has been deprecated in favour of Helia - please see https://github.com/ipfs/js-ipfs/issues/4336 for details
RangerMauve commented 4 months ago

at the moment I'm still using kubo in production so the deprecation of Ipfs core isn't an issue.

A PR that refactors to just use Kubo would be welcome, or a switch to Helia once it reaches the same level of maturity as Kubo.