versacall-core-library-react 2.0.86-dev → 2.0.88-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.
@@ -403,8 +403,5 @@ self.onconnect = event => {
403
403
  ports.add(port);
404
404
  port.onmessage = ev => handlePortMessage(port, ev.data);
405
405
  port.onmessageerror = () => ports.delete(port);
406
-
407
- // start() is required when the port was not started implicitly via
408
- // addEventListener — calling it on an already-started port is harmless.
409
406
  port.start();
410
407
  };
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": 86
5
+ "build": 88
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.86-dev",
8
+ "version": "2.0.88-dev",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",