@supraio/client-daemon-js 1.0.0-tsfixstreamgeometrypanic.475 → 1.0.0-tsfixstreamgeometrypanic.476

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=1.0.0-tsfixstreamgeometrypanic.475"></script>
7
+ <script type="text/javascript" src="daemon.js?v=1.0.0-tsfixstreamgeometrypanic.476"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -20760,9 +20760,9 @@
20760
20760
 
20761
20761
  // screen/nacltcp.ts
20762
20762
  var import_nacl_decoder = __toESM(require_dist());
20763
- async function initNaClTCP() {
20763
+ async function initNaClTCP(options) {
20764
20764
  if ((0, import_nacl_decoder.isNaClSupported)()) {
20765
- const { tcpPacket, tcpStream } = (0, import_nacl_decoder.createNaClTCP)();
20765
+ const { tcpPacket, tcpStream } = (0, import_nacl_decoder.createNaClTCP)({ geometry: options == null ? void 0 : options.geometry });
20766
20766
  if (!window.naclTCPPacket) {
20767
20767
  window.naclTCPPacket = tcpPacket;
20768
20768
  }
@@ -20787,7 +20787,7 @@
20787
20787
  }
20788
20788
 
20789
20789
  // daemon/plain.ts
20790
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.475";
20790
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.476";
20791
20791
  async function startPlainDaemon() {
20792
20792
  await initNaClTCP();
20793
20793
  await initSamsungWasmTCP();
@@ -20800,7 +20800,7 @@
20800
20800
  }
20801
20801
 
20802
20802
  // daemon/wasm.ts
20803
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.475";
20803
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.476";
20804
20804
  async function startWasmDaemon() {
20805
20805
  await initNaClTCP();
20806
20806
  await initSamsungWasmTCP();