relay-to-relay
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -79,3 +79,3 @@ import Channel from 'simple-peer' | ||
} | ||
this.socket = new WebSocket(`${this.url}?hash=${this.hash}&id=${this.id}`) | ||
this.socket = new WebSocket(`ws://${this.url}/signal?hash=${this.hash}&id=${this.id}`) | ||
this.socket.handleOpen = (e) => { | ||
@@ -82,0 +82,0 @@ if(this.dev){ |
{ | ||
"name": "relay-to-relay", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
60397