@regulaforensics/vp-frontend-face-components 8.1.1981-rc → 8.1.1982-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
|
@@ -6171,7 +6171,7 @@ const lx = Vr.create("main"), XN = {
|
|
|
6171
6171
|
livenessType: Wt.ACTIVE,
|
|
6172
6172
|
holdStillDuration: void 0,
|
|
6173
6173
|
timeoutInterval: void 0,
|
|
6174
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/
|
|
6174
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/263a1061-0a63c6a8",
|
|
6175
6175
|
detectOcclusion: !0,
|
|
6176
6176
|
captureButton: !1
|
|
6177
6177
|
}, Ax = (e) => No(No({}, XN), {}, {
|
|
@@ -9284,7 +9284,7 @@ class nO {
|
|
|
9284
9284
|
}
|
|
9285
9285
|
prepare(r) {
|
|
9286
9286
|
return Er(this, null, function* () {
|
|
9287
|
-
const t = "Liveness.worker.js", M = oe.getState().workerPath, i = tO(M), n = oe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/
|
|
9287
|
+
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/263a1061-0a63c6a8";
|
|
9288
9288
|
try {
|
|
9289
9289
|
let o = yield (yield fetch(i + "/" + t)).text();
|
|
9290
9290
|
n || (o = UE(o, i));
|
|
@@ -9302,7 +9302,7 @@ class nO {
|
|
|
9302
9302
|
}), this.worker.postMessage({
|
|
9303
9303
|
target: "worker-init",
|
|
9304
9304
|
URL: document.URL,
|
|
9305
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/
|
|
9305
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/263a1061-0a63c6a8",
|
|
9306
9306
|
preMain: !0
|
|
9307
9307
|
}));
|
|
9308
9308
|
});
|
|
@@ -9674,7 +9674,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9674
9674
|
metadata: {
|
|
9675
9675
|
serviceUrl: c || Ht,
|
|
9676
9676
|
hostAppId: vT(),
|
|
9677
|
-
sdkVersion: PN("8.1.
|
|
9677
|
+
sdkVersion: PN("8.1.1982-nightly"),
|
|
9678
9678
|
deviceModel: "".concat(tr.osName, "/").concat(tr.osVersion, " ").concat(tr.browserName, "/").concat(tr.fullBrowserVersion),
|
|
9679
9679
|
camera: D.camera
|
|
9680
9680
|
}
|
|
@@ -9684,7 +9684,7 @@ const TO = 1500, XD = (e) => e * 1e3, ou = Vr.create("main"), lO = (e) => e ===
|
|
|
9684
9684
|
data: null
|
|
9685
9685
|
}), ou("Service initialized");
|
|
9686
9686
|
} else {
|
|
9687
|
-
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.
|
|
9687
|
+
const v = TE([...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras], D.camera.deviceId, PN("8.1.1982-nightly"), c || Ht, z);
|
|
9688
9688
|
wt.getInitializingData({
|
|
9689
9689
|
deviceMetadata: v,
|
|
9690
9690
|
tag: j,
|
|
@@ -12245,7 +12245,7 @@ class n6 extends HTMLElement {
|
|
|
12245
12245
|
this.dispatchEvent(t), i6("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12246
12246
|
}
|
|
12247
12247
|
get version() {
|
|
12248
|
-
return "".concat("8.1.
|
|
12248
|
+
return "".concat("8.1.1982-nightly".trim());
|
|
12249
12249
|
}
|
|
12250
12250
|
set translations(r) {
|
|
12251
12251
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12681,7 +12681,7 @@ class E6 extends HTMLElement {
|
|
|
12681
12681
|
});
|
|
12682
12682
|
}
|
|
12683
12683
|
get version() {
|
|
12684
|
-
return "".concat("8.1.
|
|
12684
|
+
return "".concat("8.1.1982-nightly".trim());
|
|
12685
12685
|
}
|
|
12686
12686
|
set translations(r) {
|
|
12687
12687
|
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.1982-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",
|