@regulaforensics/vp-frontend-face-components 8.3.2129-nightly → 8.3.2131-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
|
@@ -9761,7 +9761,7 @@ const DO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), yO = (e) => e ===
|
|
|
9761
9761
|
metadata: {
|
|
9762
9762
|
serviceUrl: c || Jt,
|
|
9763
9763
|
hostAppId: dT(),
|
|
9764
|
-
sdkVersion: _N("8.3.
|
|
9764
|
+
sdkVersion: _N("8.3.2131-nightly"),
|
|
9765
9765
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9766
9766
|
camera: D.camera
|
|
9767
9767
|
}
|
|
@@ -9774,7 +9774,7 @@ const DO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), yO = (e) => e ===
|
|
|
9774
9774
|
const f = yield gE({
|
|
9775
9775
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9776
9776
|
cameraID: D.camera.deviceId,
|
|
9777
|
-
sdkVersion: _N("8.3.
|
|
9777
|
+
sdkVersion: _N("8.3.2131-nightly"),
|
|
9778
9778
|
serviceUrl: c || Jt,
|
|
9779
9779
|
customMetadata: z
|
|
9780
9780
|
});
|
|
@@ -12569,7 +12569,7 @@ class QV extends HTMLElement {
|
|
|
12569
12569
|
this.dispatchEvent(t), bV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12570
12570
|
}
|
|
12571
12571
|
get version() {
|
|
12572
|
-
return "".concat("8.3.
|
|
12572
|
+
return "".concat("8.3.2131-nightly".trim());
|
|
12573
12573
|
}
|
|
12574
12574
|
set translations(r) {
|
|
12575
12575
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13007,7 +13007,7 @@ class XV extends HTMLElement {
|
|
|
13007
13007
|
});
|
|
13008
13008
|
}
|
|
13009
13009
|
get version() {
|
|
13010
|
-
return "".concat("8.3.
|
|
13010
|
+
return "".concat("8.3.2131-nightly".trim());
|
|
13011
13011
|
}
|
|
13012
13012
|
set translations(r) {
|
|
13013
13013
|
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.2131-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",
|