This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove unnecessary direct dependency (#92)
Remove `iso-random-stream` direct dependency, use `randomBytes` API from `@libp2p/crypto` instead. `iso-random-stream` brings in `buffer` dependency which then needs to be polyfilled when targeting the browser.
- Loading branch information