Skip to content

Commit

Permalink
fix!: update stream types (#423)
Browse files Browse the repository at this point in the history
deps!: update stream types

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are `AsyncGenerator`s and not
just `AsyncIterable`s.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed
  • Loading branch information
achingbrain authored Apr 20, 2023
1 parent cea6e97 commit 6761c6e
Show file tree
Hide file tree
Showing 3 changed files with 6,251 additions and 23,889 deletions.
Loading

0 comments on commit 6761c6e

Please sign in to comment.