@regulaforensics/vp-frontend-face-components 8.3.2197-nightly → 8.3.2198-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
|
@@ -9759,7 +9759,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9759
9759
|
metadata: {
|
|
9760
9760
|
serviceUrl: u || qt,
|
|
9761
9761
|
hostAppId: ET(),
|
|
9762
|
-
sdkVersion: YN("8.3.
|
|
9762
|
+
sdkVersion: YN("8.3.2198-nightly"),
|
|
9763
9763
|
deviceModel: "".concat(Fe.osName, "/").concat(Fe.osVersion, " ").concat(Fe.browserName, "/").concat(Fe.fullBrowserVersion),
|
|
9764
9764
|
camera: D.camera
|
|
9765
9765
|
}
|
|
@@ -9772,7 +9772,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9772
9772
|
const v = yield sE({
|
|
9773
9773
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9774
9774
|
cameraID: D.camera.deviceId,
|
|
9775
|
-
sdkVersion: YN("8.3.
|
|
9775
|
+
sdkVersion: YN("8.3.2198-nightly"),
|
|
9776
9776
|
serviceUrl: u || qt,
|
|
9777
9777
|
customMetadata: z
|
|
9778
9778
|
});
|
|
@@ -12819,7 +12819,7 @@ class rK extends HTMLElement {
|
|
|
12819
12819
|
this.dispatchEvent(t), eK("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12820
12820
|
}
|
|
12821
12821
|
get version() {
|
|
12822
|
-
return "".concat("8.3.
|
|
12822
|
+
return "".concat("8.3.2198-nightly".trim());
|
|
12823
12823
|
}
|
|
12824
12824
|
set translations(r) {
|
|
12825
12825
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13265,7 +13265,7 @@ class yK extends HTMLElement {
|
|
|
13265
13265
|
});
|
|
13266
13266
|
}
|
|
13267
13267
|
get version() {
|
|
13268
|
-
return "".concat("8.3.
|
|
13268
|
+
return "".concat("8.3.2198-nightly".trim());
|
|
13269
13269
|
}
|
|
13270
13270
|
set translations(r) {
|
|
13271
13271
|
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.2198-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",
|