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

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.276"></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.276";
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.276";
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.276",
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.276"></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.276";
18095
18095
  async function startPlainScreen(options) {
18096
18096
  options = options != null ? options : parseQueryOptions();
18097
18097
  initNaCLDecoder();
@@ -18105,7 +18105,6 @@
18105
18105
 
18106
18106
  // screen/h264decoder.ts
18107
18107
  async function initH264Decoder() {
18108
- await injectScript("h264decoder.js");
18109
18108
  window.h264Decoder = await createH264Decoder();
18110
18109
  }
18111
18110
 
@@ -18150,7 +18149,7 @@
18150
18149
  }
18151
18150
 
18152
18151
  // screen/wasm.ts
18153
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.273";
18152
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.276";
18154
18153
  async function startWasmScreen(options) {
18155
18154
  options = options != null ? options : parseQueryOptions();
18156
18155
  await initH264Decoder();