@regulaforensics/vp-frontend-face-components 7.2.1777-nightly → 7.2.1779-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 AL = un.create("main"), tA = {
|
|
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/aba92da2-
|
9908
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/aba92da2-82e278b32",
|
9909
9909
|
detectOcclusion: !0
|
9910
9910
|
}, dL = (t) => Eg(Eg({}, tA), {}, {
|
9911
9911
|
onEvent: () => AL('Function "onEvent" not defined.'),
|
@@ -13128,7 +13128,7 @@ class $C {
|
|
13128
13128
|
}
|
13129
13129
|
prepare(i) {
|
13130
13130
|
return it(this, null, function* () {
|
13131
|
-
const a = "Liveness.worker.js", o = me.getState().workerPath, s = PC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/aba92da2-
|
13131
|
+
const a = "Liveness.worker.js", o = me.getState().workerPath, s = PC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/aba92da2-82e278b32";
|
13132
13132
|
try {
|
13133
13133
|
let l = yield (yield fetch(s + "/" + a)).text();
|
13134
13134
|
I || (l = fS(l, s));
|
@@ -13146,7 +13146,7 @@ class $C {
|
|
13146
13146
|
}), this.worker.postMessage({
|
13147
13147
|
target: "worker-init",
|
13148
13148
|
URL: document.URL,
|
13149
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/aba92da2-
|
13149
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/aba92da2-82e278b32",
|
13150
13150
|
preMain: !0
|
13151
13151
|
}));
|
13152
13152
|
});
|
@@ -13516,7 +13516,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13516
13516
|
metadata: {
|
13517
13517
|
serviceUrl: D || za,
|
13518
13518
|
hostAppId: zx(),
|
13519
|
-
sdkVersion: ME("7.2.
|
13519
|
+
sdkVersion: ME("7.2.1779-nightly"),
|
13520
13520
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13521
13521
|
camera: x.camera
|
13522
13522
|
}
|
@@ -13526,7 +13526,7 @@ const ep = 1500, lE = (t) => t * 1e3, fl = un.create("main"), rp = (t) => t ===
|
|
13526
13526
|
data: null
|
13527
13527
|
}), fl("Service initialized");
|
13528
13528
|
} else {
|
13529
|
-
const W = gS([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, ME("7.2.
|
13529
|
+
const W = gS([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, ME("7.2.1779-nightly"), D || za, U);
|
13530
13530
|
Pi.getInitializingData({
|
13531
13531
|
deviceMetadata: W,
|
13532
13532
|
tag: d,
|
@@ -15919,7 +15919,7 @@ class uq extends HTMLElement {
|
|
15919
15919
|
this.dispatchEvent(a), oq("Component event: ".concat(JSON.stringify(a.detail)));
|
15920
15920
|
}
|
15921
15921
|
get version() {
|
15922
|
-
return "".concat("7.2.
|
15922
|
+
return "".concat("7.2.1779-nightly".trim());
|
15923
15923
|
}
|
15924
15924
|
set translations(i) {
|
15925
15925
|
this._translations = i, this._mounted && this.render();
|
@@ -16349,7 +16349,7 @@ class zq extends HTMLElement {
|
|
16349
16349
|
});
|
16350
16350
|
}
|
16351
16351
|
get version() {
|
16352
|
-
return "".concat("7.2.
|
16352
|
+
return "".concat("7.2.1779-nightly".trim());
|
16353
16353
|
}
|
16354
16354
|
set translations(i) {
|
16355
16355
|
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.1779-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",
|