@viji-dev/core 0.2.16 → 0.2.19

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.
package/dist/index.d.ts CHANGED
@@ -481,7 +481,7 @@ declare interface TouchPoint {
481
481
  isEnding: boolean;
482
482
  }
483
483
 
484
- export declare const VERSION = "0.2.15";
484
+ export declare const VERSION = "0.2.18";
485
485
 
486
486
  export declare interface VideoAPI {
487
487
  isConnected: boolean;
package/dist/index.js CHANGED
@@ -434,7 +434,7 @@ class IFrameManager {
434
434
  }
435
435
  function WorkerWrapper(options) {
436
436
  return new Worker(
437
- "" + new URL("assets/viji.worker-CEptQVjd.js", import.meta.url).href,
437
+ "" + new URL("assets/viji.worker-C8mrsLDG.js", import.meta.url).href,
438
438
  {
439
439
  type: "module",
440
440
  name: options?.name
@@ -2607,7 +2607,7 @@ class VijiCore {
2607
2607
  }
2608
2608
  }
2609
2609
  }
2610
- const VERSION = "0.2.15";
2610
+ const VERSION = "0.2.18";
2611
2611
  export {
2612
2612
  VERSION,
2613
2613
  VijiCore,