@supraio/client-daemon-js 0.0.0-mzdecoder.272 → 0.0.0-mzdecoder.275

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/daemon.html CHANGED
@@ -4,6 +4,6 @@
4
4
  <title>Supra daemon</title>
5
5
  </head>
6
6
  <body>
7
- <script type="text/javascript" src="daemon.js?v=0.0.0-mzdecoder.272"></script>
7
+ <script type="text/javascript" src="daemon.js?v=0.0.0-mzdecoder.275"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -17296,7 +17296,7 @@
17296
17296
  }
17297
17297
 
17298
17298
  // daemon/plain.ts
17299
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mzdecoder.272";
17299
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mzdecoder.275";
17300
17300
  async function startPlainDaemon() {
17301
17301
  const fs = await initBrowserFS();
17302
17302
  window.fs = fs;
@@ -17307,7 +17307,7 @@
17307
17307
  }
17308
17308
 
17309
17309
  // daemon/wasm.ts
17310
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mzdecoder.272";
17310
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mzdecoder.275";
17311
17311
  async function startWasmDaemon() {
17312
17312
  await initGoEnvironment();
17313
17313
  await startGoDaemon();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "0.0.0-mzdecoder.272",
3
+ "version": "0.0.0-mzdecoder.275",
4
4
  "description": "",
5
5
  "main": "sdk.js",
6
6
  "scripts": {
package/screen.html CHANGED
@@ -5,6 +5,6 @@
5
5
  <link rel="stylesheet" href="screen.css"></link>
6
6
  </head>
7
7
  <body>
8
- <script type="text/javascript" src="screen.js?v=0.0.0-mzdecoder.272"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mzdecoder.275"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -17452,7 +17452,7 @@
17452
17452
  }
17453
17453
 
17454
17454
  // screen/plain.ts
17455
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mzdecoder.272";
17455
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mzdecoder.275";
17456
17456
  async function startPlainScreen(options) {
17457
17457
  options = options != null ? options : parseQueryOptions();
17458
17458
  const fs = await initBrowserFS();
@@ -17465,7 +17465,6 @@
17465
17465
 
17466
17466
  // screen/h264decoder.ts
17467
17467
  async function initH264Decoder() {
17468
- await injectScript("h264decoder.js");
17469
17468
  window.h264Decoder = await createH264Decoder();
17470
17469
  }
17471
17470
 
@@ -17510,7 +17509,7 @@
17510
17509
  }
17511
17510
 
17512
17511
  // screen/wasm.ts
17513
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mzdecoder.272";
17512
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mzdecoder.275";
17514
17513
  async function startWasmScreen(options) {
17515
17514
  options = options != null ? options : parseQueryOptions();
17516
17515
  await initH264Decoder();