@regulaforensics/vp-frontend-face-components 8.1.1899-nightly → 8.1.1900-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
@@ -6162,7 +6162,7 @@ const lx = Vr.create("main"), XN = {
6162
6162
  livenessType: NM.ACTIVE,
6163
6163
  holdStillDuration: void 0,
6164
6164
  timeoutInterval: void 0,
6165
- workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/aa9070eb-15ab0088",
6165
+ workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/4eecace0-4e151f4d",
6166
6166
  detectOcclusion: !0,
6167
6167
  captureButton: !1
6168
6168
  }, Ax = (e) => No(No({}, XN), {}, {
@@ -9269,7 +9269,7 @@ class nO {
9269
9269
  }
9270
9270
  prepare(r) {
9271
9271
  return Er(this, null, function* () {
9272
- const t = "Liveness.worker.js", M = ne.getState().workerPath, i = tO(M), n = ne.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/aa9070eb-15ab0088";
9272
+ const t = "Liveness.worker.js", M = ne.getState().workerPath, i = tO(M), n = ne.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/4eecace0-4e151f4d";
9273
9273
  try {
9274
9274
  let o = yield (yield fetch(i + "/" + t)).text();
9275
9275
  n || (o = UE(o, i));
@@ -9287,7 +9287,7 @@ class nO {
9287
9287
  }), this.worker.postMessage({
9288
9288
  target: "worker-init",
9289
9289
  URL: document.URL,
9290
- currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/aa9070eb-15ab0088",
9290
+ currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/4eecace0-4e151f4d",
9291
9291
  preMain: !0
9292
9292
  }));
9293
9293
  });
@@ -9659,7 +9659,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
9659
9659
  metadata: {
9660
9660
  serviceUrl: c || Ht,
9661
9661
  hostAppId: vT(),
9662
- sdkVersion: PN("8.1.1899-nightly"),
9662
+ sdkVersion: PN("8.1.1900-nightly"),
9663
9663
  deviceModel: "".concat(tr.osName, "/").concat(tr.osVersion, " ").concat(tr.browserName, "/").concat(tr.fullBrowserVersion),
9664
9664
  camera: D.camera
9665
9665
  }
@@ -9669,7 +9669,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
9669
9669
  data: null
9670
9670
  }), ou("Service initialized");
9671
9671
  } else {
9672
- const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1899-nightly"), c || Ht, z);
9672
+ const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1900-nightly"), c || Ht, z);
9673
9673
  wt.getInitializingData({
9674
9674
  deviceMetadata: v,
9675
9675
  tag: j,
@@ -12229,7 +12229,7 @@ class n6 extends HTMLElement {
12229
12229
  this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
12230
12230
  }
12231
12231
  get version() {
12232
- return "".concat("8.1.1899-nightly".trim());
12232
+ return "".concat("8.1.1900-nightly".trim());
12233
12233
  }
12234
12234
  set translations(r) {
12235
12235
  this._translations = r, this._mounted && this.render();
@@ -12665,7 +12665,7 @@ class E6 extends HTMLElement {
12665
12665
  });
12666
12666
  }
12667
12667
  get version() {
12668
- return "".concat("8.1.1899-nightly".trim());
12668
+ return "".concat("8.1.1900-nightly".trim());
12669
12669
  }
12670
12670
  set translations(r) {
12671
12671
  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.1.1899-nightly",
3
+ "version": "8.1.1900-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",