@regulaforensics/vp-frontend-face-components 8.2.2001-nightly → 8.2.2003-nightly

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/dist/main.js CHANGED
@@ -6183,7 +6183,7 @@ const ox = Vr.create("main"), VN = {
6183
6183
  livenessType: Wt.ACTIVE,
6184
6184
  holdStillDuration: void 0,
6185
6185
  timeoutInterval: void 0,
6186
- workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/2a7559f8-d5bd09e0",
6186
+ workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/d39157b3-7676ad15",
6187
6187
  detectOcclusion: !0,
6188
6188
  captureButton: !1
6189
6189
  }, ux = (e) => Do(Do({}, VN), {}, {
@@ -9316,7 +9316,7 @@ class qz {
9316
9316
  }
9317
9317
  prepare(r) {
9318
9318
  return Dr(this, null, function* () {
9319
- const t = "Liveness.worker.js", M = oe.getState().workerPath, n = Wz(M), i = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/2a7559f8-d5bd09e0";
9319
+ const t = "Liveness.worker.js", M = oe.getState().workerPath, n = Wz(M), i = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/d39157b3-7676ad15";
9320
9320
  try {
9321
9321
  let o = yield (yield fetch(n + "/" + t)).text();
9322
9322
  i || (o = OE(o, n));
@@ -9334,7 +9334,7 @@ class qz {
9334
9334
  }), this.worker.postMessage({
9335
9335
  target: "worker-init",
9336
9336
  URL: document.URL,
9337
- currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/2a7559f8-d5bd09e0",
9337
+ currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/d39157b3-7676ad15",
9338
9338
  preMain: !0
9339
9339
  }));
9340
9340
  });
@@ -9707,7 +9707,7 @@ const cO = 1500, PD = (e) => e * 1e3, ou = Vr.create("main"), IO = (e) => e ===
9707
9707
  metadata: {
9708
9708
  serviceUrl: u || Ht,
9709
9709
  hostAppId: yT(),
9710
- sdkVersion: QN("8.2.2001-nightly"),
9710
+ sdkVersion: QN("8.2.2003-nightly"),
9711
9711
  deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
9712
9712
  camera: D.camera
9713
9713
  }
@@ -9720,7 +9720,7 @@ const cO = 1500, PD = (e) => e * 1e3, ou = Vr.create("main"), IO = (e) => e ===
9720
9720
  const S = yield aE({
9721
9721
  cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
9722
9722
  cameraID: D.camera.deviceId,
9723
- sdkVersion: QN("8.2.2001-nightly"),
9723
+ sdkVersion: QN("8.2.2003-nightly"),
9724
9724
  serviceUrl: u || Ht,
9725
9725
  customMetadata: z
9726
9726
  });
@@ -12286,7 +12286,7 @@ class qW extends HTMLElement {
12286
12286
  this.dispatchEvent(t), JW("Component event: ".concat(JSON.stringify(t.detail)));
12287
12287
  }
12288
12288
  get version() {
12289
- return "".concat("8.2.2001-nightly".trim());
12289
+ return "".concat("8.2.2003-nightly".trim());
12290
12290
  }
12291
12291
  set translations(r) {
12292
12292
  this._translations = r, this._mounted && this.render();
@@ -12722,7 +12722,7 @@ class g6 extends HTMLElement {
12722
12722
  });
12723
12723
  }
12724
12724
  get version() {
12725
- return "".concat("8.2.2001-nightly".trim());
12725
+ return "".concat("8.2.2003-nightly".trim());
12726
12726
  }
12727
12727
  set translations(r) {
12728
12728
  this._translations = r, this._mounted && this.render();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-face-components",
3
- "version": "8.2.2001-nightly",
3
+ "version": "8.2.2003-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.iife.js",