@regulaforensics/vp-frontend-face-components 8.1.1978-nightly → 8.1.1979-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
|
@@ -9674,7 +9674,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9674
9674
|
metadata: {
|
|
9675
9675
|
serviceUrl: c || Ht,
|
|
9676
9676
|
hostAppId: vT(),
|
|
9677
|
-
sdkVersion: PN("8.1.
|
|
9677
|
+
sdkVersion: PN("8.1.1979-nightly"),
|
|
9678
9678
|
deviceModel: "".concat(tr.osName, "/").concat(tr.osVersion, " ").concat(tr.browserName, "/").concat(tr.fullBrowserVersion),
|
|
9679
9679
|
camera: D.camera
|
|
9680
9680
|
}
|
|
@@ -9684,7 +9684,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9684
9684
|
data: null
|
|
9685
9685
|
}), ou("Service initialized");
|
|
9686
9686
|
} else {
|
|
9687
|
-
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.
|
|
9687
|
+
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1979-nightly"), c || Ht, z);
|
|
9688
9688
|
wt.getInitializingData({
|
|
9689
9689
|
deviceMetadata: v,
|
|
9690
9690
|
tag: j,
|
|
@@ -12245,7 +12245,7 @@ class n6 extends HTMLElement {
|
|
|
12245
12245
|
this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12246
12246
|
}
|
|
12247
12247
|
get version() {
|
|
12248
|
-
return "".concat("8.1.
|
|
12248
|
+
return "".concat("8.1.1979-nightly".trim());
|
|
12249
12249
|
}
|
|
12250
12250
|
set translations(r) {
|
|
12251
12251
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12681,7 +12681,7 @@ class E6 extends HTMLElement {
|
|
|
12681
12681
|
});
|
|
12682
12682
|
}
|
|
12683
12683
|
get version() {
|
|
12684
|
-
return "".concat("8.1.
|
|
12684
|
+
return "".concat("8.1.1979-nightly".trim());
|
|
12685
12685
|
}
|
|
12686
12686
|
set translations(r) {
|
|
12687
12687
|
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.1979-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",
|