@regulaforensics/vp-frontend-face-components 7.1.1695-rc → 7.1.1697-rc
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/rc/7.1/1705564e-
|
9835
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/rc/7.1/1705564e-b44a2ced3",
|
9836
9836
|
detectOcclusion: !0
|
9837
9837
|
}, gL = (t) => DI(DI({}, J4), {}, {
|
9838
9838
|
onEvent: () => IL('Function "onEvent" not defined.'),
|
@@ -12979,7 +12979,7 @@ class mC {
|
|
12979
12979
|
}
|
12980
12980
|
prepare(i) {
|
12981
12981
|
return it(this, null, function* () {
|
12982
|
-
const a = "Liveness.worker.js", M = we.getState().workerPath, s = CC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/rc/7.1/1705564e-
|
12982
|
+
const a = "Liveness.worker.js", M = we.getState().workerPath, s = CC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/rc/7.1/1705564e-b44a2ced3";
|
12983
12983
|
try {
|
12984
12984
|
let g = yield (yield fetch(s + "/" + a)).text();
|
12985
12985
|
l || (g = NS(g, s));
|
@@ -12997,7 +12997,7 @@ class mC {
|
|
12997
12997
|
}), this.worker.postMessage({
|
12998
12998
|
target: "worker-init",
|
12999
12999
|
URL: document.URL,
|
13000
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/rc/7.1/1705564e-
|
13000
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/rc/7.1/1705564e-b44a2ced3",
|
13001
13001
|
preMain: !0
|
13002
13002
|
}));
|
13003
13003
|
});
|
@@ -13356,7 +13356,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = un.create("main"), BC = (t) => t ===
|
|
13356
13356
|
metadata: {
|
13357
13357
|
serviceUrl: y || xa,
|
13358
13358
|
hostAppId: rE(),
|
13359
|
-
sdkVersion: eE("7.1.
|
13359
|
+
sdkVersion: eE("7.1.1697-rc"),
|
13360
13360
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13361
13361
|
camera: E.camera
|
13362
13362
|
}
|
@@ -13377,7 +13377,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = un.create("main"), BC = (t) => t ===
|
|
13377
13377
|
}), Q = {
|
13378
13378
|
platform: "Web",
|
13379
13379
|
osVersion: "".concat(Mr.osVersion),
|
13380
|
-
sdkVersion: eE("7.1.
|
13380
|
+
sdkVersion: eE("7.1.1697-rc"),
|
13381
13381
|
hostAppId: rE(),
|
13382
13382
|
serviceUrl: y || xa,
|
13383
13383
|
userID: G,
|
@@ -15728,7 +15728,7 @@ class iX extends HTMLElement {
|
|
15728
15728
|
this.dispatchEvent(a), nX("Component event: ".concat(JSON.stringify(a.detail)));
|
15729
15729
|
}
|
15730
15730
|
get version() {
|
15731
|
-
return "".concat("7.1.
|
15731
|
+
return "".concat("7.1.1697-rc".trim());
|
15732
15732
|
}
|
15733
15733
|
set translations(i) {
|
15734
15734
|
this._translations = i, this._mounted && this.render();
|
@@ -16158,7 +16158,7 @@ class AX extends HTMLElement {
|
|
16158
16158
|
});
|
16159
16159
|
}
|
16160
16160
|
get version() {
|
16161
|
-
return "".concat("7.1.
|
16161
|
+
return "".concat("7.1.1697-rc".trim());
|
16162
16162
|
}
|
16163
16163
|
set translations(i) {
|
16164
16164
|
this._translations = i, this._mounted && this.render();
|
package/package.json
CHANGED