@regulaforensics/vp-frontend-face-components 8.2.2037-nightly → 8.2.2038-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
|
@@ -6185,7 +6185,7 @@ const sd = Vr.create("main"), qN = {
|
|
|
6185
6185
|
livenessType: Xt.ACTIVE,
|
|
6186
6186
|
holdStillDuration: void 0,
|
|
6187
6187
|
timeoutInterval: void 0,
|
|
6188
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-
|
|
6188
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-b98c52a6",
|
|
6189
6189
|
detectOcclusion: !0,
|
|
6190
6190
|
captureButton: !1
|
|
6191
6191
|
}, gd = (e) => Eo(Eo({}, qN), {}, {
|
|
@@ -9375,7 +9375,7 @@ class rO {
|
|
|
9375
9375
|
}
|
|
9376
9376
|
prepare(r) {
|
|
9377
9377
|
return Dr(this, null, function* () {
|
|
9378
|
-
const t = "Liveness.worker.js", M = ie.getState().workerPath, n = Xz(M), i = ie.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-
|
|
9378
|
+
const t = "Liveness.worker.js", M = ie.getState().workerPath, n = Xz(M), i = ie.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-b98c52a6";
|
|
9379
9379
|
try {
|
|
9380
9380
|
let o = yield (yield fetch(n + "/" + t)).text();
|
|
9381
9381
|
i || (o = SE(o, n));
|
|
@@ -9393,7 +9393,7 @@ class rO {
|
|
|
9393
9393
|
}), this.worker.postMessage({
|
|
9394
9394
|
target: "worker-init",
|
|
9395
9395
|
URL: document.URL,
|
|
9396
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-
|
|
9396
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.2/a65ecb53-b98c52a6",
|
|
9397
9397
|
preMain: !0
|
|
9398
9398
|
}));
|
|
9399
9399
|
});
|
|
@@ -9766,7 +9766,7 @@ const NO = 1500, GD = (e) => e * 1e3, gu = Vr.create("main"), jO = (e) => e ===
|
|
|
9766
9766
|
metadata: {
|
|
9767
9767
|
serviceUrl: u || Vt,
|
|
9768
9768
|
hostAppId: lT(),
|
|
9769
|
-
sdkVersion: _N("8.2.
|
|
9769
|
+
sdkVersion: _N("8.2.2038-nightly"),
|
|
9770
9770
|
deviceModel: "".concat(Fe.osName, "/").concat(Fe.osVersion, " ").concat(Fe.browserName, "/").concat(Fe.fullBrowserVersion),
|
|
9771
9771
|
camera: D.camera
|
|
9772
9772
|
}
|
|
@@ -9779,7 +9779,7 @@ const NO = 1500, GD = (e) => e * 1e3, gu = Vr.create("main"), jO = (e) => e ===
|
|
|
9779
9779
|
const v = yield cE({
|
|
9780
9780
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9781
9781
|
cameraID: D.camera.deviceId,
|
|
9782
|
-
sdkVersion: _N("8.2.
|
|
9782
|
+
sdkVersion: _N("8.2.2038-nightly"),
|
|
9783
9783
|
serviceUrl: u || Vt,
|
|
9784
9784
|
customMetadata: z
|
|
9785
9785
|
});
|
|
@@ -12450,7 +12450,7 @@ class _W extends HTMLElement {
|
|
|
12450
12450
|
this.dispatchEvent(t), YW("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12451
12451
|
}
|
|
12452
12452
|
get version() {
|
|
12453
|
-
return "".concat("8.2.
|
|
12453
|
+
return "".concat("8.2.2038-nightly".trim());
|
|
12454
12454
|
}
|
|
12455
12455
|
set translations(r) {
|
|
12456
12456
|
this._translations = r, this._mounted && this.render();
|
|
@@ -12886,7 +12886,7 @@ class e7 extends HTMLElement {
|
|
|
12886
12886
|
});
|
|
12887
12887
|
}
|
|
12888
12888
|
get version() {
|
|
12889
|
-
return "".concat("8.2.
|
|
12889
|
+
return "".concat("8.2.2038-nightly".trim());
|
|
12890
12890
|
}
|
|
12891
12891
|
set translations(r) {
|
|
12892
12892
|
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.2038-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",
|