@supraio/client-daemon-js 1.0.0-mzbrightsigndecoder.478 → 1.0.0-mzbrightsigndecoder.480

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/sdk.js CHANGED
@@ -24902,7 +24902,7 @@ async function initSamsungWasmTCP() {
24902
24902
  }
24903
24903
 
24904
24904
  // daemon/plain.ts
24905
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.478";
24905
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.480";
24906
24906
  async function startPlainDaemon() {
24907
24907
  initBrightSignTCP();
24908
24908
  await initNaClTCP();
@@ -24916,7 +24916,7 @@ async function startPlainDaemon() {
24916
24916
  }
24917
24917
 
24918
24918
  // daemon/wasm.ts
24919
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.478";
24919
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.480";
24920
24920
  async function startWasmDaemon() {
24921
24921
  initBrightSignTCP();
24922
24922
  await initNaClTCP();
@@ -25341,7 +25341,7 @@ function getGoArgv2(binFile, options) {
25341
25341
  }
25342
25342
 
25343
25343
  // screen/plain.ts
25344
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.478";
25344
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.480";
25345
25345
  async function startPlainScreen(options) {
25346
25346
  var _a, _b, _c, _d;
25347
25347
  console.log("[Supra screen plain] initialization begin");
@@ -25403,7 +25403,7 @@ async function startPlainScreen(options) {
25403
25403
  }
25404
25404
 
25405
25405
  // screen/h264decoder.ts
25406
- var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.478";
25406
+ var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.480";
25407
25407
  async function initH264Decoder() {
25408
25408
  if (window.VideoDecoder !== void 0) {
25409
25409
  return void 0;
@@ -25442,7 +25442,7 @@ function getProperty(value, property) {
25442
25442
  }
25443
25443
 
25444
25444
  // screen/wasm.ts
25445
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.478";
25445
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.480";
25446
25446
  async function initializePhase(name, initialize) {
25447
25447
  const startedAt = Date.now();
25448
25448
  console.log(`[Supra screen WASM] ${name} begin`);