Much like https://github.com/multiformats/js-mafmt/issues/44, pulling in multiaddr@v7 has broken things that depend on this module by having two versions of multiaddrs in the tree and/or where they expect the string ipfs to be in the string version of the multiaddr. This is wrong, obviously, but shouldn't be pointed out to module consumers via a patch release.
Could you please release v0.16.2 of this module with multiaddr@v6 and v0.17.0 with multiaddr@v7?
Much like https://github.com/multiformats/js-mafmt/issues/44, pulling in multiaddr@v7 has broken things that depend on this module by having two versions of multiaddrs in the tree and/or where they expect the string
ipfs
to be in the string version of the multiaddr. This is wrong, obviously, but shouldn't be pointed out to module consumers via a patch release.Could you please release
v0.16.2
of this module withmultiaddr@v6
andv0.17.0
withmultiaddr@v7
?Then we can control when we pull the upgrade in.