@regulaforensics/vp-frontend-face-components 6.4.1465-nightly → 6.4.1467-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
@@ -9928,7 +9928,7 @@ const i6 = Bt.create("main"), I1 = {
|
|
9928
9928
|
livenessType: _s.ACTIVE,
|
9929
9929
|
holdStillDuration: void 0,
|
9930
9930
|
timeoutInterval: void 0,
|
9931
|
-
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-
|
9931
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-5d260332e",
|
9932
9932
|
detectOcclusion: !0
|
9933
9933
|
}, M6 = (e) => xc(xc({}, I1), {}, {
|
9934
9934
|
onEvent: () => i6('Function "onEvent" not defined.'),
|
@@ -12290,7 +12290,7 @@ class AR {
|
|
12290
12290
|
}
|
12291
12291
|
prepare(t) {
|
12292
12292
|
return Ce(this, null, function* () {
|
12293
|
-
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-
|
12293
|
+
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-5d260332e";
|
12294
12294
|
try {
|
12295
12295
|
let o = yield (yield fetch(n + "/" + r)).text();
|
12296
12296
|
i || (o = o$(o, n));
|
@@ -12308,7 +12308,7 @@ class AR {
|
|
12308
12308
|
}), this.worker.postMessage({
|
12309
12309
|
target: "worker-init",
|
12310
12310
|
URL: document.URL,
|
12311
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-
|
12311
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/6f2f1fed-5d260332e",
|
12312
12312
|
preMain: !0
|
12313
12313
|
}));
|
12314
12314
|
});
|
@@ -12651,7 +12651,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12651
12651
|
config: D,
|
12652
12652
|
metadata: {
|
12653
12653
|
hostAppId: e.url || Ri,
|
12654
|
-
sdkVersion: XT("6.4.
|
12654
|
+
sdkVersion: XT("6.4.1467-nightly"),
|
12655
12655
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
12656
12656
|
camera: e.videoStatusParams.camera
|
12657
12657
|
}
|
@@ -12672,7 +12672,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12672
12672
|
}), j = {
|
12673
12673
|
platform: "Web",
|
12674
12674
|
osVersion: "".concat(ql),
|
12675
|
-
sdkVersion: XT("6.4.
|
12675
|
+
sdkVersion: XT("6.4.1467-nightly"),
|
12676
12676
|
hostAppId: e.url || Ri,
|
12677
12677
|
userID: c,
|
12678
12678
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
@@ -14775,7 +14775,7 @@ class Z4e extends HTMLElement {
|
|
14775
14775
|
this.dispatchEvent(r), _4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14776
14776
|
}
|
14777
14777
|
get version() {
|
14778
|
-
return "".concat("6.4.
|
14778
|
+
return "".concat("6.4.1467-nightly".trim());
|
14779
14779
|
}
|
14780
14780
|
set translations(t) {
|
14781
14781
|
this._translations = t, this._mounted && this.render();
|
@@ -15123,7 +15123,7 @@ class lje extends HTMLElement {
|
|
15123
15123
|
});
|
15124
15124
|
}
|
15125
15125
|
get version() {
|
15126
|
-
return "".concat("6.4.
|
15126
|
+
return "".concat("6.4.1467-nightly".trim());
|
15127
15127
|
}
|
15128
15128
|
set translations(t) {
|
15129
15129
|
this._translations = t, this._mounted && this.render();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
3
|
-
"version": "6.4.
|
3
|
+
"version": "6.4.1467-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",
|