@regulaforensics/vp-frontend-face-components 6.4.1504-rc → 6.4.1506
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
@@ -9928,7 +9928,7 @@ const i6 = Bt.create("main"), I1 = {
|
|
9928
9928
|
livenessType: _s.ACTIVE,
|
9929
9929
|
holdStillDuration: void 0,
|
9930
9930
|
timeoutInterval: void 0,
|
9931
|
-
workerPath: "https://wasm.regulaforensics.com/face/
|
9931
|
+
workerPath: "https://wasm.regulaforensics.com/face/release/6.4/b5a9def0-bc5346988",
|
9932
9932
|
detectOcclusion: !0
|
9933
9933
|
}, M6 = (e) => xc(xc({}, I1), {}, {
|
9934
9934
|
onEvent: () => i6('Function "onEvent" not defined.'),
|
@@ -12289,7 +12289,7 @@ class AR {
|
|
12289
12289
|
}
|
12290
12290
|
prepare(t) {
|
12291
12291
|
return Ce(this, null, function* () {
|
12292
|
-
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/
|
12292
|
+
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/release/6.4/b5a9def0-bc5346988";
|
12293
12293
|
try {
|
12294
12294
|
let o = yield (yield fetch(n + "/" + r)).text();
|
12295
12295
|
i || (o = o$(o, n));
|
@@ -12307,7 +12307,7 @@ class AR {
|
|
12307
12307
|
}), this.worker.postMessage({
|
12308
12308
|
target: "worker-init",
|
12309
12309
|
URL: document.URL,
|
12310
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/
|
12310
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/release/6.4/b5a9def0-bc5346988",
|
12311
12311
|
preMain: !0
|
12312
12312
|
}));
|
12313
12313
|
});
|
@@ -12650,7 +12650,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12650
12650
|
config: D,
|
12651
12651
|
metadata: {
|
12652
12652
|
hostAppId: e.url || Ri,
|
12653
|
-
sdkVersion: XT("6.4.
|
12653
|
+
sdkVersion: XT("6.4.1506"),
|
12654
12654
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
12655
12655
|
camera: e.videoStatusParams.camera
|
12656
12656
|
}
|
@@ -12671,7 +12671,7 @@ const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12671
12671
|
}), j = {
|
12672
12672
|
platform: "Web",
|
12673
12673
|
osVersion: "".concat(ql),
|
12674
|
-
sdkVersion: XT("6.4.
|
12674
|
+
sdkVersion: XT("6.4.1506"),
|
12675
12675
|
hostAppId: e.url || Ri,
|
12676
12676
|
userID: c,
|
12677
12677
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
@@ -14773,7 +14773,7 @@ class Z4e extends HTMLElement {
|
|
14773
14773
|
this.dispatchEvent(r), _4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14774
14774
|
}
|
14775
14775
|
get version() {
|
14776
|
-
return "".concat("6.4.
|
14776
|
+
return "".concat("6.4.1506".trim());
|
14777
14777
|
}
|
14778
14778
|
set translations(t) {
|
14779
14779
|
this._translations = t, this._mounted && this.render();
|
@@ -15121,7 +15121,7 @@ class lje extends HTMLElement {
|
|
15121
15121
|
});
|
15122
15122
|
}
|
15123
15123
|
get version() {
|
15124
|
-
return "".concat("6.4.
|
15124
|
+
return "".concat("6.4.1506".trim());
|
15125
15125
|
}
|
15126
15126
|
set translations(t) {
|
15127
15127
|
this._translations = t, 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.1506",
|
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",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@regulaforensics/facesdk-webclient": "^6.
|
26
|
+
"@regulaforensics/facesdk-webclient": "^6.4.85",
|
27
27
|
"zustand": "^4.3.7"
|
28
28
|
}
|
29
29
|
}
|