ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.43k stars 1.25k forks source link

deps: update ipfs-utils for node 18 compatibility #4287

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

Recent node versions ship with a global fetch which requires the duplex option to be set when sending readble streams as the request body so ensure we have the latest ipfs-utils that sets that option.