@supraio/client-daemon-js 0.0.1 → 1.0.0

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.1"></script>
7
+ <script type="text/javascript" src="daemon.js?v=1.0.0"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -20474,7 +20474,7 @@
20474
20474
  }
20475
20475
 
20476
20476
  // daemon/plain.ts
20477
- var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.1";
20477
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0";
20478
20478
  async function startPlainDaemon() {
20479
20479
  await initNaClTCP();
20480
20480
  await initSamsungWasmTCP();
@@ -20487,7 +20487,7 @@
20487
20487
  }
20488
20488
 
20489
20489
  // daemon/wasm.ts
20490
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.1";
20490
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0";
20491
20491
  async function startWasmDaemon() {
20492
20492
  await initNaClTCP();
20493
20493
  await initSamsungWasmTCP();