@regulaforensics/vp-frontend-face-components 8.2.2025-nightly → 8.2.2027-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
|
@@ -9708,7 +9708,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9708
9708
|
metadata: {
|
|
9709
9709
|
serviceUrl: u || Ht,
|
|
9710
9710
|
hostAppId: yT(),
|
|
9711
|
-
sdkVersion: QN("8.2.
|
|
9711
|
+
sdkVersion: QN("8.2.2027-nightly"),
|
|
9712
9712
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9713
9713
|
camera: D.camera
|
|
9714
9714
|
}
|
|
@@ -9721,7 +9721,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9721
9721
|
const S = yield oE({
|
|
9722
9722
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9723
9723
|
cameraID: D.camera.deviceId,
|
|
9724
|
-
sdkVersion: QN("8.2.
|
|
9724
|
+
sdkVersion: QN("8.2.2027-nightly"),
|
|
9725
9725
|
serviceUrl: u || Ht,
|
|
9726
9726
|
customMetadata: z
|
|
9727
9727
|
});
|
|
@@ -12348,7 +12348,7 @@ class kW extends HTMLElement {
|
|
|
12348
12348
|
this.dispatchEvent(t), hW("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12349
12349
|
}
|
|
12350
12350
|
get version() {
|
|
12351
|
-
return "".concat("8.2.
|
|
12351
|
+
return "".concat("8.2.2027-nightly".trim());
|
|
12352
12352
|
}
|
|
12353
12353
|
set translations(r) {
|
|
12354
12354
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12784,7 +12784,7 @@ class VW extends HTMLElement {
|
|
|
12784
12784
|
});
|
|
12785
12785
|
}
|
|
12786
12786
|
get version() {
|
|
12787
|
-
return "".concat("8.2.
|
|
12787
|
+
return "".concat("8.2.2027-nightly".trim());
|
|
12788
12788
|
}
|
|
12789
12789
|
set translations(r) {
|
|
12790
12790
|
this._translations = r, this._mounted && this.render();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2027-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",
|