@regulaforensics/vp-frontend-face-components 7.2.1732-nightly → 7.2.1733-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
@@ -13374,7 +13374,7 @@ const ZC = 1500, sE = (t) => t * 1e3, Al = un.create("main"), WC = (t) => t ===
13374
13374
  metadata: {
13375
13375
  serviceUrl: D || xM,
13376
13376
  hostAppId: tE(),
13377
- sdkVersion: rE("7.2.1732-nightly"),
13377
+ sdkVersion: rE("7.2.1733-nightly"),
13378
13378
  deviceModel: "".concat(or.osName, "/").concat(or.osVersion, " ").concat(or.browserName, "/").concat(or.fullBrowserVersion),
13379
13379
  camera: d.camera
13380
13380
  }
@@ -13395,7 +13395,7 @@ const ZC = 1500, sE = (t) => t * 1e3, Al = un.create("main"), WC = (t) => t ===
13395
13395
  }), Q = {
13396
13396
  platform: "Web",
13397
13397
  osVersion: "".concat(or.osVersion),
13398
- sdkVersion: rE("7.2.1732-nightly"),
13398
+ sdkVersion: rE("7.2.1733-nightly"),
13399
13399
  hostAppId: tE(),
13400
13400
  serviceUrl: D || xM,
13401
13401
  userID: G,
@@ -15789,7 +15789,7 @@ class rq extends HTMLElement {
15789
15789
  this.dispatchEvent(M), eq("Component event: ".concat(JSON.stringify(M.detail)));
15790
15790
  }
15791
15791
  get version() {
15792
- return "".concat("7.2.1732-nightly".trim());
15792
+ return "".concat("7.2.1733-nightly".trim());
15793
15793
  }
15794
15794
  set translations(i) {
15795
15795
  this._translations = i, this._mounted && this.render();
@@ -16219,7 +16219,7 @@ class Dq extends HTMLElement {
16219
16219
  });
16220
16220
  }
16221
16221
  get version() {
16222
- return "".concat("7.2.1732-nightly".trim());
16222
+ return "".concat("7.2.1733-nightly".trim());
16223
16223
  }
16224
16224
  set translations(i) {
16225
16225
  this._translations = i, this._mounted && this.render();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-face-components",
3
- "version": "7.2.1732-nightly",
3
+ "version": "7.2.1733-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",