@regulaforensics/vp-frontend-face-components 7.2.1749-nightly → 7.2.1750-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.iife.js +1 -1
- package/dist/main.js +4 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -13503,7 +13503,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13503
13503
|
metadata: {
|
13504
13504
|
serviceUrl: D || za,
|
13505
13505
|
hostAppId: zx(),
|
13506
|
-
sdkVersion: ME("7.2.
|
13506
|
+
sdkVersion: ME("7.2.1750-nightly"),
|
13507
13507
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13508
13508
|
camera: y.camera
|
13509
13509
|
}
|
@@ -13513,7 +13513,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13513
13513
|
data: null
|
13514
13514
|
}), fl("Service initialized");
|
13515
13515
|
} else {
|
13516
|
-
const Y = gS([...y.sortedDevices.frontCameras, ...y.sortedDevices.backCameras], y.camera.deviceId, ME("7.2.
|
13516
|
+
const Y = gS([...y.sortedDevices.frontCameras, ...y.sortedDevices.backCameras], y.camera.deviceId, ME("7.2.1750-nightly"), D || za, f);
|
13517
13517
|
Pi.getInitialisingData(Y, d, D, E).then((B) => {
|
13518
13518
|
if ("alwaysShowMsg" in B.config && p(!B.config.alwaysShowMsg), !zS(B.publicKey))
|
13519
13519
|
return w((b) => hn(hn({}, b), {}, {
|
@@ -15897,7 +15897,7 @@ class uq extends HTMLElement {
|
|
15897
15897
|
this.dispatchEvent(a), oq("Component event: ".concat(JSON.stringify(a.detail)));
|
15898
15898
|
}
|
15899
15899
|
get version() {
|
15900
|
-
return "".concat("7.2.
|
15900
|
+
return "".concat("7.2.1750-nightly".trim());
|
15901
15901
|
}
|
15902
15902
|
set translations(i) {
|
15903
15903
|
this._translations = i, this._mounted && this.render();
|
@@ -16327,7 +16327,7 @@ class zq extends HTMLElement {
|
|
16327
16327
|
});
|
16328
16328
|
}
|
16329
16329
|
get version() {
|
16330
|
-
return "".concat("7.2.
|
16330
|
+
return "".concat("7.2.1750-nightly".trim());
|
16331
16331
|
}
|
16332
16332
|
set translations(i) {
|
16333
16333
|
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.
|
3
|
+
"version": "7.2.1750-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",
|