@regulaforensics/vp-frontend-face-components 8.1.1996-nightly → 8.1.1997-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
|
@@ -6191,7 +6191,7 @@ const lx = Vr.create("main"), XN = {
|
|
|
6191
6191
|
livenessType: Wt.ACTIVE,
|
|
6192
6192
|
holdStillDuration: void 0,
|
|
6193
6193
|
timeoutInterval: void 0,
|
|
6194
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/
|
|
6194
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/932ef6ff-5f826060",
|
|
6195
6195
|
detectOcclusion: !0,
|
|
6196
6196
|
captureButton: !1
|
|
6197
6197
|
}, Ax = (e) => No(No({}, XN), {}, {
|
|
@@ -9304,7 +9304,7 @@ class nO {
|
|
|
9304
9304
|
}
|
|
9305
9305
|
prepare(r) {
|
|
9306
9306
|
return Dr(this, null, function* () {
|
|
9307
|
-
const t = "Liveness.worker.js", M = oe.getState().workerPath, i = tO(M), n = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/
|
|
9307
|
+
const t = "Liveness.worker.js", M = oe.getState().workerPath, i = tO(M), n = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/932ef6ff-5f826060";
|
|
9308
9308
|
try {
|
|
9309
9309
|
let o = yield (yield fetch(i + "/" + t)).text();
|
|
9310
9310
|
n || (o = UE(o, i));
|
|
@@ -9322,7 +9322,7 @@ class nO {
|
|
|
9322
9322
|
}), this.worker.postMessage({
|
|
9323
9323
|
target: "worker-init",
|
|
9324
9324
|
URL: document.URL,
|
|
9325
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/
|
|
9325
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/932ef6ff-5f826060",
|
|
9326
9326
|
preMain: !0
|
|
9327
9327
|
}));
|
|
9328
9328
|
});
|
|
@@ -9695,7 +9695,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9695
9695
|
metadata: {
|
|
9696
9696
|
serviceUrl: c || Ht,
|
|
9697
9697
|
hostAppId: vT(),
|
|
9698
|
-
sdkVersion: PN("8.1.
|
|
9698
|
+
sdkVersion: PN("8.1.1997-nightly"),
|
|
9699
9699
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9700
9700
|
camera: D.camera
|
|
9701
9701
|
}
|
|
@@ -9708,7 +9708,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9708
9708
|
const v = yield TE({
|
|
9709
9709
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9710
9710
|
cameraID: D.camera.deviceId,
|
|
9711
|
-
sdkVersion: PN("8.1.
|
|
9711
|
+
sdkVersion: PN("8.1.1997-nightly"),
|
|
9712
9712
|
serviceUrl: c || Ht,
|
|
9713
9713
|
customMetadata: z
|
|
9714
9714
|
});
|
|
@@ -12274,7 +12274,7 @@ class n6 extends HTMLElement {
|
|
|
12274
12274
|
this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12275
12275
|
}
|
|
12276
12276
|
get version() {
|
|
12277
|
-
return "".concat("8.1.
|
|
12277
|
+
return "".concat("8.1.1997-nightly".trim());
|
|
12278
12278
|
}
|
|
12279
12279
|
set translations(r) {
|
|
12280
12280
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12710,7 +12710,7 @@ class E6 extends HTMLElement {
|
|
|
12710
12710
|
});
|
|
12711
12711
|
}
|
|
12712
12712
|
get version() {
|
|
12713
|
-
return "".concat("8.1.
|
|
12713
|
+
return "".concat("8.1.1997-nightly".trim());
|
|
12714
12714
|
}
|
|
12715
12715
|
set translations(r) {
|
|
12716
12716
|
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.1.
|
|
3
|
+
"version": "8.1.1997-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",
|