@regulaforensics/vp-frontend-face-components 8.3.2137-rc → 8.3.2139-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
|
@@ -6177,7 +6177,7 @@ const Id = Vr.create("main"), VN = {
|
|
|
6177
6177
|
livenessType: Kt.ACTIVE,
|
|
6178
6178
|
holdStillDuration: void 0,
|
|
6179
6179
|
timeoutInterval: void 0,
|
|
6180
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/
|
|
6180
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.3/ca12848e-b541e8a1",
|
|
6181
6181
|
detectOcclusion: !0,
|
|
6182
6182
|
captureButton: !1
|
|
6183
6183
|
}, sd = (e) => Ao(Ao({}, VN), {}, {
|
|
@@ -9363,7 +9363,7 @@ class eO {
|
|
|
9363
9363
|
}
|
|
9364
9364
|
prepare(r) {
|
|
9365
9365
|
return Dr(this, null, function* () {
|
|
9366
|
-
const t = "Liveness.worker.js", n = ae.getState().workerPath, M = qz(n), i = ae.getState().workerPath === "https://wasm-development.regulaforensics.com/face/
|
|
9366
|
+
const t = "Liveness.worker.js", n = ae.getState().workerPath, M = qz(n), i = ae.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.3/ca12848e-b541e8a1";
|
|
9367
9367
|
try {
|
|
9368
9368
|
let o = yield (yield fetch(M + "/" + t)).text();
|
|
9369
9369
|
i || (o = SE(o, M));
|
|
@@ -9381,7 +9381,7 @@ class eO {
|
|
|
9381
9381
|
}), this.worker.postMessage({
|
|
9382
9382
|
target: "worker-init",
|
|
9383
9383
|
URL: document.URL,
|
|
9384
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/
|
|
9384
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.3/ca12848e-b541e8a1",
|
|
9385
9385
|
preMain: !0
|
|
9386
9386
|
}));
|
|
9387
9387
|
});
|
|
@@ -9754,7 +9754,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
|
|
|
9754
9754
|
metadata: {
|
|
9755
9755
|
serviceUrl: c || Jt,
|
|
9756
9756
|
hostAppId: lT(),
|
|
9757
|
-
sdkVersion: QN("8.3.
|
|
9757
|
+
sdkVersion: QN("8.3.2139-nightly"),
|
|
9758
9758
|
deviceModel: "".concat(We.osName, "/").concat(We.osVersion, " ").concat(We.browserName, "/").concat(We.fullBrowserVersion),
|
|
9759
9759
|
camera: D.camera
|
|
9760
9760
|
}
|
|
@@ -9767,7 +9767,7 @@ const gO = 1500, PD = (e) => e * 1e3, Iu = Vr.create("main"), NO = (e) => e ===
|
|
|
9767
9767
|
const f = yield cE({
|
|
9768
9768
|
cameras: [...D.sortedDevices.frontCameras, ...D.sortedDevices.backCameras],
|
|
9769
9769
|
cameraID: D.camera.deviceId,
|
|
9770
|
-
sdkVersion: QN("8.3.
|
|
9770
|
+
sdkVersion: QN("8.3.2139-nightly"),
|
|
9771
9771
|
serviceUrl: c || Jt,
|
|
9772
9772
|
customMetadata: z
|
|
9773
9773
|
});
|
|
@@ -12562,7 +12562,7 @@ class kV extends HTMLElement {
|
|
|
12562
12562
|
this.dispatchEvent(t), hV("Component event: ".concat(JSON.stringify(t.detail)));
|
|
12563
12563
|
}
|
|
12564
12564
|
get version() {
|
|
12565
|
-
return "".concat("8.3.
|
|
12565
|
+
return "".concat("8.3.2139-nightly".trim());
|
|
12566
12566
|
}
|
|
12567
12567
|
set translations(r) {
|
|
12568
12568
|
this._translations = r, this._mounted && this.render();
|
|
@@ -13000,7 +13000,7 @@ class VV extends HTMLElement {
|
|
|
13000
13000
|
});
|
|
13001
13001
|
}
|
|
13002
13002
|
get version() {
|
|
13003
|
-
return "".concat("8.3.
|
|
13003
|
+
return "".concat("8.3.2139-nightly".trim());
|
|
13004
13004
|
}
|
|
13005
13005
|
set translations(r) {
|
|
13006
13006
|
this._translations = r, this._mounted && this.render();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2139-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",
|