storacha / w3cli

💾 w3 command line interface
Other
35 stars 7 forks source link

fix: pin @web3-storage/access to 18.0.5 #144

Closed travis closed 11 months ago

travis commented 11 months ago

18.0.6 introduced a bug by using ArrayBuffer instead of Uint8Array, which doesn't serialize to JSON cleanly. Pin it to 18.0.5 to avoid breaking existing clients.