Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pin @web3-storage/access to 18.0.5 (#144)
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.
- Loading branch information