@regulaforensics/vp-frontend-face-components 8.2.2059-nightly → 8.2.2060-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
|
@@ -9760,7 +9760,7 @@ const NO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), jO = (e) => e ===
|
|
|
9760
9760
|
metadata: {
|
|
9761
9761
|
serviceUrl: c || Jt,
|
|
9762
9762
|
hostAppId: lT(),
|
|
9763
|
-
sdkVersion: _N("8.2.
|
|
9763
|
+
sdkVersion: _N("8.2.2060-nightly"),
|
|
9764
9764
|
deviceModel: "".concat(Ze.osName, "/").concat(Ze.osVersion, " ").concat(Ze.browserName, "/").concat(Ze.fullBrowserVersion),
|
|
9765
9765
|
camera: D.camera
|
|
9766
9766
|
}
|
|
@@ -9773,7 +9773,7 @@ const NO = 1500, GD = (e) => e * 1e3, su = Vr.create("main"), jO = (e) => e ===
|
|
|
9773
9773
|
const v = yield IE({
|
|
9774
9774
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9775
9775
|
cameraID: D.camera.deviceId,
|
|
9776
|
-
sdkVersion: _N("8.2.
|
|
9776
|
+
sdkVersion: _N("8.2.2060-nightly"),
|
|
9777
9777
|
serviceUrl: c || Jt,
|
|
9778
9778
|
customMetadata: z
|
|
9779
9779
|
});
|
|
@@ -12565,7 +12565,7 @@ class UV extends HTMLElement {
|
|
|
12565
12565
|
this.dispatchEvent(t), kV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12566
12566
|
}
|
|
12567
12567
|
get version() {
|
|
12568
|
-
return "".concat("8.2.
|
|
12568
|
+
return "".concat("8.2.2060-nightly".trim());
|
|
12569
12569
|
}
|
|
12570
12570
|
set translations(r) {
|
|
12571
12571
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13003,7 +13003,7 @@ class JV extends HTMLElement {
|
|
|
13003
13003
|
});
|
|
13004
13004
|
}
|
|
13005
13005
|
get version() {
|
|
13006
|
-
return "".concat("8.2.
|
|
13006
|
+
return "".concat("8.2.2060-nightly".trim());
|
|
13007
13007
|
}
|
|
13008
13008
|
set translations(r) {
|
|
13009
13009
|
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.2060-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",
|