chore: migration to 0.29 should use webrtc-star0.20

This commit is contained in:
Vasco Santos 2020-08-25 19:25:36 +02:00 committed by Jacob Heun
parent 6cd23ea6c9
commit cfbd52d7f7

View File

@ -277,6 +277,6 @@ With this release you should update the following libp2p modules if you are rely
"libp2p-noise": "^2.0.0", "libp2p-noise": "^2.0.0",
"libp2p-secio": "^0.13.1", "libp2p-secio": "^0.13.1",
"libp2p-tcp": "^0.15.1", "libp2p-tcp": "^0.15.1",
"libp2p-webrtc-star": "^0.19.0", "libp2p-webrtc-star": "^0.20.0",
"libp2p-websockets": "^0.14.0", "libp2p-websockets": "^0.14.0",
``` ```