@regulaforensics/vp-frontend-face-components 8.3.2208-nightly → 8.3.2209-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
|
@@ -9805,7 +9805,7 @@ const T0 = 1500, GD = (e) => e * 1e3, Nu = Jr.create("main"), l0 = (e) => e ===
|
|
|
9805
9805
|
metadata: {
|
|
9806
9806
|
serviceUrl: I || Xt,
|
|
9807
9807
|
hostAppId: xT(),
|
|
9808
|
-
sdkVersion: YN("8.3.
|
|
9808
|
+
sdkVersion: YN("8.3.2209-nightly"),
|
|
9809
9809
|
deviceModel: "".concat(Fe.osName, "/").concat(Fe.osVersion, " ").concat(Fe.browserName, "/").concat(Fe.fullBrowserVersion),
|
|
9810
9810
|
camera: D.camera
|
|
9811
9811
|
}
|
|
@@ -9818,7 +9818,7 @@ const T0 = 1500, GD = (e) => e * 1e3, Nu = Jr.create("main"), l0 = (e) => e ===
|
|
|
9818
9818
|
const v = yield NE({
|
|
9819
9819
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9820
9820
|
cameraID: D.camera.deviceId,
|
|
9821
|
-
sdkVersion: YN("8.3.
|
|
9821
|
+
sdkVersion: YN("8.3.2209-nightly"),
|
|
9822
9822
|
serviceUrl: I || Xt,
|
|
9823
9823
|
customMetadata: z
|
|
9824
9824
|
});
|
|
@@ -12865,7 +12865,7 @@ class nK extends HTMLElement {
|
|
|
12865
12865
|
this.dispatchEvent(t), iK("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12866
12866
|
}
|
|
12867
12867
|
get version() {
|
|
12868
|
-
return "".concat("8.3.
|
|
12868
|
+
return "".concat("8.3.2209-nightly".trim());
|
|
12869
12869
|
}
|
|
12870
12870
|
set translations(r) {
|
|
12871
12871
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13311,7 +13311,7 @@ class AK extends HTMLElement {
|
|
|
13311
13311
|
});
|
|
13312
13312
|
}
|
|
13313
13313
|
get version() {
|
|
13314
|
-
return "".concat("8.3.
|
|
13314
|
+
return "".concat("8.3.2209-nightly".trim());
|
|
13315
13315
|
}
|
|
13316
13316
|
set translations(r) {
|
|
13317
13317
|
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.2209-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",
|