@supraio/client-daemon-js 1.0.0-mzbrightsigndecoder.482 → 1.0.0-mzbrightsigndecoder.485

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-mzbrightsigndecoder.482"></script>
7
+ <script type="text/javascript" src="daemon.js?v=1.0.0-mzbrightsigndecoder.485"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -24867,6 +24867,9 @@
24867
24867
  decoder: "missing",
24868
24868
  lastEvent: "init",
24869
24869
  lastError: "",
24870
+ lastDiagnostics: "",
24871
+ decodeSuccessCount: 0,
24872
+ decodeFailureCount: 0,
24870
24873
  unloadCount: 0
24871
24874
  };
24872
24875
  window.__supraNativeState = state;
@@ -24918,7 +24921,7 @@
24918
24921
  }
24919
24922
 
24920
24923
  // daemon/plain.ts
24921
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.482";
24924
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.485";
24922
24925
  async function startPlainDaemon() {
24923
24926
  initBrightSignTCP();
24924
24927
  await initNaClTCP();
@@ -24932,7 +24935,7 @@
24932
24935
  }
24933
24936
 
24934
24937
  // daemon/wasm.ts
24935
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.482";
24938
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.485";
24936
24939
  async function startWasmDaemon() {
24937
24940
  initBrightSignTCP();
24938
24941
  await initNaClTCP();