@supraio/client-daemon-js 0.0.0-mznacl.280 → 0.0.0-mznacl.292

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-mznacl.280"></script>
7
+ <script type="text/javascript" src="daemon.js?v=0.0.0-mznacl.292"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -17798,7 +17798,7 @@
17798
17798
  }
17799
17799
 
17800
17800
  // daemon/plain.ts
17801
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.280";
17801
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.292";
17802
17802
  async function startPlainDaemon() {
17803
17803
  const fs = await initBrowserFS();
17804
17804
  window.fs = fs;
@@ -17809,7 +17809,7 @@
17809
17809
  }
17810
17810
 
17811
17811
  // daemon/wasm.ts
17812
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.280";
17812
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.292";
17813
17813
  async function startWasmDaemon() {
17814
17814
  await initGoEnvironment();
17815
17815
  await startGoDaemon();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "0.0.0-mznacl.280",
3
+ "version": "0.0.0-mznacl.292",
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-mznacl.280"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mznacl.292"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -18009,7 +18009,7 @@
18009
18009
  }
18010
18010
 
18011
18011
  // screen/plain.ts
18012
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.280";
18012
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.292";
18013
18013
  async function startPlainScreen(options) {
18014
18014
  options = options != null ? options : parseQueryOptions();
18015
18015
  initNaCLDecoder();
@@ -18035,7 +18035,7 @@
18035
18035
  }
18036
18036
 
18037
18037
  // screen/wasm.ts
18038
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.280";
18038
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.292";
18039
18039
  async function startWasmScreen(options) {
18040
18040
  options = options != null ? options : parseQueryOptions();
18041
18041
  await initH264Decoder();
package/sdk.js CHANGED
@@ -17966,7 +17966,7 @@ async function initGoEnvironment() {
17966
17966
  }
17967
17967
 
17968
17968
  // daemon/plain.ts
17969
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.280";
17969
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.292";
17970
17970
  async function startPlainDaemon() {
17971
17971
  const fs = await initBrowserFS();
17972
17972
  window.fs = fs;
@@ -17977,7 +17977,7 @@ async function startPlainDaemon() {
17977
17977
  }
17978
17978
 
17979
17979
  // daemon/wasm.ts
17980
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.280";
17980
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.292";
17981
17981
  async function startWasmDaemon() {
17982
17982
  await initGoEnvironment();
17983
17983
  await startGoDaemon();
@@ -18046,7 +18046,7 @@ function getGoArgv2(binFile, options) {
18046
18046
  }
18047
18047
 
18048
18048
  // screen/plain.ts
18049
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.280";
18049
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.292";
18050
18050
  async function startPlainScreen(options) {
18051
18051
  options = options != null ? options : parseQueryOptions();
18052
18052
  initNaCLDecoder();
@@ -18072,7 +18072,7 @@ async function createH264Decoder() {
18072
18072
  }
18073
18073
 
18074
18074
  // screen/wasm.ts
18075
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.280";
18075
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.292";
18076
18076
  async function startWasmScreen(options) {
18077
18077
  options = options != null ? options : parseQueryOptions();
18078
18078
  await initH264Decoder();