Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

deps!: update stream types #232

Merged
merged 1 commit into from
Apr 18, 2023
Merged

deps!: update stream types #232

merged 1 commit into from
Apr 18, 2023

Conversation

achingbrain
Copy link
Member

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are AsyncGenerators and not just AsyncIterables.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed

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
@achingbrain achingbrain merged commit 5a69d38 into master Apr 18, 2023
@achingbrain achingbrain deleted the deps/update-stream-types branch April 18, 2023 22:36
github-actions bot pushed a commit that referenced this pull request Apr 18, 2023
## [6.0.0](v5.0.10...v6.0.0) (2023-04-18)

### ⚠ BREAKING CHANGES

* the type of the source/sink properties have changed

### Dependencies

* update stream types ([#232](#232)) ([5a69d38](5a69d38))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant