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
Currently, helia uses "@libp2p/interface-libp2p": "^1.1.0", but the actual version in this repo is "version": "3.1.0". I am using typescript and I'm getting a lot of errors. One example, to be more specific is with using pubsub. On version 3.1.0, libp2p uses pubsub on services property (i.e. libp2p.services.pubsub), where older version uses pubsub in root of an object (i.e. libp2p.pubsub). This produces linting errors, but maybe it could be fixed easily, not sure..? There are probably a lot more incompatibilities, but the one I also noticed is while passing libp2p in options of createHelia function.
Cheers
The text was updated successfully, but these errors were encountered:
Currently, helia uses "@libp2p/interface-libp2p": "^1.1.0", but the actual version in this repo is "version": "3.1.0". I am using typescript and I'm getting a lot of errors. One example, to be more specific is with using pubsub. On version 3.1.0, libp2p uses pubsub on services property (i.e. libp2p.services.pubsub), where older version uses pubsub in root of an object (i.e. libp2p.pubsub). This produces linting errors, but maybe it could be fixed easily, not sure..? There are probably a lot more incompatibilities, but the one I also noticed is while passing libp2p in options of createHelia function.
Cheers
The text was updated successfully, but these errors were encountered: