@regulaforensics/vp-frontend-face-components 8.3.2191-rc → 8.3.2193-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
|
@@ -9759,7 +9759,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9759
9759
|
metadata: {
|
|
9760
9760
|
serviceUrl: u || qt,
|
|
9761
9761
|
hostAppId: ET(),
|
|
9762
|
-
sdkVersion: YN("8.3.
|
|
9762
|
+
sdkVersion: YN("8.3.2193-rc"),
|
|
9763
9763
|
deviceModel: "".concat(Fe.osName, "/").concat(Fe.osVersion, " ").concat(Fe.browserName, "/").concat(Fe.fullBrowserVersion),
|
|
9764
9764
|
camera: D.camera
|
|
9765
9765
|
}
|
|
@@ -9772,7 +9772,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9772
9772
|
const v = yield sE({
|
|
9773
9773
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9774
9774
|
cameraID: D.camera.deviceId,
|
|
9775
|
-
sdkVersion: YN("8.3.
|
|
9775
|
+
sdkVersion: YN("8.3.2193-rc"),
|
|
9776
9776
|
serviceUrl: u || qt,
|
|
9777
9777
|
customMetadata: z
|
|
9778
9778
|
});
|
|
@@ -12819,7 +12819,7 @@ class rK extends HTMLElement {
|
|
|
12819
12819
|
this.dispatchEvent(t), eK("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12820
12820
|
}
|
|
12821
12821
|
get version() {
|
|
12822
|
-
return "".concat("8.3.
|
|
12822
|
+
return "".concat("8.3.2193-rc".trim());
|
|
12823
12823
|
}
|
|
12824
12824
|
set translations(r) {
|
|
12825
12825
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13260,7 +13260,7 @@ class yK extends HTMLElement {
|
|
|
13260
13260
|
});
|
|
13261
13261
|
}
|
|
13262
13262
|
get version() {
|
|
13263
|
-
return "".concat("8.3.
|
|
13263
|
+
return "".concat("8.3.2193-rc".trim());
|
|
13264
13264
|
}
|
|
13265
13265
|
set translations(r) {
|
|
13266
13266
|
this._translations = r, this._mounted && this.render();
|
package/package.json
CHANGED