@regulaforensics/vp-frontend-face-components 8.3.2176-nightly → 8.3.2178-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 gd = 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/
|
|
6185
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/efd3ad0a-20be473a",
|
|
6186
6186
|
detectOcclusion: !0,
|
|
6187
6187
|
captureButton: !1
|
|
6188
6188
|
}, Nd = (e) => Eo(Eo({}, JN), {}, {
|
|
@@ -9368,7 +9368,7 @@ class t0 {
|
|
|
9368
9368
|
}
|
|
9369
9369
|
prepare(r) {
|
|
9370
9370
|
return Dr(this, null, function* () {
|
|
9371
|
-
const t = "Liveness.worker.js", i = Me.getState().workerPath, n = Kz(i), M = Me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/
|
|
9371
|
+
const t = "Liveness.worker.js", i = Me.getState().workerPath, n = Kz(i), M = Me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/efd3ad0a-20be473a";
|
|
9372
9372
|
try {
|
|
9373
9373
|
let o = yield (yield fetch(n + "/" + t)).text();
|
|
9374
9374
|
M || (o = vE(o, n));
|
|
@@ -9386,7 +9386,7 @@ class t0 {
|
|
|
9386
9386
|
}), this.worker.postMessage({
|
|
9387
9387
|
target: "worker-init",
|
|
9388
9388
|
URL: document.URL,
|
|
9389
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/
|
|
9389
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/efd3ad0a-20be473a",
|
|
9390
9390
|
preMain: !0
|
|
9391
9391
|
}));
|
|
9392
9392
|
});
|
|
@@ -9759,7 +9759,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9759
9759
|
metadata: {
|
|
9760
9760
|
serviceUrl: u || qt,
|
|
9761
9761
|
hostAppId: ET(),
|
|
9762
|
-
sdkVersion: YN("8.3.
|
|
9762
|
+
sdkVersion: YN("8.3.2178-nightly"),
|
|
9763
9763
|
deviceModel: "".concat(Fe.osName, "/").concat(Fe.osVersion, " ").concat(Fe.browserName, "/").concat(Fe.fullBrowserVersion),
|
|
9764
9764
|
camera: D.camera
|
|
9765
9765
|
}
|
|
@@ -9772,7 +9772,7 @@ const j0 = 1500, _D = (e) => e * 1e3, gu = Jr.create("main"), D0 = (e) => e ===
|
|
|
9772
9772
|
const v = yield sE({
|
|
9773
9773
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9774
9774
|
cameraID: D.camera.deviceId,
|
|
9775
|
-
sdkVersion: YN("8.3.
|
|
9775
|
+
sdkVersion: YN("8.3.2178-nightly"),
|
|
9776
9776
|
serviceUrl: u || qt,
|
|
9777
9777
|
customMetadata: z
|
|
9778
9778
|
});
|
|
@@ -12819,7 +12819,7 @@ class rK extends HTMLElement {
|
|
|
12819
12819
|
this.dispatchEvent(t), eK("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12820
12820
|
}
|
|
12821
12821
|
get version() {
|
|
12822
|
-
return "".concat("8.3.
|
|
12822
|
+
return "".concat("8.3.2178-nightly".trim());
|
|
12823
12823
|
}
|
|
12824
12824
|
set translations(r) {
|
|
12825
12825
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13260,7 +13260,7 @@ class yK extends HTMLElement {
|
|
|
13260
13260
|
});
|
|
13261
13261
|
}
|
|
13262
13262
|
get version() {
|
|
13263
|
-
return "".concat("8.3.
|
|
13263
|
+
return "".concat("8.3.2178-nightly".trim());
|
|
13264
13264
|
}
|
|
13265
13265
|
set translations(r) {
|
|
13266
13266
|
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.2178-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",
|