@regulaforensics/idv-face 2.5.219-nightly → 2.5.223-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 +2 -2
package/dist/main.js
CHANGED
|
@@ -12522,7 +12522,7 @@ const F3 = Sn.create("main"), gp = {
|
|
|
12522
12522
|
livenessType: MM.ACTIVE,
|
|
12523
12523
|
holdStillDuration: void 0,
|
|
12524
12524
|
timeoutInterval: void 0,
|
|
12525
|
-
workerPath: "https://wasm.regulaforensics.com/face/release/7.1/1705564e-
|
|
12525
|
+
workerPath: "https://wasm.regulaforensics.com/face/release/7.1/1705564e-285e0e3d9",
|
|
12526
12526
|
detectOcclusion: !0
|
|
12527
12527
|
}, W3 = (t) => iy(iy({}, gp), {}, {
|
|
12528
12528
|
onEvent: () => F3('Function "onEvent" not defined.'),
|
|
@@ -15669,7 +15669,7 @@ class sQ {
|
|
|
15669
15669
|
}
|
|
15670
15670
|
prepare(n) {
|
|
15671
15671
|
return ht(this, null, function* () {
|
|
15672
|
-
const i = "Liveness.worker.js", a = _e.getState().workerPath, M = MQ(a), c = _e.getState().workerPath === "https://wasm.regulaforensics.com/face/release/7.1/1705564e-
|
|
15672
|
+
const i = "Liveness.worker.js", a = _e.getState().workerPath, M = MQ(a), c = _e.getState().workerPath === "https://wasm.regulaforensics.com/face/release/7.1/1705564e-285e0e3d9";
|
|
15673
15673
|
try {
|
|
15674
15674
|
let s = yield (yield fetch(M + "/" + i)).text();
|
|
15675
15675
|
c || (s = H5(s, M));
|
|
@@ -15687,7 +15687,7 @@ class sQ {
|
|
|
15687
15687
|
}), this.worker.postMessage({
|
|
15688
15688
|
target: "worker-init",
|
|
15689
15689
|
URL: document.URL,
|
|
15690
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/release/7.1/1705564e-
|
|
15690
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/release/7.1/1705564e-285e0e3d9",
|
|
15691
15691
|
preMain: !0
|
|
15692
15692
|
}));
|
|
15693
15693
|
});
|
|
@@ -16046,7 +16046,7 @@ const EQ = 1500, OS = (t) => t * 1e3, iD = Sn.create("main"), xQ = (t) => t ===
|
|
|
16046
16046
|
metadata: {
|
|
16047
16047
|
serviceUrl: N || eu,
|
|
16048
16048
|
hostAppId: dS(),
|
|
16049
|
-
sdkVersion: TS("7.1.
|
|
16049
|
+
sdkVersion: TS("7.1.1747"),
|
|
16050
16050
|
deviceModel: "".concat(fr.osName, "/").concat(fr.osVersion, " ").concat(fr.browserName, "/").concat(fr.fullBrowserVersion),
|
|
16051
16051
|
camera: d.camera
|
|
16052
16052
|
}
|
|
@@ -16067,7 +16067,7 @@ const EQ = 1500, OS = (t) => t * 1e3, iD = Sn.create("main"), xQ = (t) => t ===
|
|
|
16067
16067
|
}), m = {
|
|
16068
16068
|
platform: "Web",
|
|
16069
16069
|
osVersion: "".concat(fr.osVersion),
|
|
16070
|
-
sdkVersion: TS("7.1.
|
|
16070
|
+
sdkVersion: TS("7.1.1747"),
|
|
16071
16071
|
hostAppId: dS(),
|
|
16072
16072
|
serviceUrl: N || eu,
|
|
16073
16073
|
userID: _,
|
|
@@ -18418,7 +18418,7 @@ class Qce extends HTMLElement {
|
|
|
18418
18418
|
this.dispatchEvent(i), Uce("Component event: ".concat(JSON.stringify(i.detail)));
|
|
18419
18419
|
}
|
|
18420
18420
|
get version() {
|
|
18421
|
-
return "".concat("7.1.
|
|
18421
|
+
return "".concat("7.1.1747".trim());
|
|
18422
18422
|
}
|
|
18423
18423
|
set translations(n) {
|
|
18424
18424
|
this._translations = n, this._mounted && this.render();
|
|
@@ -18848,7 +18848,7 @@ class qce extends HTMLElement {
|
|
|
18848
18848
|
});
|
|
18849
18849
|
}
|
|
18850
18850
|
get version() {
|
|
18851
|
-
return "".concat("7.1.
|
|
18851
|
+
return "".concat("7.1.1747".trim());
|
|
18852
18852
|
}
|
|
18853
18853
|
set translations(n) {
|
|
18854
18854
|
this._translations = n, this._mounted && this.render();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/idv-face",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.223-nightly",
|
|
4
4
|
"description": "Regula framework agnostic web components to work with face idv",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/main.js",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"test": "vitest run"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@regulaforensics/vp-frontend-face-components": "7.1.
|
|
24
|
+
"@regulaforensics/vp-frontend-face-components": "7.1.1747"
|
|
25
25
|
}
|
|
26
26
|
}
|