@regulaforensics/vp-frontend-face-components 7.1.1689-nightly → 7.1.1690-nightly
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
@@ -13360,7 +13360,7 @@ const FC = 1500, sE = (t) => t * 1e3, Ag = Mn.create("main"), ZC = (t) => t ===
|
|
13360
13360
|
metadata: {
|
13361
13361
|
serviceUrl: y || xa,
|
13362
13362
|
hostAppId: tE(),
|
13363
|
-
sdkVersion: rE("7.1.
|
13363
|
+
sdkVersion: rE("7.1.1690-nightly"),
|
13364
13364
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13365
13365
|
camera: E.camera
|
13366
13366
|
}
|
@@ -13381,7 +13381,7 @@ const FC = 1500, sE = (t) => t * 1e3, Ag = Mn.create("main"), ZC = (t) => t ===
|
|
13381
13381
|
}), Q = {
|
13382
13382
|
platform: "Web",
|
13383
13383
|
osVersion: "".concat(Mr.osVersion),
|
13384
|
-
sdkVersion: rE("7.1.
|
13384
|
+
sdkVersion: rE("7.1.1690-nightly"),
|
13385
13385
|
hostAppId: tE(),
|
13386
13386
|
serviceUrl: y || xa,
|
13387
13387
|
userID: G,
|
@@ -15724,7 +15724,7 @@ class iX extends HTMLElement {
|
|
15724
15724
|
this.dispatchEvent(a), nX("Component event: ".concat(JSON.stringify(a.detail)));
|
15725
15725
|
}
|
15726
15726
|
get version() {
|
15727
|
-
return "".concat("7.1.
|
15727
|
+
return "".concat("7.1.1690-nightly".trim());
|
15728
15728
|
}
|
15729
15729
|
set translations(i) {
|
15730
15730
|
this._translations = i, this._mounted && this.render();
|
@@ -16154,7 +16154,7 @@ class AX extends HTMLElement {
|
|
16154
16154
|
});
|
16155
16155
|
}
|
16156
16156
|
get version() {
|
16157
|
-
return "".concat("7.1.
|
16157
|
+
return "".concat("7.1.1690-nightly".trim());
|
16158
16158
|
}
|
16159
16159
|
set translations(i) {
|
16160
16160
|
this._translations = i, this._mounted && this.render();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
3
|
-
"version": "7.1.
|
3
|
+
"version": "7.1.1690-nightly",
|
4
4
|
"description": "Regula framework agnostic web components to work with webcamera",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"main": "./dist/main.iife.js",
|