@regulaforensics/vp-frontend-face-components 6.4.1451-nightly → 6.4.1452-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
@@ -12650,7 +12650,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12650
12650
|
config: D,
|
12651
12651
|
metadata: {
|
12652
12652
|
hostAppId: e.url || Ri,
|
12653
|
-
sdkVersion: XT("6.4.
|
12653
|
+
sdkVersion: XT("6.4.1452-nightly"),
|
12654
12654
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
12655
12655
|
camera: e.videoStatusParams.camera
|
12656
12656
|
}
|
@@ -12671,7 +12671,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12671
12671
|
}), j = {
|
12672
12672
|
platform: "Web",
|
12673
12673
|
osVersion: "".concat(ql),
|
12674
|
-
sdkVersion: XT("6.4.
|
12674
|
+
sdkVersion: XT("6.4.1452-nightly"),
|
12675
12675
|
hostAppId: e.url || Ri,
|
12676
12676
|
userID: c,
|
12677
12677
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
@@ -14773,7 +14773,7 @@ class Z4e extends HTMLElement {
|
|
14773
14773
|
this.dispatchEvent(r), _4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14774
14774
|
}
|
14775
14775
|
get version() {
|
14776
|
-
return "".concat("6.4.
|
14776
|
+
return "".concat("6.4.1452-nightly".trim());
|
14777
14777
|
}
|
14778
14778
|
set translations(t) {
|
14779
14779
|
this._translations = t, this._mounted && this.render();
|
@@ -15121,7 +15121,7 @@ class lje extends HTMLElement {
|
|
15121
15121
|
});
|
15122
15122
|
}
|
15123
15123
|
get version() {
|
15124
|
-
return "".concat("6.4.
|
15124
|
+
return "".concat("6.4.1452-nightly".trim());
|
15125
15125
|
}
|
15126
15126
|
set translations(t) {
|
15127
15127
|
this._translations = t, this._mounted && this.render();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
3
|
-
"version": "6.4.
|
3
|
+
"version": "6.4.1452-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",
|