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
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!
The text was updated successfully, but these errors were encountered:
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 fromipfs-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!
The text was updated successfully, but these errors were encountered: