@regulaforensics/vp-frontend-face-components 7.2.1709-nightly → 7.2.1711-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
@@ -9832,7 +9832,7 @@ const IL = un.create("main"), J4 = {
|
|
9832
9832
|
livenessType: ZM.ACTIVE,
|
9833
9833
|
holdStillDuration: void 0,
|
9834
9834
|
timeoutInterval: void 0,
|
9835
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-
|
9835
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-0b29d418f",
|
9836
9836
|
detectOcclusion: !0
|
9837
9837
|
}, gL = (t) => DI(DI({}, J4), {}, {
|
9838
9838
|
onEvent: () => IL('Function "onEvent" not defined.'),
|
@@ -12986,7 +12986,7 @@ class kC {
|
|
12986
12986
|
}
|
12987
12987
|
prepare(i) {
|
12988
12988
|
return it(this, null, function* () {
|
12989
|
-
const a = "Liveness.worker.js", M = we.getState().workerPath, s = mC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-
|
12989
|
+
const a = "Liveness.worker.js", M = we.getState().workerPath, s = mC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-0b29d418f";
|
12990
12990
|
try {
|
12991
12991
|
let g = yield (yield fetch(s + "/" + a)).text();
|
12992
12992
|
l || (g = DS(g, s));
|
@@ -13004,7 +13004,7 @@ class kC {
|
|
13004
13004
|
}), this.worker.postMessage({
|
13005
13005
|
target: "worker-init",
|
13006
13006
|
URL: document.URL,
|
13007
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-
|
13007
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/2f13ead2-0b29d418f",
|
13008
13008
|
preMain: !0
|
13009
13009
|
}));
|
13010
13010
|
});
|
@@ -13363,7 +13363,7 @@ const FC = 1500, sE = (t) => t * 1e3, Ag = un.create("main"), ZC = (t) => t ===
|
|
13363
13363
|
metadata: {
|
13364
13364
|
serviceUrl: y || xa,
|
13365
13365
|
hostAppId: tE(),
|
13366
|
-
sdkVersion: rE("7.2.
|
13366
|
+
sdkVersion: rE("7.2.1711-nightly"),
|
13367
13367
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13368
13368
|
camera: E.camera
|
13369
13369
|
}
|
@@ -13384,7 +13384,7 @@ const FC = 1500, sE = (t) => t * 1e3, Ag = un.create("main"), ZC = (t) => t ===
|
|
13384
13384
|
}), Q = {
|
13385
13385
|
platform: "Web",
|
13386
13386
|
osVersion: "".concat(Mr.osVersion),
|
13387
|
-
sdkVersion: rE("7.2.
|
13387
|
+
sdkVersion: rE("7.2.1711-nightly"),
|
13388
13388
|
hostAppId: tE(),
|
13389
13389
|
serviceUrl: y || xa,
|
13390
13390
|
userID: G,
|
@@ -15727,7 +15727,7 @@ class iX extends HTMLElement {
|
|
15727
15727
|
this.dispatchEvent(a), nX("Component event: ".concat(JSON.stringify(a.detail)));
|
15728
15728
|
}
|
15729
15729
|
get version() {
|
15730
|
-
return "".concat("7.2.
|
15730
|
+
return "".concat("7.2.1711-nightly".trim());
|
15731
15731
|
}
|
15732
15732
|
set translations(i) {
|
15733
15733
|
this._translations = i, this._mounted && this.render();
|
@@ -16157,7 +16157,7 @@ class AX extends HTMLElement {
|
|
16157
16157
|
});
|
16158
16158
|
}
|
16159
16159
|
get version() {
|
16160
|
-
return "".concat("7.2.
|
16160
|
+
return "".concat("7.2.1711-nightly".trim());
|
16161
16161
|
}
|
16162
16162
|
set translations(i) {
|
16163
16163
|
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.1711-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",
|