@gudhub/core 1.2.4-beta.13 → 1.2.4-beta.14

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.
@@ -272,7 +272,7 @@ export class IndexedDBAppService extends AppDataService {
272
272
 
273
273
  // this.appRequestAndProcessWorker = new Worker('./appRequestWorker.js');
274
274
  // this.appRequestAndProcessWorker = new Worker(new URL('./appRequestWorker.js', import.meta.url));
275
- this.appRequestAndProcessWorker = new Worker('node_modules/@gudhub/core/umd/appRequestWorker.js');
275
+ this.appRequestAndProcessWorker = new Worker('./node_modules/@gudhub/core/umd/appRequestWorker.js');
276
276
  // this.appRequestAndProcessWorker = new AppRequestWorker();
277
277
 
278
278
  // new Worker(new URL('./worker.js', import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/core",
3
- "version": "1.2.4-beta.13",
3
+ "version": "1.2.4-beta.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {