@reactoo/watchtogether-sdk-js 2.7.51-beta.2 → 2.7.51

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.
@@ -5,7 +5,7 @@
5
5
  <meta charset="utf-8">
6
6
  <title>The Example</title>
7
7
  <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
8
- <script src="../dist/watchtogether-sdk.js"></script>
8
+ <script src="../dist/watchtogether-sdk.min.js"></script>
9
9
  </head>
10
10
  <body>
11
11
  <div class="content">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.7.51-beta.2",
3
+ "version": "2.7.51",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -1,6 +1,6 @@
1
1
  import emitter from './wt-emitter';
2
2
  import { decodeJanusDisplay } from "./wt-utils";
3
- import Worker from './wt-iot-worker.worker.js?worker&inline';
3
+ import Worker from './wt-iot-worker.worker.js';
4
4
 
5
5
  class Iot {
6
6
  constructor(enableDebugFlag) {