Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

deps!: update stream types #66

Merged
merged 5 commits into from
Apr 28, 2023
Merged

deps!: update stream types #66

merged 5 commits into from
Apr 28, 2023

Commits on Apr 18, 2023

  1. 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
    achingbrain committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    47df345 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. chore: update go deps

    achingbrain committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    908e6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb90fb3 View commit details
    Browse the repository at this point in the history
  3. chore: update paths

    achingbrain committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    60e2fe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591c0ed View commit details
    Browse the repository at this point in the history