@regulaforensics/vp-frontend-face-components 8.1.1864-nightly → 8.1.1865-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
|
@@ -13527,7 +13527,7 @@ const qC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), KC = (t) => t ===
|
|
|
13527
13527
|
metadata: {
|
|
13528
13528
|
serviceUrl: D || za,
|
|
13529
13529
|
hostAppId: ux(),
|
|
13530
|
-
sdkVersion: BA("8.1.
|
|
13530
|
+
sdkVersion: BA("8.1.1865-nightly"),
|
|
13531
13531
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
|
13532
13532
|
camera: x.camera
|
|
13533
13533
|
}
|
|
@@ -13537,7 +13537,7 @@ const qC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), KC = (t) => t ===
|
|
|
13537
13537
|
data: null
|
|
13538
13538
|
}), zl("Service initialized");
|
|
13539
13539
|
} else {
|
|
13540
|
-
const W = pO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("8.1.
|
|
13540
|
+
const W = pO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("8.1.1865-nightly"), D || za, U);
|
|
13541
13541
|
Pi.getInitializingData({
|
|
13542
13542
|
deviceMetadata: W,
|
|
13543
13543
|
tag: d,
|
|
@@ -15930,7 +15930,7 @@ class Mq extends HTMLElement {
|
|
|
15930
15930
|
this.dispatchEvent(a), aq("Component event: ".concat(JSON.stringify(a.detail)));
|
|
15931
15931
|
}
|
|
15932
15932
|
get version() {
|
|
15933
|
-
return "".concat("8.1.
|
|
15933
|
+
return "".concat("8.1.1865-nightly".trim());
|
|
15934
15934
|
}
|
|
15935
15935
|
set translations(i) {
|
|
15936
15936
|
this._translations = i, this._mounted && this.render();
|
|
@@ -16360,7 +16360,7 @@ class Eq extends HTMLElement {
|
|
|
16360
16360
|
});
|
|
16361
16361
|
}
|
|
16362
16362
|
get version() {
|
|
16363
|
-
return "".concat("8.1.
|
|
16363
|
+
return "".concat("8.1.1865-nightly".trim());
|
|
16364
16364
|
}
|
|
16365
16365
|
set translations(i) {
|
|
16366
16366
|
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.1865-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",
|