@regulaforensics/vp-frontend-face-components 8.2.2074-rc → 8.2.2076-rc
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
|
@@ -9708,7 +9708,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9708
9708
|
metadata: {
|
|
9709
9709
|
serviceUrl: u || Ht,
|
|
9710
9710
|
hostAppId: yT(),
|
|
9711
|
-
sdkVersion: QN("8.2.
|
|
9711
|
+
sdkVersion: QN("8.2.2076-rc"),
|
|
9712
9712
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9713
9713
|
camera: D.camera
|
|
9714
9714
|
}
|
|
@@ -9721,7 +9721,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9721
9721
|
const S = yield oE({
|
|
9722
9722
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9723
9723
|
cameraID: D.camera.deviceId,
|
|
9724
|
-
sdkVersion: QN("8.2.
|
|
9724
|
+
sdkVersion: QN("8.2.2076-rc"),
|
|
9725
9725
|
serviceUrl: u || Ht,
|
|
9726
9726
|
customMetadata: z
|
|
9727
9727
|
});
|
|
@@ -12454,7 +12454,7 @@ class wV extends HTMLElement {
|
|
|
12454
12454
|
this.dispatchEvent(t), fV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12455
12455
|
}
|
|
12456
12456
|
get version() {
|
|
12457
|
-
return "".concat("8.2.
|
|
12457
|
+
return "".concat("8.2.2076-rc".trim());
|
|
12458
12458
|
}
|
|
12459
12459
|
set translations(r) {
|
|
12460
12460
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12892,7 +12892,7 @@ class HV extends HTMLElement {
|
|
|
12892
12892
|
});
|
|
12893
12893
|
}
|
|
12894
12894
|
get version() {
|
|
12895
|
-
return "".concat("8.2.
|
|
12895
|
+
return "".concat("8.2.2076-rc".trim());
|
|
12896
12896
|
}
|
|
12897
12897
|
set translations(r) {
|
|
12898
12898
|
this._translations = r, this._mounted && this.render();
|
package/package.json
CHANGED