@regulaforensics/vp-frontend-face-components 6.4.1592-nightly → 6.4.1593-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
@@ -10822,7 +10822,7 @@ const jf = on.create("main"), nT = {
|
|
10822
10822
|
livenessType: ou.ACTIVE,
|
10823
10823
|
holdStillDuration: void 0,
|
10824
10824
|
timeoutInterval: void 0,
|
10825
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-
|
10825
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-9763cf6bd",
|
10826
10826
|
detectOcclusion: !0
|
10827
10827
|
}, Nf = (r) => NI(NI({}, nT), {}, {
|
10828
10828
|
onEvent: () => jf('Function "onEvent" not defined.'),
|
@@ -13933,7 +13933,7 @@ class vC {
|
|
13933
13933
|
}
|
13934
13934
|
prepare(n) {
|
13935
13935
|
return ir(this, null, function* () {
|
13936
|
-
const i = "Liveness.worker.js", M = Ve.getState().workerPath, c = OC(M), I = Ve.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-
|
13936
|
+
const i = "Liveness.worker.js", M = Ve.getState().workerPath, c = OC(M), I = Ve.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-9763cf6bd";
|
13937
13937
|
try {
|
13938
13938
|
let j = yield (yield fetch(c + "/" + i)).text();
|
13939
13939
|
I || (j = jz(j, c));
|
@@ -13951,7 +13951,7 @@ class vC {
|
|
13951
13951
|
}), this.worker.postMessage({
|
13952
13952
|
target: "worker-init",
|
13953
13953
|
URL: document.URL,
|
13954
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-
|
13954
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.4/f40f5451-9763cf6bd",
|
13955
13955
|
preMain: !0
|
13956
13956
|
}));
|
13957
13957
|
});
|
@@ -14297,7 +14297,7 @@ const VC = 1500, C2 = (r) => r * 1e3, Dg = on.create("main"), ZC = (r, n, i, M,
|
|
14297
14297
|
metadata: {
|
14298
14298
|
serviceUrl: r.url || xa,
|
14299
14299
|
hostAppId: T2(),
|
14300
|
-
sdkVersion: D2("6.4.
|
14300
|
+
sdkVersion: D2("6.4.1593-nightly"),
|
14301
14301
|
deviceModel: "".concat(Mt.osName, "/").concat(Mt.osVersion, " ").concat(Mt.browserName, "/").concat(Mt.fullBrowserVersion),
|
14302
14302
|
camera: r.videoStatusParams.camera
|
14303
14303
|
}
|
@@ -14318,7 +14318,7 @@ const VC = 1500, C2 = (r) => r * 1e3, Dg = on.create("main"), ZC = (r, n, i, M,
|
|
14318
14318
|
}), d = {
|
14319
14319
|
platform: "Web",
|
14320
14320
|
osVersion: "".concat(Mt.osVersion),
|
14321
|
-
sdkVersion: D2("6.4.
|
14321
|
+
sdkVersion: D2("6.4.1593-nightly"),
|
14322
14322
|
hostAppId: T2(),
|
14323
14323
|
serviceUrl: r.url || xa,
|
14324
14324
|
userID: y,
|
@@ -16426,7 +16426,7 @@ class rW extends HTMLElement {
|
|
16426
16426
|
this.dispatchEvent(i), tW("Component event: ".concat(JSON.stringify(i.detail)));
|
16427
16427
|
}
|
16428
16428
|
get version() {
|
16429
|
-
return "".concat("6.4.
|
16429
|
+
return "".concat("6.4.1593-nightly".trim());
|
16430
16430
|
}
|
16431
16431
|
set translations(n) {
|
16432
16432
|
this._translations = n, this._mounted && this.render();
|
@@ -16812,7 +16812,7 @@ class gW extends HTMLElement {
|
|
16812
16812
|
});
|
16813
16813
|
}
|
16814
16814
|
get version() {
|
16815
|
-
return "".concat("6.4.
|
16815
|
+
return "".concat("6.4.1593-nightly".trim());
|
16816
16816
|
}
|
16817
16817
|
set translations(n) {
|
16818
16818
|
this._translations = n, 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.1593-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",
|