@regulaforensics/vp-frontend-face-components 8.1.1861-nightly → 8.1.1862-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
@@ -9905,7 +9905,7 @@ const yL = un.create("main"), rA = {
|
|
9905
9905
|
livenessType: AM.ACTIVE,
|
9906
9906
|
holdStillDuration: void 0,
|
9907
9907
|
timeoutInterval: void 0,
|
9908
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-
|
9908
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-229027e0",
|
9909
9909
|
detectOcclusion: !0
|
9910
9910
|
}, TL = (t) => dg(dg({}, rA), {}, {
|
9911
9911
|
onEvent: () => yL('Function "onEvent" not defined.'),
|
@@ -13138,7 +13138,7 @@ class RC {
|
|
13138
13138
|
}
|
13139
13139
|
prepare(i) {
|
13140
13140
|
return it(this, null, function* () {
|
13141
|
-
const a = "Liveness.worker.js", o = me.getState().workerPath, s = YC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-
|
13141
|
+
const a = "Liveness.worker.js", o = me.getState().workerPath, s = YC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-229027e0";
|
13142
13142
|
try {
|
13143
13143
|
let l = yield (yield fetch(s + "/" + a)).text();
|
13144
13144
|
I || (l = _O(l, s));
|
@@ -13156,7 +13156,7 @@ class RC {
|
|
13156
13156
|
}), this.worker.postMessage({
|
13157
13157
|
target: "worker-init",
|
13158
13158
|
URL: document.URL,
|
13159
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-
|
13159
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/8.1/5c29def4-229027e0",
|
13160
13160
|
preMain: !0
|
13161
13161
|
}));
|
13162
13162
|
});
|
@@ -13527,7 +13527,7 @@ const qC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), KC = (t) => t ===
|
|
13527
13527
|
metadata: {
|
13528
13528
|
serviceUrl: D || za,
|
13529
13529
|
hostAppId: ux(),
|
13530
|
-
sdkVersion: BA("8.1.
|
13530
|
+
sdkVersion: BA("8.1.1862-nightly"),
|
13531
13531
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13532
13532
|
camera: x.camera
|
13533
13533
|
}
|
@@ -13537,7 +13537,7 @@ const qC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), KC = (t) => t ===
|
|
13537
13537
|
data: null
|
13538
13538
|
}), zl("Service initialized");
|
13539
13539
|
} else {
|
13540
|
-
const W = pO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("8.1.
|
13540
|
+
const W = pO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("8.1.1862-nightly"), D || za, U);
|
13541
13541
|
Pi.getInitializingData({
|
13542
13542
|
deviceMetadata: W,
|
13543
13543
|
tag: d,
|
@@ -15930,7 +15930,7 @@ class Mq extends HTMLElement {
|
|
15930
15930
|
this.dispatchEvent(a), aq("Component event: ".concat(JSON.stringify(a.detail)));
|
15931
15931
|
}
|
15932
15932
|
get version() {
|
15933
|
-
return "".concat("8.1.
|
15933
|
+
return "".concat("8.1.1862-nightly".trim());
|
15934
15934
|
}
|
15935
15935
|
set translations(i) {
|
15936
15936
|
this._translations = i, this._mounted && this.render();
|
@@ -16360,7 +16360,7 @@ class Eq extends HTMLElement {
|
|
16360
16360
|
});
|
16361
16361
|
}
|
16362
16362
|
get version() {
|
16363
|
-
return "".concat("8.1.
|
16363
|
+
return "".concat("8.1.1862-nightly".trim());
|
16364
16364
|
}
|
16365
16365
|
set translations(i) {
|
16366
16366
|
this._translations = i, 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.1.
|
3
|
+
"version": "8.1.1862-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",
|