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

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.483"></script>
8
8
  </body>
9
9
  </html>
package/daemon.js CHANGED
@@ -24918,7 +24918,7 @@
24918
24918
  }
24919
24919
 
24920
24920
  // daemon/plain.ts
24921
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.482";
24921
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.483";
24922
24922
  async function startPlainDaemon() {
24923
24923
  initBrightSignTCP();
24924
24924
  await initNaClTCP();
@@ -24932,7 +24932,7 @@
24932
24932
  }
24933
24933
 
24934
24934
  // daemon/wasm.ts
24935
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.482";
24935
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.483";
24936
24936
  async function startWasmDaemon() {
24937
24937
  initBrightSignTCP();
24938
24938
  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.482",
3
+ "version": "1.0.0-mzbrightsigndecoder.483",
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.482"></script>
8
+ <script type="text/javascript" src="screen.js?v=1.0.0-mzbrightsigndecoder.483"></script>
9
9
  </body>
10
10
  </html>
package/screen.js CHANGED
@@ -25370,7 +25370,7 @@ self.onmessage = function(event) {
25370
25370
  }
25371
25371
 
25372
25372
  // screen/plain.ts
25373
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.482";
25373
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.483";
25374
25374
  async function startPlainScreen(options) {
25375
25375
  var _a, _b, _c, _d;
25376
25376
  console.log("[Supra screen plain] initialization begin");
@@ -25432,7 +25432,7 @@ self.onmessage = function(event) {
25432
25432
  }
25433
25433
 
25434
25434
  // screen/h264decoder.ts
25435
- var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.482";
25435
+ var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.483";
25436
25436
  async function initH264Decoder() {
25437
25437
  if (window.VideoDecoder !== void 0) {
25438
25438
  return void 0;
@@ -25471,7 +25471,7 @@ self.onmessage = function(event) {
25471
25471
  }
25472
25472
 
25473
25473
  // screen/wasm.ts
25474
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.482";
25474
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.483";
25475
25475
  async function initializePhase(name, initialize) {
25476
25476
  const startedAt = Date.now();
25477
25477
  console.log(`[Supra screen WASM] ${name} begin`);
package/sdk.js CHANGED
@@ -24983,7 +24983,7 @@ async function initSamsungWasmTCP() {
24983
24983
  }
24984
24984
 
24985
24985
  // daemon/plain.ts
24986
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.482";
24986
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzbrightsigndecoder.483";
24987
24987
  async function startPlainDaemon() {
24988
24988
  initBrightSignTCP();
24989
24989
  await initNaClTCP();
@@ -24997,7 +24997,7 @@ async function startPlainDaemon() {
24997
24997
  }
24998
24998
 
24999
24999
  // daemon/wasm.ts
25000
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.482";
25000
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzbrightsigndecoder.483";
25001
25001
  async function startWasmDaemon() {
25002
25002
  initBrightSignTCP();
25003
25003
  await initNaClTCP();
@@ -25422,7 +25422,7 @@ function getGoArgv2(binFile, options) {
25422
25422
  }
25423
25423
 
25424
25424
  // screen/plain.ts
25425
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.482";
25425
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzbrightsigndecoder.483";
25426
25426
  async function startPlainScreen(options) {
25427
25427
  var _a, _b, _c, _d;
25428
25428
  console.log("[Supra screen plain] initialization begin");
@@ -25484,7 +25484,7 @@ async function startPlainScreen(options) {
25484
25484
  }
25485
25485
 
25486
25486
  // screen/h264decoder.ts
25487
- var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.482";
25487
+ var H264_DECODER_URL = "h264decoder.js?v=1.0.0-mzbrightsigndecoder.483";
25488
25488
  async function initH264Decoder() {
25489
25489
  if (window.VideoDecoder !== void 0) {
25490
25490
  return void 0;
@@ -25523,7 +25523,7 @@ function getProperty(value, property) {
25523
25523
  }
25524
25524
 
25525
25525
  // screen/wasm.ts
25526
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.482";
25526
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzbrightsigndecoder.483";
25527
25527
  async function initializePhase(name, initialize) {
25528
25528
  const startedAt = Date.now();
25529
25529
  console.log(`[Supra screen WASM] ${name} begin`);
Binary file