@regulaforensics/vp-frontend-face-components 8.3.2171-nightly → 8.3.2172-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
@@ -6178,7 +6178,7 @@ const Id = Vr.create("main"), VN = {
6178
6178
  livenessType: Kt.ACTIVE,
6179
6179
  holdStillDuration: void 0,
6180
6180
  timeoutInterval: void 0,
6181
- workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-173588e4",
6181
+ workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-51f1d8a7",
6182
6182
  detectOcclusion: !0,
6183
6183
  captureButton: !1
6184
6184
  }, sd = (e) => Ao(Ao({}, VN), {}, {
@@ -9364,7 +9364,7 @@ class eO {
9364
9364
  }
9365
9365
  prepare(r) {
9366
9366
  return Dr(this, null, function* () {
9367
- const t = "Liveness.worker.js", n = ae.getState().workerPath, M = qz(n), i = ae.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-173588e4";
9367
+ const t = "Liveness.worker.js", n = ae.getState().workerPath, M = qz(n), i = ae.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-51f1d8a7";
9368
9368
  try {
9369
9369
  let o = yield (yield fetch(M + "/" + t)).text();
9370
9370
  i || (o = SE(o, M));
@@ -9382,7 +9382,7 @@ class eO {
9382
9382
  }), this.worker.postMessage({
9383
9383
  target: "worker-init",
9384
9384
  URL: document.URL,
9385
- currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-173588e4",
9385
+ currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c930eded-51f1d8a7",
9386
9386
  preMain: !0
9387
9387
  }));
9388
9388
  });
@@ -9755,7 +9755,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
9755
9755
  metadata: {
9756
9756
  serviceUrl: u || Jt,
9757
9757
  hostAppId: lT(),
9758
- sdkVersion: QN("8.3.2171-nightly"),
9758
+ sdkVersion: QN("8.3.2172-nightly"),
9759
9759
  deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
9760
9760
  camera: D.camera
9761
9761
  }
@@ -9768,7 +9768,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
9768
9768
  const f = yield cE({
9769
9769
  cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
9770
9770
  cameraID: D.camera.deviceId,
9771
- sdkVersion: QN("8.3.2171-nightly"),
9771
+ sdkVersion: QN("8.3.2172-nightly"),
9772
9772
  serviceUrl: u || Jt,
9773
9773
  customMetadata: z
9774
9774
  });
@@ -12563,7 +12563,7 @@ class kV extends HTMLElement {
12563
12563
  this.dispatchEvent(t), hV("Component event: ".concat(JSON.stringify(t.detail)));
12564
12564
  }
12565
12565
  get version() {
12566
- return "".concat("8.3.2171-nightly".trim());
12566
+ return "".concat("8.3.2172-nightly".trim());
12567
12567
  }
12568
12568
  set translations(r) {
12569
12569
  this._translations = r, this._mounted && this.render();
@@ -13004,7 +13004,7 @@ class VV extends HTMLElement {
13004
13004
  });
13005
13005
  }
13006
13006
  get version() {
13007
- return "".concat("8.3.2171-nightly".trim());
13007
+ return "".concat("8.3.2172-nightly".trim());
13008
13008
  }
13009
13009
  set translations(r) {
13010
13010
  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.3.2171-nightly",
3
+ "version": "8.3.2172-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",