@regulaforensics/vp-frontend-face-components 6.4.1499-nightly → 6.4.1500-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
@@ -9924,7 +9924,7 @@ const r6 = Zt.create("main"), I1 = {
|
|
9924
9924
|
livenessType: Zs.ACTIVE,
|
9925
9925
|
holdStillDuration: void 0,
|
9926
9926
|
timeoutInterval: void 0,
|
9927
|
-
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-
|
9927
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-eae304e0b",
|
9928
9928
|
detectOcclusion: !0
|
9929
9929
|
}, n6 = (e) => dc(dc({}, I1), {}, {
|
9930
9930
|
onEvent: () => r6('Function "onEvent" not defined.'),
|
@@ -12382,7 +12382,7 @@ class NR {
|
|
12382
12382
|
}
|
12383
12383
|
prepare(t) {
|
12384
12384
|
return Le(this, null, function* () {
|
12385
|
-
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = IR(n), M = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-
|
12385
|
+
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = IR(n), M = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-eae304e0b";
|
12386
12386
|
try {
|
12387
12387
|
let u = yield (yield fetch(i + "/" + r)).text();
|
12388
12388
|
M || (u = KP(u, i));
|
@@ -12400,7 +12400,7 @@ class NR {
|
|
12400
12400
|
}), this.worker.postMessage({
|
12401
12401
|
target: "worker-init",
|
12402
12402
|
URL: document.URL,
|
12403
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-
|
12403
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/bc5605ed-eae304e0b",
|
12404
12404
|
preMain: !0
|
12405
12405
|
}));
|
12406
12406
|
});
|
@@ -12745,7 +12745,7 @@ const OR = 1500, t2 = (e) => e * 1e3, Rc = Zt.create("main"), pR = (e, t, r, n,
|
|
12745
12745
|
config: D,
|
12746
12746
|
metadata: {
|
12747
12747
|
hostAppId: e.url || Hi,
|
12748
|
-
sdkVersion: JT("6.4.
|
12748
|
+
sdkVersion: JT("6.4.1500-nightly"),
|
12749
12749
|
deviceModel: "".concat(Ju, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
|
12750
12750
|
camera: e.videoStatusParams.camera
|
12751
12751
|
}
|
@@ -12766,7 +12766,7 @@ const OR = 1500, t2 = (e) => e * 1e3, Rc = Zt.create("main"), pR = (e, t, r, n,
|
|
12766
12766
|
}), j = {
|
12767
12767
|
platform: "Web",
|
12768
12768
|
osVersion: "".concat(Kl),
|
12769
|
-
sdkVersion: JT("6.4.
|
12769
|
+
sdkVersion: JT("6.4.1500-nightly"),
|
12770
12770
|
hostAppId: e.url || Hi,
|
12771
12771
|
userID: c,
|
12772
12772
|
deviceModel: "".concat(Ju, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
|
@@ -14872,7 +14872,7 @@ class R4e extends HTMLElement {
|
|
14872
14872
|
this.dispatchEvent(r), $4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14873
14873
|
}
|
14874
14874
|
get version() {
|
14875
|
-
return "".concat("6.4.
|
14875
|
+
return "".concat("6.4.1500-nightly".trim());
|
14876
14876
|
}
|
14877
14877
|
set translations(t) {
|
14878
14878
|
this._translations = t, this._mounted && this.render();
|
@@ -15226,7 +15226,7 @@ class cje extends HTMLElement {
|
|
15226
15226
|
});
|
15227
15227
|
}
|
15228
15228
|
get version() {
|
15229
|
-
return "".concat("6.4.
|
15229
|
+
return "".concat("6.4.1500-nightly".trim());
|
15230
15230
|
}
|
15231
15231
|
set translations(t) {
|
15232
15232
|
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.1500-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",
|