@regulaforensics/vp-frontend-face-components 6.4.1523-nightly → 6.5.1525-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
@@ -10695,7 +10695,7 @@ const Tx = nn.create("main"), L1 = {
10695
10695
  livenessType: tu.ACTIVE,
10696
10696
  holdStillDuration: void 0,
10697
10697
  timeoutInterval: void 0,
10698
- workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/eec41d4d-42f3c8b93",
10698
+ workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.5/d0a6fd1b-61825aee8",
10699
10699
  detectOcclusion: !0
10700
10700
  }, dx = (r) => oI(oI({}, L1), {}, {
10701
10701
  onEvent: () => Tx('Function "onEvent" not defined.'),
@@ -13619,7 +13619,7 @@ class xz {
13619
13619
  }
13620
13620
  prepare(a) {
13621
13621
  return rr(this, null, function* () {
13622
- const i = "Liveness.worker.js", u = $e.getState().workerPath, c = Tz(u), I = $e.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/eec41d4d-42f3c8b93";
13622
+ const i = "Liveness.worker.js", u = $e.getState().workerPath, c = Tz(u), I = $e.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.5/d0a6fd1b-61825aee8";
13623
13623
  try {
13624
13624
  let y = yield (yield fetch(c + "/" + i)).text();
13625
13625
  I || (y = iE(y, c));
@@ -13637,7 +13637,7 @@ class xz {
13637
13637
  }), this.worker.postMessage({
13638
13638
  target: "worker-init",
13639
13639
  URL: document.URL,
13640
- currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/eec41d4d-42f3c8b93",
13640
+ currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.5/d0a6fd1b-61825aee8",
13641
13641
  preMain: !0
13642
13642
  }));
13643
13643
  });
@@ -13982,7 +13982,7 @@ const wz = 1500, S0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u,
13982
13982
  config: f,
13983
13983
  metadata: {
13984
13984
  hostAppId: r.url || Ta,
13985
- sdkVersion: f0("6.4.1523-nightly"),
13985
+ sdkVersion: f0("6.5.1525-nightly"),
13986
13986
  deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
13987
13987
  camera: r.videoStatusParams.camera
13988
13988
  }
@@ -14003,7 +14003,7 @@ const wz = 1500, S0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u,
14003
14003
  }), A = {
14004
14004
  platform: "Web",
14005
14005
  osVersion: "".concat(nt.osVersion),
14006
- sdkVersion: f0("6.4.1523-nightly"),
14006
+ sdkVersion: f0("6.5.1525-nightly"),
14007
14007
  hostAppId: r.url || Ta,
14008
14008
  userID: j,
14009
14009
  deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
@@ -16112,7 +16112,7 @@ class $$ extends HTMLElement {
16112
16112
  this.dispatchEvent(i), B$("Component event: ".concat(JSON.stringify(i.detail)));
16113
16113
  }
16114
16114
  get version() {
16115
- return "".concat("6.4.1523-nightly".trim());
16115
+ return "".concat("6.5.1525-nightly".trim());
16116
16116
  }
16117
16117
  set translations(a) {
16118
16118
  this._translations = a, this._mounted && this.render();
@@ -16504,7 +16504,7 @@ class iF extends HTMLElement {
16504
16504
  });
16505
16505
  }
16506
16506
  get version() {
16507
- return "".concat("6.4.1523-nightly".trim());
16507
+ return "".concat("6.5.1525-nightly".trim());
16508
16508
  }
16509
16509
  set translations(a) {
16510
16510
  this._translations = a, this._mounted && this.render();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-face-components",
3
- "version": "6.4.1523-nightly",
3
+ "version": "6.5.1525-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",