@regulaforensics/vp-frontend-face-components 8.2.2124-nightly → 8.2.2126

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
@@ -6184,7 +6184,7 @@ const Nd = Vr.create("main"), qN = {
6184
6184
  livenessType: Kt.ACTIVE,
6185
6185
  holdStillDuration: void 0,
6186
6186
  timeoutInterval: void 0,
6187
- workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/647b0491-deabc994",
6187
+ workerPath: "https://wasm.regulaforensics.com/face/release/8.2/6b01d803-872e3641",
6188
6188
  detectOcclusion: !0,
6189
6189
  captureButton: !1
6190
6190
  }, jd = (e) => lo(lo({}, qN), {}, {
@@ -9370,7 +9370,7 @@ class nO {
9370
9370
  }
9371
9371
  prepare(r) {
9372
9372
  return Dr(this, null, function* () {
9373
- const t = "Liveness.worker.js", n = ae.getState().workerPath, M = eO(n), i = ae.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/647b0491-deabc994";
9373
+ const t = "Liveness.worker.js", n = ae.getState().workerPath, M = eO(n), i = ae.getState().workerPath === "https://wasm.regulaforensics.com/face/release/8.2/6b01d803-872e3641";
9374
9374
  try {
9375
9375
  let o = yield (yield fetch(M + "/" + t)).text();
9376
9376
  i || (o = wE(o, M));
@@ -9388,7 +9388,7 @@ class nO {
9388
9388
  }), this.worker.postMessage({
9389
9389
  target: "worker-init",
9390
9390
  URL: document.URL,
9391
- currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/647b0491-deabc994",
9391
+ currentScriptUrl: "https://wasm.regulaforensics.com/face/release/8.2/6b01d803-872e3641",
9392
9392
  preMain: !0
9393
9393
  }));
9394
9394
  });
@@ -9761,7 +9761,7 @@ const DO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), yO = (e) => e ===
9761
9761
  metadata: {
9762
9762
  serviceUrl: c || Jt,
9763
9763
  hostAppId: dT(),
9764
- sdkVersion: _N("8.2.2124-nightly"),
9764
+ sdkVersion: _N("8.2.2126"),
9765
9765
  deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
9766
9766
  camera: D.camera
9767
9767
  }
@@ -9774,7 +9774,7 @@ const DO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), yO = (e) => e ===
9774
9774
  const f = yield gE({
9775
9775
  cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
9776
9776
  cameraID: D.camera.deviceId,
9777
- sdkVersion: _N("8.2.2124-nightly"),
9777
+ sdkVersion: _N("8.2.2126"),
9778
9778
  serviceUrl: c || Jt,
9779
9779
  customMetadata: z
9780
9780
  });
@@ -12569,7 +12569,7 @@ class QV extends HTMLElement {
12569
12569
  this.dispatchEvent(t), bV("Component event: ".concat(JSON.stringify(t.detail)));
12570
12570
  }
12571
12571
  get version() {
12572
- return "".concat("8.2.2124-nightly".trim());
12572
+ return "".concat("8.2.2126".trim());
12573
12573
  }
12574
12574
  set translations(r) {
12575
12575
  this._translations = r, this._mounted && this.render();
@@ -13007,7 +13007,7 @@ class XV extends HTMLElement {
13007
13007
  });
13008
13008
  }
13009
13009
  get version() {
13010
- return "".concat("8.2.2124-nightly".trim());
13010
+ return "".concat("8.2.2126".trim());
13011
13011
  }
13012
13012
  set translations(r) {
13013
13013
  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.2124-nightly",
3
+ "version": "8.2.2126",
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",
@@ -22,7 +22,7 @@
22
22
  "build": "vite build"
23
23
  },
24
24
  "dependencies": {
25
- "@regulaforensics/facesdk-webclient": "^6.2.0-beta.8",
25
+ "@regulaforensics/facesdk-webclient": "^8.2.612",
26
26
  "zustand": "^4.3.7"
27
27
  }
28
28
  }