versacall-core-library-react 2.0.76-dev → 2.0.77-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.
|
@@ -161,7 +161,7 @@ function initWorkerPort(host, secure, log) {
|
|
|
161
161
|
// replace this with a hardcoded absolute path, e.g.:
|
|
162
162
|
// new SharedWorker('/versacall-channels.worker.js', { name: 'versacall-channels' })
|
|
163
163
|
// and serve the worker file from the app's public folder.
|
|
164
|
-
const worker = new SharedWorker('/ChannelsWorker.js', {
|
|
164
|
+
const worker = new SharedWorker('/plugins/dashboards/viewer/freehand/ChannelsWorker.js', {
|
|
165
165
|
name: 'versacall-channels'
|
|
166
166
|
});
|
|
167
167
|
workerPort = worker.port;
|
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":
|
|
5
|
+
"build": 77
|
|
6
6
|
},
|
|
7
7
|
"name": "versacall-core-library-react",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.77-dev",
|
|
9
9
|
"description": "Versacall Core Library",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.js",
|