@supraio/client-daemon-js 0.0.0-mznacl.273 → 0.0.0-mznacl.274

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.273"></script>
7
+ <script type="text/javascript" src="daemon.js?v=0.0.0-mznacl.274"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -17927,7 +17927,7 @@
17927
17927
  }
17928
17928
 
17929
17929
  // daemon/plain.ts
17930
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.273";
17930
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.274";
17931
17931
  async function startPlainDaemon() {
17932
17932
  const fs = await initBrowserFS();
17933
17933
  window.fs = fs;
@@ -17938,7 +17938,7 @@
17938
17938
  }
17939
17939
 
17940
17940
  // daemon/wasm.ts
17941
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.273";
17941
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.274";
17942
17942
  async function startWasmDaemon() {
17943
17943
  await initGoEnvironment();
17944
17944
  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.273",
3
+ "version": "0.0.0-mznacl.274",
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-mznacl.273"></script>
8
+ <script type="text/javascript" src="screen.js?v=0.0.0-mznacl.274"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -18091,7 +18091,7 @@
18091
18091
  }
18092
18092
 
18093
18093
  // screen/plain.ts
18094
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.273";
18094
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.274";
18095
18095
  async function startPlainScreen(options) {
18096
18096
  options = options != null ? options : parseQueryOptions();
18097
18097
  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-mznacl.273";
18153
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.274";
18154
18154
  async function startWasmScreen(options) {
18155
18155
  options = options != null ? options : parseQueryOptions();
18156
18156
  await initH264Decoder();
package/sdk.js CHANGED
@@ -18047,7 +18047,7 @@ async function initGoEnvironment() {
18047
18047
  }
18048
18048
 
18049
18049
  // daemon/plain.ts
18050
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.273";
18050
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.274";
18051
18051
  async function startPlainDaemon() {
18052
18052
  const fs = await initBrowserFS();
18053
18053
  window.fs = fs;
@@ -18058,7 +18058,7 @@ async function startPlainDaemon() {
18058
18058
  }
18059
18059
 
18060
18060
  // daemon/wasm.ts
18061
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.273";
18061
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.274";
18062
18062
  async function startWasmDaemon() {
18063
18063
  await initGoEnvironment();
18064
18064
  await startGoDaemon();
@@ -18127,7 +18127,7 @@ function getGoArgv2(binFile, options) {
18127
18127
  }
18128
18128
 
18129
18129
  // screen/plain.ts
18130
- var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.273";
18130
+ var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.274";
18131
18131
  async function startPlainScreen(options) {
18132
18132
  options = options != null ? options : parseQueryOptions();
18133
18133
  initNaCLDecoder();
@@ -18186,7 +18186,7 @@ async function createH264Decoder() {
18186
18186
  }
18187
18187
 
18188
18188
  // screen/wasm.ts
18189
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.273";
18189
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.274";
18190
18190
  async function startWasmScreen(options) {
18191
18191
  options = options != null ? options : parseQueryOptions();
18192
18192
  await initH264Decoder();