@regulaforensics/vp-frontend-face-components 7.1.1680-nightly → 7.1.1682-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 = Mn.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.1/8329e9d5-
|
9835
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.1/8329e9d5-67f72f88c",
|
9836
9836
|
detectOcclusion: !0
|
9837
9837
|
}, gL = (t) => DI(DI({}, J4), {}, {
|
9838
9838
|
onEvent: () => IL('Function "onEvent" not defined.'),
|
@@ -12976,7 +12976,7 @@ class mC {
|
|
12976
12976
|
}
|
12977
12977
|
prepare(i) {
|
12978
12978
|
return it(this, null, function* () {
|
12979
|
-
const a = "Liveness.worker.js", M = we.getState().workerPath, s = CC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.1/8329e9d5-
|
12979
|
+
const a = "Liveness.worker.js", M = we.getState().workerPath, s = CC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.1/8329e9d5-67f72f88c";
|
12980
12980
|
try {
|
12981
12981
|
let g = yield (yield fetch(s + "/" + a)).text();
|
12982
12982
|
l || (g = NS(g, s));
|
@@ -12994,7 +12994,7 @@ class mC {
|
|
12994
12994
|
}), this.worker.postMessage({
|
12995
12995
|
target: "worker-init",
|
12996
12996
|
URL: document.URL,
|
12997
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.1/8329e9d5-
|
12997
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.1/8329e9d5-67f72f88c",
|
12998
12998
|
preMain: !0
|
12999
12999
|
}));
|
13000
13000
|
});
|
@@ -13353,7 +13353,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = Mn.create("main"), BC = (t) => t ===
|
|
13353
13353
|
metadata: {
|
13354
13354
|
serviceUrl: y || xa,
|
13355
13355
|
hostAppId: rE(),
|
13356
|
-
sdkVersion: eE("7.1.
|
13356
|
+
sdkVersion: eE("7.1.1682-nightly"),
|
13357
13357
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13358
13358
|
camera: E.camera
|
13359
13359
|
}
|
@@ -13374,7 +13374,7 @@ const GC = 1500, uE = (t) => t * 1e3, Ag = Mn.create("main"), BC = (t) => t ===
|
|
13374
13374
|
}), Q = {
|
13375
13375
|
platform: "Web",
|
13376
13376
|
osVersion: "".concat(Mr.osVersion),
|
13377
|
-
sdkVersion: eE("7.1.
|
13377
|
+
sdkVersion: eE("7.1.1682-nightly"),
|
13378
13378
|
hostAppId: rE(),
|
13379
13379
|
serviceUrl: y || xa,
|
13380
13380
|
userID: G,
|
@@ -15724,7 +15724,7 @@ class iX extends HTMLElement {
|
|
15724
15724
|
this.dispatchEvent(a), nX("Component event: ".concat(JSON.stringify(a.detail)));
|
15725
15725
|
}
|
15726
15726
|
get version() {
|
15727
|
-
return "".concat("7.1.
|
15727
|
+
return "".concat("7.1.1682-nightly".trim());
|
15728
15728
|
}
|
15729
15729
|
set translations(i) {
|
15730
15730
|
this._translations = i, this._mounted && this.render();
|
@@ -16154,7 +16154,7 @@ class AX extends HTMLElement {
|
|
16154
16154
|
});
|
16155
16155
|
}
|
16156
16156
|
get version() {
|
16157
|
-
return "".concat("7.1.
|
16157
|
+
return "".concat("7.1.1682-nightly".trim());
|
16158
16158
|
}
|
16159
16159
|
set translations(i) {
|
16160
16160
|
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.1.
|
3
|
+
"version": "7.1.1682-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",
|