@regulaforensics/vp-frontend-face-components 6.4.1470-nightly → 6.4.1471-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 r6 = Bt.create("main"), c1 = {
|
|
9928
9928
|
livenessType: Vs.ACTIVE,
|
9929
9929
|
holdStillDuration: void 0,
|
9930
9930
|
timeoutInterval: void 0,
|
9931
|
-
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-
|
9931
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-e64925e9a",
|
9932
9932
|
detectOcclusion: !0
|
9933
9933
|
}, n6 = (e) => dc(dc({}, c1), {}, {
|
9934
9934
|
onEvent: () => r6('Function "onEvent" not defined.'),
|
@@ -12292,7 +12292,7 @@ class cR {
|
|
12292
12292
|
}
|
12293
12293
|
prepare(t) {
|
12294
12294
|
return Ce(this, null, function* () {
|
12295
|
-
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-
|
12295
|
+
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-e64925e9a";
|
12296
12296
|
try {
|
12297
12297
|
let o = yield (yield fetch(n + "/" + r)).text();
|
12298
12298
|
i || (o = e$(o, n));
|
@@ -12310,7 +12310,7 @@ class cR {
|
|
12310
12310
|
}), this.worker.postMessage({
|
12311
12311
|
target: "worker-init",
|
12312
12312
|
URL: document.URL,
|
12313
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-
|
12313
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/71e99a7d-e64925e9a",
|
12314
12314
|
preMain: !0
|
12315
12315
|
}));
|
12316
12316
|
});
|
@@ -12653,7 +12653,7 @@ const zR = 1500, e2 = (e) => e * 1e3, $c = Bt.create("main"), fR = (e, t, r, n,
|
|
12653
12653
|
config: D,
|
12654
12654
|
metadata: {
|
12655
12655
|
hostAppId: e.url || Ri,
|
12656
|
-
sdkVersion: WT("6.4.
|
12656
|
+
sdkVersion: WT("6.4.1471-nightly"),
|
12657
12657
|
deviceModel: "".concat(Fu, "/").concat(Kl, " ").concat(sa, "/").concat(Xl),
|
12658
12658
|
camera: e.videoStatusParams.camera
|
12659
12659
|
}
|
@@ -12674,7 +12674,7 @@ const zR = 1500, e2 = (e) => e * 1e3, $c = Bt.create("main"), fR = (e, t, r, n,
|
|
12674
12674
|
}), j = {
|
12675
12675
|
platform: "Web",
|
12676
12676
|
osVersion: "".concat(Kl),
|
12677
|
-
sdkVersion: WT("6.4.
|
12677
|
+
sdkVersion: WT("6.4.1471-nightly"),
|
12678
12678
|
hostAppId: e.url || Ri,
|
12679
12679
|
userID: c,
|
12680
12680
|
deviceModel: "".concat(Fu, "/").concat(Kl, " ").concat(sa, "/").concat(Xl),
|
@@ -14777,7 +14777,7 @@ class Y4e extends HTMLElement {
|
|
14777
14777
|
this.dispatchEvent(r), Q4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14778
14778
|
}
|
14779
14779
|
get version() {
|
14780
|
-
return "".concat("6.4.
|
14780
|
+
return "".concat("6.4.1471-nightly".trim());
|
14781
14781
|
}
|
14782
14782
|
set translations(t) {
|
14783
14783
|
this._translations = t, this._mounted && this.render();
|
@@ -15128,7 +15128,7 @@ class oje extends HTMLElement {
|
|
15128
15128
|
});
|
15129
15129
|
}
|
15130
15130
|
get version() {
|
15131
|
-
return "".concat("6.4.
|
15131
|
+
return "".concat("6.4.1471-nightly".trim());
|
15132
15132
|
}
|
15133
15133
|
set translations(t) {
|
15134
15134
|
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.1471-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",
|