@supraio/client-daemon-js 0.0.0-mznaclrefactor.304 → 0.0.0-mznaclrefactor.310

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-mznaclrefactor.304"></script>
7
+ <script type="text/javascript" src="daemon.js?v=0.0.0-mznaclrefactor.310"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -17913,7 +17913,7 @@
17913
17913
  }
17914
17914
 
17915
17915
  // daemon/plain.ts
17916
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznaclrefactor.304";
17916
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznaclrefactor.310";
17917
17917
  async function startPlainDaemon() {
17918
17918
  const fs = await initBrowserFS();
17919
17919
  window.fs = fs;
@@ -17924,7 +17924,7 @@
17924
17924
  }
17925
17925
 
17926
17926
  // daemon/wasm.ts
17927
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznaclrefactor.304";
17927
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznaclrefactor.310";
17928
17928
  async function startWasmDaemon() {
17929
17929
  await initGoEnvironment();
17930
17930
  await startGoDaemon();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "0.0.0-mznaclrefactor.304",
3
+ "version": "0.0.0-mznaclrefactor.310",
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-mznaclrefactor.304"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mznaclrefactor.310"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -18124,7 +18124,7 @@
18124
18124
  }
18125
18125
 
18126
18126
  // screen/plain.ts
18127
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznaclrefactor.304";
18127
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznaclrefactor.310";
18128
18128
  async function startPlainScreen(options) {
18129
18129
  options = options != null ? options : parseQueryOptions();
18130
18130
  initNaCLDecoder();
@@ -18150,7 +18150,7 @@
18150
18150
  }
18151
18151
 
18152
18152
  // screen/wasm.ts
18153
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznaclrefactor.304";
18153
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznaclrefactor.310";
18154
18154
  async function startWasmScreen(options) {
18155
18155
  options = options != null ? options : parseQueryOptions();
18156
18156
  await initH264Decoder();
package/sdk.js CHANGED
@@ -18081,7 +18081,7 @@ async function initGoEnvironment() {
18081
18081
  }
18082
18082
 
18083
18083
  // daemon/plain.ts
18084
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznaclrefactor.304";
18084
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznaclrefactor.310";
18085
18085
  async function startPlainDaemon() {
18086
18086
  const fs = await initBrowserFS();
18087
18087
  window.fs = fs;
@@ -18092,7 +18092,7 @@ async function startPlainDaemon() {
18092
18092
  }
18093
18093
 
18094
18094
  // daemon/wasm.ts
18095
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznaclrefactor.304";
18095
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznaclrefactor.310";
18096
18096
  async function startWasmDaemon() {
18097
18097
  await initGoEnvironment();
18098
18098
  await startGoDaemon();
@@ -18161,7 +18161,7 @@ function getGoArgv2(binFile, options) {
18161
18161
  }
18162
18162
 
18163
18163
  // screen/plain.ts
18164
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznaclrefactor.304";
18164
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznaclrefactor.310";
18165
18165
  async function startPlainScreen(options) {
18166
18166
  options = options != null ? options : parseQueryOptions();
18167
18167
  initNaCLDecoder();
@@ -18187,7 +18187,7 @@ async function createH264Decoder() {
18187
18187
  }
18188
18188
 
18189
18189
  // screen/wasm.ts
18190
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznaclrefactor.304";
18190
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznaclrefactor.310";
18191
18191
  async function startWasmScreen(options) {
18192
18192
  options = options != null ? options : parseQueryOptions();
18193
18193
  await initH264Decoder();