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

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.485"></script>
7
+ <script type="text/javascript" src="daemon.js?v=1.0.0-mzbrightsigndecoder.486"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -24921,7 +24921,7 @@
24921
24921
  }
24922
24922
 
24923
24923
  // daemon/plain.ts
24924
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.485";
24924
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.486";
24925
24925
  async function startPlainDaemon() {
24926
24926
  initBrightSignTCP();
24927
24927
  await initNaClTCP();
@@ -24935,7 +24935,7 @@
24935
24935
  }
24936
24936
 
24937
24937
  // daemon/wasm.ts
24938
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.485";
24938
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.486";
24939
24939
  async function startWasmDaemon() {
24940
24940
  initBrightSignTCP();
24941
24941
  await initNaClTCP();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supraio/client-daemon-js",
3
- "version": "1.0.0-mzbrightsigndecoder.485",
3
+ "version": "1.0.0-mzbrightsigndecoder.486",
4
4
  "description": "",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",
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=1.0.0-mzbrightsigndecoder.485"></script>
8
+ <script type="text/javascript" src="screen.js?v=1.0.0-mzbrightsigndecoder.486"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -25431,7 +25431,7 @@ self.onmessage = function(event) {
25431
25431
  }
25432
25432
 
25433
25433
  // screen/plain.ts
25434
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.485";
25434
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.486";
25435
25435
  async function startPlainScreen(options) {
25436
25436
  var _a, _b, _c, _d;
25437
25437
  console.log("[Supra screen plain] initialization begin");
@@ -25493,7 +25493,7 @@ self.onmessage = function(event) {
25493
25493
  }
25494
25494
 
25495
25495
  // screen/h264decoder.ts
25496
- var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.485";
25496
+ var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.486";
25497
25497
  async function initH264Decoder() {
25498
25498
  if (window.VideoDecoder !== void 0) {
25499
25499
  return void 0;
@@ -25532,7 +25532,7 @@ self.onmessage = function(event) {
25532
25532
  }
25533
25533
 
25534
25534
  // screen/wasm.ts
25535
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.485";
25535
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.486";
25536
25536
  async function initializePhase(name, initialize) {
25537
25537
  const startedAt = Date.now();
25538
25538
  console.log(`[Supra screen WASM] ${name} begin`);
package/sdk.js CHANGED
@@ -25044,7 +25044,7 @@ async function initSamsungWasmTCP() {
25044
25044
  }
25045
25045
 
25046
25046
  // daemon/plain.ts
25047
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.485";
25047
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.486";
25048
25048
  async function startPlainDaemon() {
25049
25049
  initBrightSignTCP();
25050
25050
  await initNaClTCP();
@@ -25058,7 +25058,7 @@ async function startPlainDaemon() {
25058
25058
  }
25059
25059
 
25060
25060
  // daemon/wasm.ts
25061
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.485";
25061
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.486";
25062
25062
  async function startWasmDaemon() {
25063
25063
  initBrightSignTCP();
25064
25064
  await initNaClTCP();
@@ -25483,7 +25483,7 @@ function getGoArgv2(binFile, options) {
25483
25483
  }
25484
25484
 
25485
25485
  // screen/plain.ts
25486
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.485";
25486
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.486";
25487
25487
  async function startPlainScreen(options) {
25488
25488
  var _a, _b, _c, _d;
25489
25489
  console.log("[Supra screen plain] initialization begin");
@@ -25545,7 +25545,7 @@ async function startPlainScreen(options) {
25545
25545
  }
25546
25546
 
25547
25547
  // screen/h264decoder.ts
25548
- var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.485";
25548
+ var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.486";
25549
25549
  async function initH264Decoder() {
25550
25550
  if (window.VideoDecoder !== void 0) {
25551
25551
  return void 0;
@@ -25584,7 +25584,7 @@ function getProperty(value, property) {
25584
25584
  }
25585
25585
 
25586
25586
  // screen/wasm.ts
25587
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.485";
25587
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.486";
25588
25588
  async function initializePhase(name, initialize) {
25589
25589
  const startedAt = Date.now();
25590
25590
  console.log(`[Supra screen WASM] ${name} begin`);