@regulaforensics/vp-frontend-face-components 7.2.1789-nightly → 7.2.1790-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
@@ -13516,7 +13516,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13516
13516
|
metadata: {
|
13517
13517
|
serviceUrl: D || za,
|
13518
13518
|
hostAppId: zx(),
|
13519
|
-
sdkVersion: ME("7.2.
|
13519
|
+
sdkVersion: ME("7.2.1790-nightly"),
|
13520
13520
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13521
13521
|
camera: x.camera
|
13522
13522
|
}
|
@@ -13526,7 +13526,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13526
13526
|
data: null
|
13527
13527
|
}), fl("Service initialized");
|
13528
13528
|
} else {
|
13529
|
-
const W = gS([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, ME("7.2.
|
13529
|
+
const W = gS([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, ME("7.2.1790-nightly"), D || za, U);
|
13530
13530
|
Pi.getInitializingData({
|
13531
13531
|
deviceMetadata: W,
|
13532
13532
|
tag: d,
|
@@ -15919,7 +15919,7 @@ class uq extends HTMLElement {
|
|
15919
15919
|
this.dispatchEvent(a), oq("Component event: ".concat(JSON.stringify(a.detail)));
|
15920
15920
|
}
|
15921
15921
|
get version() {
|
15922
|
-
return "".concat("7.2.
|
15922
|
+
return "".concat("7.2.1790-nightly".trim());
|
15923
15923
|
}
|
15924
15924
|
set translations(i) {
|
15925
15925
|
this._translations = i, this._mounted && this.render();
|
@@ -16349,7 +16349,7 @@ class zq extends HTMLElement {
|
|
16349
16349
|
});
|
16350
16350
|
}
|
16351
16351
|
get version() {
|
16352
|
-
return "".concat("7.2.
|
16352
|
+
return "".concat("7.2.1790-nightly".trim());
|
16353
16353
|
}
|
16354
16354
|
set translations(i) {
|
16355
16355
|
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.1790-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",
|