@regulaforensics/vp-frontend-face-components 8.3.2209-nightly → 8.3.2210-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 +2 -2
- package/dist/main.js +7 -7
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6182,7 +6182,7 @@ const jd = Jr.create("main"), JN = {
|
|
|
6182
6182
|
livenessType: ei.ACTIVE,
|
|
6183
6183
|
holdStillDuration: void 0,
|
|
6184
6184
|
timeoutInterval: void 0,
|
|
6185
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-
|
|
6185
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-9a35142e",
|
|
6186
6186
|
detectOcclusion: !0,
|
|
6187
6187
|
captureButton: !1
|
|
6188
6188
|
}, Dd = (e) => xo(xo({}, JN), {}, {
|
|
@@ -9414,7 +9414,7 @@ class M0 {
|
|
|
9414
9414
|
}
|
|
9415
9415
|
prepare(r) {
|
|
9416
9416
|
return Dr(this, null, function* () {
|
|
9417
|
-
const t = "Liveness.worker.js", i = Me.getState().workerPath, n = t0(i), M = Me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-
|
|
9417
|
+
const t = "Liveness.worker.js", i = Me.getState().workerPath, n = t0(i), M = Me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-9a35142e";
|
|
9418
9418
|
try {
|
|
9419
9419
|
let o = yield (yield fetch(n + "/" + t)).text();
|
|
9420
9420
|
M || (o = fE(o, n));
|
|
@@ -9432,7 +9432,7 @@ class M0 {
|
|
|
9432
9432
|
}), this.worker.postMessage({
|
|
9433
9433
|
target: "worker-init",
|
|
9434
9434
|
URL: document.URL,
|
|
9435
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-
|
|
9435
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/10f9c0f7-9a35142e",
|
|
9436
9436
|
preMain: !0
|
|
9437
9437
|
}));
|
|
9438
9438
|
});
|
|
@@ -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.2210-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.2210-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.2210-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.2210-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.2210-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",
|