@regulaforensics/vp-frontend-face-components 7.1.1680-nightly → 7.1.1681-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
@@ -13353,7 +13353,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = Mn.create("main"), BC = (t) => t ===
|
|
13353
13353
|
metadata: {
|
13354
13354
|
serviceUrl: y || xa,
|
13355
13355
|
hostAppId: rE(),
|
13356
|
-
sdkVersion: eE("7.1.
|
13356
|
+
sdkVersion: eE("7.1.1681-nightly"),
|
13357
13357
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13358
13358
|
camera: E.camera
|
13359
13359
|
}
|
@@ -13374,7 +13374,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = Mn.create("main"), BC = (t) => t ===
|
|
13374
13374
|
}), Q = {
|
13375
13375
|
platform: "Web",
|
13376
13376
|
osVersion: "".concat(Mr.osVersion),
|
13377
|
-
sdkVersion: eE("7.1.
|
13377
|
+
sdkVersion: eE("7.1.1681-nightly"),
|
13378
13378
|
hostAppId: rE(),
|
13379
13379
|
serviceUrl: y || xa,
|
13380
13380
|
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.1681-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.1681-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.1681-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",
|