@supraio/client-daemon-js 0.0.0-mztune.425 → 0.0.0-mztune.426

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-mztune.425"></script>
7
+ <script type="text/javascript" src="daemon.js?v=0.0.0-mztune.426"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -19691,7 +19691,7 @@
19691
19691
  }
19692
19692
 
19693
19693
  // daemon/plain.ts
19694
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mztune.425";
19694
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mztune.426";
19695
19695
  async function startPlainDaemon() {
19696
19696
  await initSamsungWasmTCP();
19697
19697
  const fs = await initBrowserFS();
@@ -19703,7 +19703,7 @@
19703
19703
  }
19704
19704
 
19705
19705
  // daemon/wasm.ts
19706
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mztune.425";
19706
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mztune.426";
19707
19707
  async function startWasmDaemon() {
19708
19708
  await initSamsungWasmTCP();
19709
19709
  await initGoEnvironment();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "0.0.0-mztune.425",
3
+ "version": "0.0.0-mztune.426",
4
4
  "description": "",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",
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-mztune.425"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mztune.426"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -19959,7 +19959,7 @@
19959
19959
  }
19960
19960
 
19961
19961
  // screen/plain.ts
19962
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mztune.425";
19962
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mztune.426";
19963
19963
  async function startPlainScreen(options) {
19964
19964
  options = options != null ? options : parseQueryOptions();
19965
19965
  initNaCLDecoder();
@@ -19987,7 +19987,7 @@
19987
19987
  }
19988
19988
 
19989
19989
  // screen/wasm.ts
19990
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mztune.425";
19990
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mztune.426";
19991
19991
  async function startWasmScreen(options) {
19992
19992
  options = options != null ? options : parseQueryOptions();
19993
19993
  await initSamsungWasmTCP();
package/sdk.js CHANGED
@@ -19860,7 +19860,7 @@ async function initSamsungWasmTCP() {
19860
19860
  }
19861
19861
 
19862
19862
  // daemon/plain.ts
19863
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mztune.425";
19863
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mztune.426";
19864
19864
  async function startPlainDaemon() {
19865
19865
  await initSamsungWasmTCP();
19866
19866
  const fs = await initBrowserFS();
@@ -19872,7 +19872,7 @@ async function startPlainDaemon() {
19872
19872
  }
19873
19873
 
19874
19874
  // daemon/wasm.ts
19875
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mztune.425";
19875
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mztune.426";
19876
19876
  async function startWasmDaemon() {
19877
19877
  await initSamsungWasmTCP();
19878
19878
  await initGoEnvironment();
@@ -19999,7 +19999,7 @@ function getGoArgv2(binFile, options) {
19999
19999
  }
20000
20000
 
20001
20001
  // screen/plain.ts
20002
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mztune.425";
20002
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mztune.426";
20003
20003
  async function startPlainScreen(options) {
20004
20004
  options = options != null ? options : parseQueryOptions();
20005
20005
  initNaCLDecoder();
@@ -20027,7 +20027,7 @@ async function createH264Decoder() {
20027
20027
  }
20028
20028
 
20029
20029
  // screen/wasm.ts
20030
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mztune.425";
20030
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mztune.426";
20031
20031
  async function startWasmScreen(options) {
20032
20032
  options = options != null ? options : parseQueryOptions();
20033
20033
  await initSamsungWasmTCP();