ipfs / js-kubo-rpc-client

A client library for the Kubo RPC API
https://www.npmjs.com/package/kubo-rpc-client
Other
33 stars 7 forks source link

ipfs-core-utils deprecation warning #219

Closed nferch closed 5 months ago

nferch commented 6 months ago

When installing a package that uses kubo-rpc-client, I get the following deprecation warning:

npm WARN deprecated ipfs-core-utils@0.18.1: js-IPFS has been deprecated in favour of Helia - please see https://github.com/ipfs/js-ipfs/issues/4336 for details

I (somewhat?) understand the situation with js-ipfs and migrated from ipfs-http-client as a result of this, so it was somewhat surprised to see this warning. It was my understanding that moving to this library was a recommended migration path for use cases that couldn't use Helia.

Is the long-term plan to remove this dependency so the deprecation warning is no longer displayed? Apologies if this is tracked or documented elsewhere!

SgtPooki commented 6 months ago

The long term plan is to remove/replace ipfs-core-utils in this library, but there are a ton of types to move over.

achingbrain commented 5 months ago

Fixed by #221 and released in 4.0.0