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