@supraio/client-daemon-js 0.0.0-master.312 → 0.0.0-master.314

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/sdk.js CHANGED
@@ -18081,18 +18081,18 @@ 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-master.312";
18084
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-master.314";
18085
18085
  async function startPlainDaemon() {
18086
18086
  const fs = await initBrowserFS();
18087
18087
  window.fs = fs;
18088
- process.argv.push(DAEMON_JS_URL);
18088
+ process.argv = ["go", DAEMON_JS_URL];
18089
18089
  Object.assign(process.env, getGoEnv());
18090
18090
  await injectScript(DAEMON_JS_URL);
18091
18091
  await new Promise(() => void 0);
18092
18092
  }
18093
18093
 
18094
18094
  // daemon/wasm.ts
18095
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-master.312";
18095
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-master.314";
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-master.312";
18164
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-master.314";
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-master.312";
18190
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-master.314";
18191
18191
  async function startWasmScreen(options) {
18192
18192
  options = options != null ? options : parseQueryOptions();
18193
18193
  await initH264Decoder();