@regulaforensics/vp-frontend-face-components 6.4.1512-nightly → 6.4.1513-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
@@ -10695,7 +10695,7 @@ const Tx = nn.create("main"), C1 = {
|
|
10695
10695
|
livenessType: tu.ACTIVE,
|
10696
10696
|
holdStillDuration: void 0,
|
10697
10697
|
timeoutInterval: void 0,
|
10698
|
-
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/
|
10698
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/43f4488f-eefff5580",
|
10699
10699
|
detectOcclusion: !0
|
10700
10700
|
}, dx = (r) => oI(oI({}, C1), {}, {
|
10701
10701
|
onEvent: () => Tx('Function "onEvent" not defined.'),
|
@@ -13612,7 +13612,7 @@ class xz {
|
|
13612
13612
|
}
|
13613
13613
|
prepare(a) {
|
13614
13614
|
return rr(this, null, function* () {
|
13615
|
-
const i = "Liveness.worker.js", u = $e.getState().workerPath, c = Tz(u), I = $e.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/
|
13615
|
+
const i = "Liveness.worker.js", u = $e.getState().workerPath, c = Tz(u), I = $e.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/43f4488f-eefff5580";
|
13616
13616
|
try {
|
13617
13617
|
let y = yield (yield fetch(c + "/" + i)).text();
|
13618
13618
|
I || (y = iE(y, c));
|
@@ -13630,7 +13630,7 @@ class xz {
|
|
13630
13630
|
}), this.worker.postMessage({
|
13631
13631
|
target: "worker-init",
|
13632
13632
|
URL: document.URL,
|
13633
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/
|
13633
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/43f4488f-eefff5580",
|
13634
13634
|
preMain: !0
|
13635
13635
|
}));
|
13636
13636
|
});
|
@@ -13975,7 +13975,7 @@ const wz = 1500, p0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u,
|
|
13975
13975
|
config: f,
|
13976
13976
|
metadata: {
|
13977
13977
|
hostAppId: r.url || Ta,
|
13978
|
-
sdkVersion: x0("6.4.
|
13978
|
+
sdkVersion: x0("6.4.1513-nightly"),
|
13979
13979
|
deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
|
13980
13980
|
camera: r.videoStatusParams.camera
|
13981
13981
|
}
|
@@ -13996,7 +13996,7 @@ const wz = 1500, p0 = (r) => r * 1e3, ug = nn.create("main"), kz = (r, a, i, u,
|
|
13996
13996
|
}), A = {
|
13997
13997
|
platform: "Web",
|
13998
13998
|
osVersion: "".concat(nt.osVersion),
|
13999
|
-
sdkVersion: x0("6.4.
|
13999
|
+
sdkVersion: x0("6.4.1513-nightly"),
|
14000
14000
|
hostAppId: r.url || Ta,
|
14001
14001
|
userID: j,
|
14002
14002
|
deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
|
@@ -16105,7 +16105,7 @@ class $$ extends HTMLElement {
|
|
16105
16105
|
this.dispatchEvent(i), B$("Component event: ".concat(JSON.stringify(i.detail)));
|
16106
16106
|
}
|
16107
16107
|
get version() {
|
16108
|
-
return "".concat("6.4.
|
16108
|
+
return "".concat("6.4.1513-nightly".trim());
|
16109
16109
|
}
|
16110
16110
|
set translations(a) {
|
16111
16111
|
this._translations = a, this._mounted && this.render();
|
@@ -16497,7 +16497,7 @@ class iF extends HTMLElement {
|
|
16497
16497
|
});
|
16498
16498
|
}
|
16499
16499
|
get version() {
|
16500
|
-
return "".concat("6.4.
|
16500
|
+
return "".concat("6.4.1513-nightly".trim());
|
16501
16501
|
}
|
16502
16502
|
set translations(a) {
|
16503
16503
|
this._translations = a, 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.1513-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",
|