@regulaforensics/vp-frontend-face-components 7.1.1677-rc → 7.1.1679-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
@@ -13356,7 +13356,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = un.create("main"), BC = (t) => t ===
|
|
13356
13356
|
metadata: {
|
13357
13357
|
serviceUrl: y || xa,
|
13358
13358
|
hostAppId: rE(),
|
13359
|
-
sdkVersion: eE("7.1.
|
13359
|
+
sdkVersion: eE("7.1.1679-rc"),
|
13360
13360
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13361
13361
|
camera: E.camera
|
13362
13362
|
}
|
@@ -13377,7 +13377,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = un.create("main"), BC = (t) => t ===
|
|
13377
13377
|
}), Q = {
|
13378
13378
|
platform: "Web",
|
13379
13379
|
osVersion: "".concat(Mr.osVersion),
|
13380
|
-
sdkVersion: eE("7.1.
|
13380
|
+
sdkVersion: eE("7.1.1679-rc"),
|
13381
13381
|
hostAppId: rE(),
|
13382
13382
|
serviceUrl: y || xa,
|
13383
13383
|
userID: G,
|
@@ -15728,7 +15728,7 @@ class iX extends HTMLElement {
|
|
15728
15728
|
this.dispatchEvent(a), nX("Component event: ".concat(JSON.stringify(a.detail)));
|
15729
15729
|
}
|
15730
15730
|
get version() {
|
15731
|
-
return "".concat("7.1.
|
15731
|
+
return "".concat("7.1.1679-rc".trim());
|
15732
15732
|
}
|
15733
15733
|
set translations(i) {
|
15734
15734
|
this._translations = i, this._mounted && this.render();
|
@@ -16158,7 +16158,7 @@ class AX extends HTMLElement {
|
|
16158
16158
|
});
|
16159
16159
|
}
|
16160
16160
|
get version() {
|
16161
|
-
return "".concat("7.1.
|
16161
|
+
return "".concat("7.1.1679-rc".trim());
|
16162
16162
|
}
|
16163
16163
|
set translations(i) {
|
16164
16164
|
this._translations = i, this._mounted && this.render();
|
package/package.json
CHANGED