@regulaforensics/vp-frontend-face-components 7.2.1828-rc → 7.2.1830-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
@@ -13514,7 +13514,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13514
13514
|
metadata: {
|
13515
13515
|
serviceUrl: D || za,
|
13516
13516
|
hostAppId: ux(),
|
13517
|
-
sdkVersion: BA("7.2.
|
13517
|
+
sdkVersion: BA("7.2.1830-rc"),
|
13518
13518
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13519
13519
|
camera: x.camera
|
13520
13520
|
}
|
@@ -13524,7 +13524,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13524
13524
|
data: null
|
13525
13525
|
}), zl("Service initialized");
|
13526
13526
|
} else {
|
13527
|
-
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.
|
13527
|
+
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.1830-rc"), D || za, U);
|
13528
13528
|
Pi.getInitializingData({
|
13529
13529
|
deviceMetadata: W,
|
13530
13530
|
tag: d,
|
@@ -15917,7 +15917,7 @@ class aq extends HTMLElement {
|
|
15917
15917
|
this.dispatchEvent(a), iq("Component event: ".concat(JSON.stringify(a.detail)));
|
15918
15918
|
}
|
15919
15919
|
get version() {
|
15920
|
-
return "".concat("7.2.
|
15920
|
+
return "".concat("7.2.1830-rc".trim());
|
15921
15921
|
}
|
15922
15922
|
set translations(i) {
|
15923
15923
|
this._translations = i, this._mounted && this.render();
|
@@ -16347,7 +16347,7 @@ class dq extends HTMLElement {
|
|
16347
16347
|
});
|
16348
16348
|
}
|
16349
16349
|
get version() {
|
16350
|
-
return "".concat("7.2.
|
16350
|
+
return "".concat("7.2.1830-rc".trim());
|
16351
16351
|
}
|
16352
16352
|
set translations(i) {
|
16353
16353
|
this._translations = i, this._mounted && this.render();
|
package/package.json
CHANGED