@regulaforensics/vp-frontend-face-components 6.4.1618-nightly → 6.4.1619-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
@@ -10823,7 +10823,7 @@ const DE = on.create("main"), i1 = {
|
|
10823
10823
|
livenessType: fM.ACTIVE,
|
10824
10824
|
holdStillDuration: void 0,
|
10825
10825
|
timeoutInterval: void 0,
|
10826
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/55ddd57f-
|
10826
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/55ddd57f-3071fff88",
|
10827
10827
|
detectOcclusion: !0
|
10828
10828
|
}, yE = (r) => DI(DI({}, i1), {}, {
|
10829
10829
|
onEvent: () => DE('Function "onEvent" not defined.'),
|
@@ -13933,7 +13933,7 @@ class UL {
|
|
13933
13933
|
}
|
13934
13934
|
prepare(n) {
|
13935
13935
|
return Mr(this, null, function* () {
|
13936
|
-
const i = "Liveness.worker.js", o = we.getState().workerPath, c = mL(o), I = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/55ddd57f-
|
13936
|
+
const i = "Liveness.worker.js", o = we.getState().workerPath, c = mL(o), I = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/55ddd57f-3071fff88";
|
13937
13937
|
try {
|
13938
13938
|
let j = yield (yield fetch(c + "/" + i)).text();
|
13939
13939
|
I || (j = yz(j, c));
|
@@ -13951,7 +13951,7 @@ class UL {
|
|
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/55ddd57f-
|
13954
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.4/55ddd57f-3071fff88",
|
13955
13955
|
preMain: !0
|
13956
13956
|
}));
|
13957
13957
|
});
|
@@ -14310,7 +14310,7 @@ const $L = 1500, O2 = (r) => r * 1e3, Tg = on.create("main"), FL = (r) => r ===
|
|
14310
14310
|
metadata: {
|
14311
14311
|
serviceUrl: y || xM,
|
14312
14312
|
hostAppId: A2(),
|
14313
|
-
sdkVersion: T2("6.4.
|
14313
|
+
sdkVersion: T2("6.4.1619-nightly"),
|
14314
14314
|
deviceModel: "".concat(ot.osName, "/").concat(ot.osVersion, " ").concat(ot.browserName, "/").concat(ot.fullBrowserVersion),
|
14315
14315
|
camera: d.camera
|
14316
14316
|
}
|
@@ -14331,7 +14331,7 @@ const $L = 1500, O2 = (r) => r * 1e3, Tg = on.create("main"), FL = (r) => r ===
|
|
14331
14331
|
}), Y = {
|
14332
14332
|
platform: "Web",
|
14333
14333
|
osVersion: "".concat(ot.osVersion),
|
14334
|
-
sdkVersion: T2("6.4.
|
14334
|
+
sdkVersion: T2("6.4.1619-nightly"),
|
14335
14335
|
hostAppId: A2(),
|
14336
14336
|
serviceUrl: y || xM,
|
14337
14337
|
userID: V,
|
@@ -16554,7 +16554,7 @@ class HW extends HTMLElement {
|
|
16554
16554
|
this.dispatchEvent(i), _W("Component event: ".concat(JSON.stringify(i.detail)));
|
16555
16555
|
}
|
16556
16556
|
get version() {
|
16557
|
-
return "".concat("6.4.
|
16557
|
+
return "".concat("6.4.1619-nightly".trim());
|
16558
16558
|
}
|
16559
16559
|
set translations(n) {
|
16560
16560
|
this._translations = n, this._mounted && this.render();
|
@@ -16986,7 +16986,7 @@ class nJ extends HTMLElement {
|
|
16986
16986
|
});
|
16987
16987
|
}
|
16988
16988
|
get version() {
|
16989
|
-
return "".concat("6.4.
|
16989
|
+
return "".concat("6.4.1619-nightly".trim());
|
16990
16990
|
}
|
16991
16991
|
set translations(n) {
|
16992
16992
|
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.1619-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",
|