libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

fix: remove @libp2p/components #19

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

Export factory function that allows constructor injection instead of post-construction initialization.

Technically breaking but this is still yet to be usable with a released version of libp2p so 🤷‍♂️

achingbrain commented 1 year ago

Superseded by #20