@regulaforensics/vp-frontend-face-components 8.3.2154-nightly → 8.3.2156-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
|
@@ -9754,7 +9754,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
|
|
|
9754
9754
|
metadata: {
|
|
9755
9755
|
serviceUrl: c || Jt,
|
|
9756
9756
|
hostAppId: lT(),
|
|
9757
|
-
sdkVersion: QN("8.3.
|
|
9757
|
+
sdkVersion: QN("8.3.2156-nightly"),
|
|
9758
9758
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9759
9759
|
camera: D.camera
|
|
9760
9760
|
}
|
|
@@ -9767,7 +9767,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
|
|
|
9767
9767
|
const f = yield cE({
|
|
9768
9768
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9769
9769
|
cameraID: D.camera.deviceId,
|
|
9770
|
-
sdkVersion: QN("8.3.
|
|
9770
|
+
sdkVersion: QN("8.3.2156-nightly"),
|
|
9771
9771
|
serviceUrl: c || Jt,
|
|
9772
9772
|
customMetadata: z
|
|
9773
9773
|
});
|
|
@@ -12562,7 +12562,7 @@ class kV extends HTMLElement {
|
|
|
12562
12562
|
this.dispatchEvent(t), hV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12563
12563
|
}
|
|
12564
12564
|
get version() {
|
|
12565
|
-
return "".concat("8.3.
|
|
12565
|
+
return "".concat("8.3.2156-nightly".trim());
|
|
12566
12566
|
}
|
|
12567
12567
|
set translations(r) {
|
|
12568
12568
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13000,7 +13000,7 @@ class VV extends HTMLElement {
|
|
|
13000
13000
|
});
|
|
13001
13001
|
}
|
|
13002
13002
|
get version() {
|
|
13003
|
-
return "".concat("8.3.
|
|
13003
|
+
return "".concat("8.3.2156-nightly".trim());
|
|
13004
13004
|
}
|
|
13005
13005
|
set translations(r) {
|
|
13006
13006
|
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.3.
|
|
3
|
+
"version": "8.3.2156-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",
|