@regulaforensics/vp-frontend-face-components 8.3.2246-nightly → 8.3.2248-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
@@ -6277,7 +6277,7 @@ var Ys = Us.create("main"), Xs = {
6277
6277
  livenessType: Ao.ACTIVE,
6278
6278
  holdStillDuration: void 0,
6279
6279
  timeoutInterval: void 0,
6280
- workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-8bc69b769",
6280
+ workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-4b9f8847f",
6281
6281
  detectOcclusion: !0,
6282
6282
  captureButton: !1
6283
6283
  }, Zs = (e) => Gs(Gs({}, Xs), {}, {
@@ -9356,7 +9356,7 @@ var Rd = Us.create("wasm"), zd = class {
9356
9356
  prepare(e) {
9357
9357
  var t = this;
9358
9358
  return Ba(function* () {
9359
- let n = $.getState().workerPath, r = Pd(n), i = $.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-8bc69b769";
9359
+ let n = $.getState().workerPath, r = Pd(n), i = $.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-4b9f8847f";
9360
9360
  try {
9361
9361
  let e = yield (yield fetch(r + "/Liveness.worker.js")).text();
9362
9362
  i || (e = Ko(e, r));
@@ -9372,7 +9372,7 @@ var Rd = Us.create("wasm"), zd = class {
9372
9372
  }), t.worker.postMessage({
9373
9373
  target: "worker-init",
9374
9374
  URL: document.URL,
9375
- currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-8bc69b769",
9375
+ currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/c58ccfac-4b9f8847f",
9376
9376
  preMain: !0
9377
9377
  }));
9378
9378
  })();
@@ -9734,7 +9734,7 @@ var lf = 1500, uf = (e) => e * 1e3, df = Us.create("main"), ff = (e) => e === Ao
9734
9734
  metadata: {
9735
9735
  serviceUrl: l || "https://faceapi.regulaforensics.com",
9736
9736
  hostAppId: so(),
9737
- sdkVersion: Wo("8.3.2246-nightly"),
9737
+ sdkVersion: Wo("8.3.2248-nightly"),
9738
9738
  deviceModel: `${Ma.osName}/${Ma.osVersion} ${Ma.browserName}/${Ma.fullBrowserVersion}`,
9739
9739
  camera: h.camera
9740
9740
  }
@@ -9747,7 +9747,7 @@ var lf = 1500, uf = (e) => e * 1e3, df = Us.create("main"), ff = (e) => e === Ao
9747
9747
  let n = yield co({
9748
9748
  cameras: [...h.sortedDevices.frontCameras, ...h.sortedDevices.backCameras],
9749
9749
  cameraID: h.camera.deviceId,
9750
- sdkVersion: Wo("8.3.2246-nightly"),
9750
+ sdkVersion: Wo("8.3.2248-nightly"),
9751
9751
  serviceUrl: l || "https://faceapi.regulaforensics.com",
9752
9752
  customMetadata: x
9753
9753
  });
@@ -12897,7 +12897,7 @@ var Lp = Us.create("main"), Rp = [
12897
12897
  this.dispatchEvent(t), Lp(`Component event: ${JSON.stringify(t.detail)}`);
12898
12898
  }
12899
12899
  get version() {
12900
- return "8.3.2246-nightly";
12900
+ return "8.3.2248-nightly";
12901
12901
  }
12902
12902
  set translations(e) {
12903
12903
  this._translations = e, this._mounted && this.render();
@@ -13336,7 +13336,7 @@ var lm = Us.create("main"), um = [
13336
13336
  });
13337
13337
  }
13338
13338
  get version() {
13339
- return "8.3.2246-nightly";
13339
+ return "8.3.2248-nightly";
13340
13340
  }
13341
13341
  set translations(e) {
13342
13342
  this._translations = e, 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.2246-nightly",
3
+ "version": "8.3.2248-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",