@regulaforensics/vp-frontend-face-components 6.4.1608-nightly → 6.4.1609-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
@@ -14304,7 +14304,7 @@ const $p = 1500, C2 = (r) => r * 1e3, Dg = Mn.create("main"), Bp = (r) => {
14304
14304
  metadata: {
14305
14305
  serviceUrl: D || xa,
14306
14306
  hostAppId: d2(),
14307
- sdkVersion: T2("6.4.1608-nightly"),
14307
+ sdkVersion: T2("6.4.1609-nightly"),
14308
14308
  deviceModel: "".concat(Mt.osName, "/").concat(Mt.osVersion, " ").concat(Mt.browserName, "/").concat(Mt.fullBrowserVersion),
14309
14309
  camera: x.camera
14310
14310
  }
@@ -14325,7 +14325,7 @@ const $p = 1500, C2 = (r) => r * 1e3, Dg = Mn.create("main"), Bp = (r) => {
14325
14325
  }), Y = {
14326
14326
  platform: "Web",
14327
14327
  osVersion: "".concat(Mt.osVersion),
14328
- sdkVersion: T2("6.4.1608-nightly"),
14328
+ sdkVersion: T2("6.4.1609-nightly"),
14329
14329
  hostAppId: d2(),
14330
14330
  serviceUrl: D || xa,
14331
14331
  userID: V,
@@ -16516,7 +16516,7 @@ class uW extends HTMLElement {
16516
16516
  this.dispatchEvent(i), MW("Component event: ".concat(JSON.stringify(i.detail)));
16517
16517
  }
16518
16518
  get version() {
16519
- return "".concat("6.4.1608-nightly".trim());
16519
+ return "".concat("6.4.1609-nightly".trim());
16520
16520
  }
16521
16521
  set translations(n) {
16522
16522
  this._translations = n, this._mounted && this.render();
@@ -16948,7 +16948,7 @@ class EW extends HTMLElement {
16948
16948
  });
16949
16949
  }
16950
16950
  get version() {
16951
- return "".concat("6.4.1608-nightly".trim());
16951
+ return "".concat("6.4.1609-nightly".trim());
16952
16952
  }
16953
16953
  set translations(n) {
16954
16954
  this._translations = n, 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.1608-nightly",
3
+ "version": "6.4.1609-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",