@regulaforensics/vp-frontend-face-components 7.2.1825-nightly → 7.2.1826-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/7.2/30b4b8a5-
|
9908
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/30b4b8a5-13482e498",
|
9909
9909
|
detectOcclusion: !0
|
9910
9910
|
}, TL = (t) => dg(dg({}, rA), {}, {
|
9911
9911
|
onEvent: () => yL('Function "onEvent" not defined.'),
|
@@ -13125,7 +13125,7 @@ class PC {
|
|
13125
13125
|
}
|
13126
13126
|
prepare(i) {
|
13127
13127
|
return it(this, null, function* () {
|
13128
|
-
const a = "Liveness.worker.js", o = me.getState().workerPath, s = QC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/30b4b8a5-
|
13128
|
+
const a = "Liveness.worker.js", o = me.getState().workerPath, s = QC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/30b4b8a5-13482e498";
|
13129
13129
|
try {
|
13130
13130
|
let l = yield (yield fetch(s + "/" + a)).text();
|
13131
13131
|
I || (l = RO(l, s));
|
@@ -13143,7 +13143,7 @@ class PC {
|
|
13143
13143
|
}), this.worker.postMessage({
|
13144
13144
|
target: "worker-init",
|
13145
13145
|
URL: document.URL,
|
13146
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/30b4b8a5-
|
13146
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/30b4b8a5-13482e498",
|
13147
13147
|
preMain: !0
|
13148
13148
|
}));
|
13149
13149
|
});
|
@@ -13514,7 +13514,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13514
13514
|
metadata: {
|
13515
13515
|
serviceUrl: D || za,
|
13516
13516
|
hostAppId: ux(),
|
13517
|
-
sdkVersion: BA("7.2.
|
13517
|
+
sdkVersion: BA("7.2.1826-nightly"),
|
13518
13518
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13519
13519
|
camera: x.camera
|
13520
13520
|
}
|
@@ -13524,7 +13524,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13524
13524
|
data: null
|
13525
13525
|
}), zl("Service initialized");
|
13526
13526
|
} else {
|
13527
|
-
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.
|
13527
|
+
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.1826-nightly"), D || za, U);
|
13528
13528
|
Pi.getInitializingData({
|
13529
13529
|
deviceMetadata: W,
|
13530
13530
|
tag: d,
|
@@ -15917,7 +15917,7 @@ class aq extends HTMLElement {
|
|
15917
15917
|
this.dispatchEvent(a), iq("Component event: ".concat(JSON.stringify(a.detail)));
|
15918
15918
|
}
|
15919
15919
|
get version() {
|
15920
|
-
return "".concat("7.2.
|
15920
|
+
return "".concat("7.2.1826-nightly".trim());
|
15921
15921
|
}
|
15922
15922
|
set translations(i) {
|
15923
15923
|
this._translations = i, this._mounted && this.render();
|
@@ -16347,7 +16347,7 @@ class dq extends HTMLElement {
|
|
16347
16347
|
});
|
16348
16348
|
}
|
16349
16349
|
get version() {
|
16350
|
-
return "".concat("7.2.
|
16350
|
+
return "".concat("7.2.1826-nightly".trim());
|
16351
16351
|
}
|
16352
16352
|
set translations(i) {
|
16353
16353
|
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": "7.2.
|
3
|
+
"version": "7.2.1826-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",
|