Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit ad45349

Browse files
committed
feat: used pull stream based mplex
1 parent de95989 commit ad45349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@
122122
"joi": "^13.2.0",
123123
"joi-browser": "^13.0.1",
124124
"joi-multiaddr": "^2.0.0",
125-
"libp2p": "~0.20.4",
126-
"libp2p-circuit": "~0.2.0",
125+
"libp2p": "libp2p/js-libp2p#feat/pull-mplex",
126+
"libp2p-circuit": "^0.2.0",
127127
"libp2p-floodsub": "~0.15.0",
128128
"libp2p-kad-dht": "~0.10.0",
129129
"libp2p-keychain": "~0.3.1",
130130
"libp2p-mdns": "~0.11.0",
131-
"libp2p-mplex": "~0.7.0",
131+
"libp2p-mplex": "libp2p/js-libp2p-mplex#feat/pull-stream",
132132
"libp2p-railing": "~0.8.1",
133133
"libp2p-secio": "~0.10.0",
134134
"libp2p-tcp": "~0.12.0",

0 commit comments

Comments
 (0)