versacall-core-library-react 2.0.78-dev → 2.0.79-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -280,7 +280,7 @@ function openWebSocket(config) {
280
280
  clearTimeout(reconnectTimerId);
281
281
  const proto = config.secure ? 'wss' : 'ws';
282
282
  const url = "".concat(proto, "://").concat(config.host, ":").concat(config.port);
283
- ws = new WebSocket(url, 'mqtt');
283
+ ws = new WebSocket(url);
284
284
  ws.binaryType = 'arraybuffer';
285
285
 
286
286
  // Each connection gets a fresh random client ID (emitter doesn't care about
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Core Library React",
4
4
  "applicationType": "react-library",
5
- "build": 78
5
+ "build": 79
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.78-dev",
8
+ "version": "2.0.79-dev",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",