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

Commit

Permalink
deps!: update stream types
Browse files Browse the repository at this point in the history
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 committed Apr 18, 2023
1 parent 2ed9b66 commit 47df345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,20 @@
},
"dependencies": {
"@chainsafe/libp2p-noise": "^11.0.0",
"@libp2p/interface-connection": "^3.0.2",
"@libp2p/interface-connection": "^5.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-stream-muxer": "^3.0.0",
"@libp2p/interface-transport": "^2.0.0",
"@libp2p/interface-stream-muxer": "^4.0.0",
"@libp2p/interface-transport": "^3.0.0",
"@libp2p/logger": "^2.0.2",
"@libp2p/peer-id": "^2.0.0",
"@multiformats/multiaddr": "^12.1.0",
"it-stream-types": "^1.0.4",
"it-stream-types": "^2.0.1",
"multiformats": "^11.0.0",
"uint8arraylist": "^2.3.3"
},
"devDependencies": {
"aegir": "^38.1.7",
"libp2p": "^0.43.2",
"libp2p": "^0.44.0",
"p-defer": "^4.0.0"
},
"browser": {
Expand Down

0 comments on commit 47df345

Please sign in to comment.