@regulaforensics/vp-frontend-face-components 8.1.1911-nightly → 8.1.1912-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
|
@@ -9668,7 +9668,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9668
9668
|
metadata: {
|
|
9669
9669
|
serviceUrl: c || Ht,
|
|
9670
9670
|
hostAppId: vT(),
|
|
9671
|
-
sdkVersion: PN("8.1.
|
|
9671
|
+
sdkVersion: PN("8.1.1912-nightly"),
|
|
9672
9672
|
deviceModel: "".concat(tr.osName, "/").concat(tr.osVersion, " ").concat(tr.browserName, "/").concat(tr.fullBrowserVersion),
|
|
9673
9673
|
camera: D.camera
|
|
9674
9674
|
}
|
|
@@ -9678,7 +9678,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9678
9678
|
data: null
|
|
9679
9679
|
}), ou("Service initialized");
|
|
9680
9680
|
} else {
|
|
9681
|
-
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.
|
|
9681
|
+
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1912-nightly"), c || Ht, z);
|
|
9682
9682
|
wt.getInitializingData({
|
|
9683
9683
|
deviceMetadata: v,
|
|
9684
9684
|
tag: j,
|
|
@@ -12238,7 +12238,7 @@ class n6 extends HTMLElement {
|
|
|
12238
12238
|
this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12239
12239
|
}
|
|
12240
12240
|
get version() {
|
|
12241
|
-
return "".concat("8.1.
|
|
12241
|
+
return "".concat("8.1.1912-nightly".trim());
|
|
12242
12242
|
}
|
|
12243
12243
|
set translations(r) {
|
|
12244
12244
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12674,7 +12674,7 @@ class E6 extends HTMLElement {
|
|
|
12674
12674
|
});
|
|
12675
12675
|
}
|
|
12676
12676
|
get version() {
|
|
12677
|
-
return "".concat("8.1.
|
|
12677
|
+
return "".concat("8.1.1912-nightly".trim());
|
|
12678
12678
|
}
|
|
12679
12679
|
set translations(r) {
|
|
12680
12680
|
this._translations = r, 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.1912-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",
|