From 7ab87572aef3a68a5a9a44946d398f8feef2344a Mon Sep 17 00:00:00 2001 From: harrshasri <35241544+harrshasri@users.noreply.github.com> Date: Tue, 3 Apr 2018 08:02:04 -0500 Subject: [PATCH] Uncaught Error: already piped fix Chore which i think fixes this issue also https://github.com/libp2p/js-libp2p-switch/issues/235 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b2d435..8591f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-switch", - "version": "0.37.3", + "version": "0.37.4", "description": "libp2p switch implementation in JavaScript", "main": "src/index.js", "scripts": { @@ -43,7 +43,7 @@ "dirty-chai": "^2.0.1", "gulp": "^3.9.1", "libp2p-mplex": "~0.6.0", - "libp2p-secio": "~0.9.3", + "libp2p-secio": "~0.9.4", "libp2p-spdy": "~0.11.0", "libp2p-tcp": "~0.11.6", "libp2p-webrtc-star": "~0.13.4",