@regulaforensics/vp-frontend-face-components 8.2.2074-rc → 8.2.2075-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
|
@@ -6184,7 +6184,7 @@ const ux = Vr.create("main"), VN = {
|
|
|
6184
6184
|
livenessType: Wt.ACTIVE,
|
|
6185
6185
|
holdStillDuration: void 0,
|
|
6186
6186
|
timeoutInterval: void 0,
|
|
6187
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/
|
|
6187
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/aa87da17-60777f03",
|
|
6188
6188
|
detectOcclusion: !0,
|
|
6189
6189
|
captureButton: !1
|
|
6190
6190
|
}, cx = (e) => yo(yo({}, VN), {}, {
|
|
@@ -9317,7 +9317,7 @@ class Xz {
|
|
|
9317
9317
|
}
|
|
9318
9318
|
prepare(r) {
|
|
9319
9319
|
return Dr(this, null, function* () {
|
|
9320
|
-
const t = "Liveness.worker.js", n = oe.getState().workerPath, M = Vz(n), i = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/
|
|
9320
|
+
const t = "Liveness.worker.js", n = oe.getState().workerPath, M = Vz(n), i = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/aa87da17-60777f03";
|
|
9321
9321
|
try {
|
|
9322
9322
|
let o = yield (yield fetch(M + "/" + t)).text();
|
|
9323
9323
|
i || (o = LE(o, M));
|
|
@@ -9335,7 +9335,7 @@ class Xz {
|
|
|
9335
9335
|
}), this.worker.postMessage({
|
|
9336
9336
|
target: "worker-init",
|
|
9337
9337
|
URL: document.URL,
|
|
9338
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/
|
|
9338
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/aa87da17-60777f03",
|
|
9339
9339
|
preMain: !0
|
|
9340
9340
|
}));
|
|
9341
9341
|
});
|
|
@@ -9708,7 +9708,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9708
9708
|
metadata: {
|
|
9709
9709
|
serviceUrl: u || Ht,
|
|
9710
9710
|
hostAppId: yT(),
|
|
9711
|
-
sdkVersion: QN("8.2.
|
|
9711
|
+
sdkVersion: QN("8.2.2075-nightly"),
|
|
9712
9712
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9713
9713
|
camera: D.camera
|
|
9714
9714
|
}
|
|
@@ -9721,7 +9721,7 @@ const IO = 1500, PD = (e) => e * 1e3, uu = Vr.create("main"), sO = (e) => e ===
|
|
|
9721
9721
|
const S = yield oE({
|
|
9722
9722
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9723
9723
|
cameraID: D.camera.deviceId,
|
|
9724
|
-
sdkVersion: QN("8.2.
|
|
9724
|
+
sdkVersion: QN("8.2.2075-nightly"),
|
|
9725
9725
|
serviceUrl: u || Ht,
|
|
9726
9726
|
customMetadata: z
|
|
9727
9727
|
});
|
|
@@ -12454,7 +12454,7 @@ class wV extends HTMLElement {
|
|
|
12454
12454
|
this.dispatchEvent(t), fV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12455
12455
|
}
|
|
12456
12456
|
get version() {
|
|
12457
|
-
return "".concat("8.2.
|
|
12457
|
+
return "".concat("8.2.2075-nightly".trim());
|
|
12458
12458
|
}
|
|
12459
12459
|
set translations(r) {
|
|
12460
12460
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12892,7 +12892,7 @@ class HV extends HTMLElement {
|
|
|
12892
12892
|
});
|
|
12893
12893
|
}
|
|
12894
12894
|
get version() {
|
|
12895
|
-
return "".concat("8.2.
|
|
12895
|
+
return "".concat("8.2.2075-nightly".trim());
|
|
12896
12896
|
}
|
|
12897
12897
|
set translations(r) {
|
|
12898
12898
|
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.2075-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",
|