@regulaforensics/vp-frontend-face-components 6.5.1558-nightly → 6.5.1560-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 xx = nn.create("main"), p1 = {
|
|
10695
10695
|
livenessType: eu.ACTIVE,
|
10696
10696
|
holdStillDuration: void 0,
|
10697
10697
|
timeoutInterval: void 0,
|
10698
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.5/
|
10698
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.5/fb1355da-1cdef5fa2",
|
10699
10699
|
detectOcclusion: !0
|
10700
10700
|
}, fx = (r) => MI(MI({}, p1), {}, {
|
10701
10701
|
onEvent: () => xx('Function "onEvent" not defined.'),
|
@@ -13638,7 +13638,7 @@ class Cz {
|
|
13638
13638
|
}
|
13639
13639
|
prepare(i) {
|
13640
13640
|
return rr(this, null, function* () {
|
13641
|
-
const a = "Liveness.worker.js", u = Be.getState().workerPath, c = fz(u), I = Be.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.5/
|
13641
|
+
const a = "Liveness.worker.js", u = Be.getState().workerPath, c = fz(u), I = Be.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.5/fb1355da-1cdef5fa2";
|
13642
13642
|
try {
|
13643
13643
|
let N = yield (yield fetch(c + "/" + a)).text();
|
13644
13644
|
I || (N = uE(N, c));
|
@@ -13656,7 +13656,7 @@ class Cz {
|
|
13656
13656
|
}), this.worker.postMessage({
|
13657
13657
|
target: "worker-init",
|
13658
13658
|
URL: document.URL,
|
13659
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.5/
|
13659
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.5/fb1355da-1cdef5fa2",
|
13660
13660
|
preMain: !0
|
13661
13661
|
}));
|
13662
13662
|
});
|
@@ -14002,7 +14002,7 @@ const Yz = 1500, w0 = (r) => r * 1e3, ug = nn.create("main"), bz = (r, i, a, u,
|
|
14002
14002
|
metadata: {
|
14003
14003
|
serviceUrl: r.url || Ta,
|
14004
14004
|
hostAppId: L0(),
|
14005
|
-
sdkVersion: C0("6.5.
|
14005
|
+
sdkVersion: C0("6.5.1560-nightly"),
|
14006
14006
|
deviceModel: "".concat(nt.osName, "/").concat(nt.osVersion, " ").concat(nt.browserName, "/").concat(nt.fullBrowserVersion),
|
14007
14007
|
camera: r.videoStatusParams.camera
|
14008
14008
|
}
|
@@ -14023,7 +14023,7 @@ const Yz = 1500, w0 = (r) => r * 1e3, ug = nn.create("main"), bz = (r, i, a, u,
|
|
14023
14023
|
}), A = {
|
14024
14024
|
platform: "Web",
|
14025
14025
|
osVersion: "".concat(nt.osVersion),
|
14026
|
-
sdkVersion: C0("6.5.
|
14026
|
+
sdkVersion: C0("6.5.1560-nightly"),
|
14027
14027
|
hostAppId: L0(),
|
14028
14028
|
serviceUrl: r.url || Ta,
|
14029
14029
|
userID: j,
|
@@ -16133,7 +16133,7 @@ class XB extends HTMLElement {
|
|
16133
16133
|
this.dispatchEvent(a), JB("Component event: ".concat(JSON.stringify(a.detail)));
|
16134
16134
|
}
|
16135
16135
|
get version() {
|
16136
|
-
return "".concat("6.5.
|
16136
|
+
return "".concat("6.5.1560-nightly".trim());
|
16137
16137
|
}
|
16138
16138
|
set translations(i) {
|
16139
16139
|
this._translations = i, this._mounted && this.render();
|
@@ -16525,7 +16525,7 @@ class uF extends HTMLElement {
|
|
16525
16525
|
});
|
16526
16526
|
}
|
16527
16527
|
get version() {
|
16528
|
-
return "".concat("6.5.
|
16528
|
+
return "".concat("6.5.1560-nightly".trim());
|
16529
16529
|
}
|
16530
16530
|
set translations(i) {
|
16531
16531
|
this._translations = i, 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.5.
|
3
|
+
"version": "6.5.1560-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",
|