@regulaforensics/vp-frontend-face-components 8.1.1953-rc → 8.1.1955-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
|
@@ -9666,7 +9666,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9666
9666
|
metadata: {
|
|
9667
9667
|
serviceUrl: c || Ht,
|
|
9668
9668
|
hostAppId: vT(),
|
|
9669
|
-
sdkVersion: PN("8.1.
|
|
9669
|
+
sdkVersion: PN("8.1.1955-rc"),
|
|
9670
9670
|
deviceModel: "".concat(tr.osName, "/").concat(tr.osVersion, " ").concat(tr.browserName, "/").concat(tr.fullBrowserVersion),
|
|
9671
9671
|
camera: D.camera
|
|
9672
9672
|
}
|
|
@@ -9676,7 +9676,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9676
9676
|
data: null
|
|
9677
9677
|
}), ou("Service initialized");
|
|
9678
9678
|
} else {
|
|
9679
|
-
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.
|
|
9679
|
+
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1955-rc"), c || Ht, z);
|
|
9680
9680
|
wt.getInitializingData({
|
|
9681
9681
|
deviceMetadata: v,
|
|
9682
9682
|
tag: j,
|
|
@@ -12234,7 +12234,7 @@ class n6 extends HTMLElement {
|
|
|
12234
12234
|
this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12235
12235
|
}
|
|
12236
12236
|
get version() {
|
|
12237
|
-
return "".concat("8.1.
|
|
12237
|
+
return "".concat("8.1.1955-rc".trim());
|
|
12238
12238
|
}
|
|
12239
12239
|
set translations(r) {
|
|
12240
12240
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12670,7 +12670,7 @@ class E6 extends HTMLElement {
|
|
|
12670
12670
|
});
|
|
12671
12671
|
}
|
|
12672
12672
|
get version() {
|
|
12673
|
-
return "".concat("8.1.
|
|
12673
|
+
return "".concat("8.1.1955-rc".trim());
|
|
12674
12674
|
}
|
|
12675
12675
|
set translations(r) {
|
|
12676
12676
|
this._translations = r, this._mounted && this.render();
|
package/package.json
CHANGED