@regulaforensics/vp-frontend-face-components 8.2.2007-nightly → 8.2.2008-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
|
@@ -9707,7 +9707,7 @@ const cO = 1500, PD = (e) => e * 1e3, ou = Vr.create("main"), IO = (e) => e ===
|
|
|
9707
9707
|
metadata: {
|
|
9708
9708
|
serviceUrl: u || Ht,
|
|
9709
9709
|
hostAppId: yT(),
|
|
9710
|
-
sdkVersion: QN("8.2.
|
|
9710
|
+
sdkVersion: QN("8.2.2008-nightly"),
|
|
9711
9711
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9712
9712
|
camera: D.camera
|
|
9713
9713
|
}
|
|
@@ -9720,7 +9720,7 @@ const cO = 1500, PD = (e) => e * 1e3, ou = Vr.create("main"), IO = (e) => e ===
|
|
|
9720
9720
|
const S = yield aE({
|
|
9721
9721
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9722
9722
|
cameraID: D.camera.deviceId,
|
|
9723
|
-
sdkVersion: QN("8.2.
|
|
9723
|
+
sdkVersion: QN("8.2.2008-nightly"),
|
|
9724
9724
|
serviceUrl: u || Ht,
|
|
9725
9725
|
customMetadata: z
|
|
9726
9726
|
});
|
|
@@ -12286,7 +12286,7 @@ class qW extends HTMLElement {
|
|
|
12286
12286
|
this.dispatchEvent(t), JW("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12287
12287
|
}
|
|
12288
12288
|
get version() {
|
|
12289
|
-
return "".concat("8.2.
|
|
12289
|
+
return "".concat("8.2.2008-nightly".trim());
|
|
12290
12290
|
}
|
|
12291
12291
|
set translations(r) {
|
|
12292
12292
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12722,7 +12722,7 @@ class g6 extends HTMLElement {
|
|
|
12722
12722
|
});
|
|
12723
12723
|
}
|
|
12724
12724
|
get version() {
|
|
12725
|
-
return "".concat("8.2.
|
|
12725
|
+
return "".concat("8.2.2008-nightly".trim());
|
|
12726
12726
|
}
|
|
12727
12727
|
set translations(r) {
|
|
12728
12728
|
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.2008-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",
|