@regulaforensics/vp-frontend-face-components 8.1.1874-nightly → 8.1.1875-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
|
@@ -13552,7 +13552,7 @@ const ip = 1500, jE = (r) => r * 1e3, Ll = un.create("main"), ap = (r) => r ===
|
|
|
13552
13552
|
metadata: {
|
|
13553
13553
|
serviceUrl: D || fa,
|
|
13554
13554
|
hostAppId: ux(),
|
|
13555
|
-
sdkVersion: vA("8.1.
|
|
13555
|
+
sdkVersion: vA("8.1.1875-nightly"),
|
|
13556
13556
|
deviceModel: "".concat(Ut.osName, "/").concat(Ut.osVersion, " ").concat(Ut.browserName, "/").concat(Ut.fullBrowserVersion),
|
|
13557
13557
|
camera: A.camera
|
|
13558
13558
|
}
|
|
@@ -13562,7 +13562,7 @@ const ip = 1500, jE = (r) => r * 1e3, Ll = un.create("main"), ap = (r) => r ===
|
|
|
13562
13562
|
data: null
|
|
13563
13563
|
}), Ll("Service initialized");
|
|
13564
13564
|
} else {
|
|
13565
|
-
const H = AL([...A.sortedDevices.frontCameras, ...A.sortedDevices.backCameras], A.camera.deviceId, vA("8.1.
|
|
13565
|
+
const H = AL([...A.sortedDevices.frontCameras, ...A.sortedDevices.backCameras], A.camera.deviceId, vA("8.1.1875-nightly"), D || fa, k);
|
|
13566
13566
|
Ri.getInitializingData({
|
|
13567
13567
|
deviceMetadata: H,
|
|
13568
13568
|
tag: x,
|
|
@@ -15995,7 +15995,7 @@ class Hq extends HTMLElement {
|
|
|
15995
15995
|
this.dispatchEvent(a), Bq("Component event: ".concat(JSON.stringify(a.detail)));
|
|
15996
15996
|
}
|
|
15997
15997
|
get version() {
|
|
15998
|
-
return "".concat("8.1.
|
|
15998
|
+
return "".concat("8.1.1875-nightly".trim());
|
|
15999
15999
|
}
|
|
16000
16000
|
set translations(i) {
|
|
16001
16001
|
this._translations = i, this._mounted && this.render();
|
|
@@ -16419,7 +16419,7 @@ class oK extends HTMLElement {
|
|
|
16419
16419
|
});
|
|
16420
16420
|
}
|
|
16421
16421
|
get version() {
|
|
16422
|
-
return "".concat("8.1.
|
|
16422
|
+
return "".concat("8.1.1875-nightly".trim());
|
|
16423
16423
|
}
|
|
16424
16424
|
set translations(i) {
|
|
16425
16425
|
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": "8.1.
|
|
3
|
+
"version": "8.1.1875-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",
|