@regulaforensics/vp-frontend-face-components 6.4.1476-nightly → 6.4.1477-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 = Zt.create("main"), c1 = {
|
|
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/6018e84e-
|
9931
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/6018e84e-f0fef8fb9",
|
9932
9932
|
detectOcclusion: !0
|
9933
9933
|
}, n6 = (e) => dc(dc({}, c1), {}, {
|
9934
9934
|
onEvent: () => r6('Function "onEvent" not defined.'),
|
@@ -12296,7 +12296,7 @@ class cR {
|
|
12296
12296
|
}
|
12297
12297
|
prepare(t) {
|
12298
12298
|
return Ce(this, null, function* () {
|
12299
|
-
const r = "Liveness.worker.js", n = Y.getState().workerPath, i = Y.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/6018e84e-
|
12299
|
+
const r = "Liveness.worker.js", n = Y.getState().workerPath, i = Y.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/6018e84e-f0fef8fb9";
|
12300
12300
|
try {
|
12301
12301
|
let o = yield (yield fetch(n + "/" + r)).text();
|
12302
12302
|
i || (o = e$(o, n));
|
@@ -12314,7 +12314,7 @@ class cR {
|
|
12314
12314
|
}), this.worker.postMessage({
|
12315
12315
|
target: "worker-init",
|
12316
12316
|
URL: document.URL,
|
12317
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/6018e84e-
|
12317
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/6018e84e-f0fef8fb9",
|
12318
12318
|
preMain: !0
|
12319
12319
|
}));
|
12320
12320
|
});
|
@@ -12659,7 +12659,7 @@ const zR = 1500, e2 = (e) => e * 1e3, $c = Zt.create("main"), fR = (e, t, r, n,
|
|
12659
12659
|
config: D,
|
12660
12660
|
metadata: {
|
12661
12661
|
hostAppId: e.url || Hi,
|
12662
|
-
sdkVersion: WT("6.4.
|
12662
|
+
sdkVersion: WT("6.4.1477-nightly"),
|
12663
12663
|
deviceModel: "".concat(Wu, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
|
12664
12664
|
camera: e.videoStatusParams.camera
|
12665
12665
|
}
|
@@ -12680,7 +12680,7 @@ const zR = 1500, e2 = (e) => e * 1e3, $c = Zt.create("main"), fR = (e, t, r, n,
|
|
12680
12680
|
}), j = {
|
12681
12681
|
platform: "Web",
|
12682
12682
|
osVersion: "".concat(Kl),
|
12683
|
-
sdkVersion: WT("6.4.
|
12683
|
+
sdkVersion: WT("6.4.1477-nightly"),
|
12684
12684
|
hostAppId: e.url || Hi,
|
12685
12685
|
userID: c,
|
12686
12686
|
deviceModel: "".concat(Wu, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
|
@@ -14786,7 +14786,7 @@ class Y4e extends HTMLElement {
|
|
14786
14786
|
this.dispatchEvent(r), Q4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14787
14787
|
}
|
14788
14788
|
get version() {
|
14789
|
-
return "".concat("6.4.
|
14789
|
+
return "".concat("6.4.1477-nightly".trim());
|
14790
14790
|
}
|
14791
14791
|
set translations(t) {
|
14792
14792
|
this._translations = t, this._mounted && this.render();
|
@@ -15140,7 +15140,7 @@ class oje extends HTMLElement {
|
|
15140
15140
|
});
|
15141
15141
|
}
|
15142
15142
|
get version() {
|
15143
|
-
return "".concat("6.4.
|
15143
|
+
return "".concat("6.4.1477-nightly".trim());
|
15144
15144
|
}
|
15145
15145
|
set translations(t) {
|
15146
15146
|
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.1477-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",
|