@regulaforensics/vp-frontend-face-components 7.2.1731-nightly → 7.2.1732-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
@@ -9836,7 +9836,7 @@ const gL = un.create("main"), J4 = {
|
|
9836
9836
|
livenessType: Aa.ACTIVE,
|
9837
9837
|
holdStillDuration: void 0,
|
9838
9838
|
timeoutInterval: void 0,
|
9839
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-
|
9839
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-02ad8d543",
|
9840
9840
|
detectOcclusion: !0
|
9841
9841
|
}, lL = (t) => yg(yg({}, J4), {}, {
|
9842
9842
|
onEvent: () => gL('Function "onEvent" not defined.'),
|
@@ -12997,7 +12997,7 @@ class UC {
|
|
12997
12997
|
}
|
12998
12998
|
prepare(i) {
|
12999
12999
|
return it(this, null, function* () {
|
13000
|
-
const M = "Liveness.worker.js", o = he.getState().workerPath, s = wC(o), I = he.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-
|
13000
|
+
const M = "Liveness.worker.js", o = he.getState().workerPath, s = wC(o), I = he.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-02ad8d543";
|
13001
13001
|
try {
|
13002
13002
|
let l = yield (yield fetch(s + "/" + M)).text();
|
13003
13003
|
I || (l = yS(l, s));
|
@@ -13015,7 +13015,7 @@ class UC {
|
|
13015
13015
|
}), this.worker.postMessage({
|
13016
13016
|
target: "worker-init",
|
13017
13017
|
URL: document.URL,
|
13018
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-
|
13018
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/93796a0c-02ad8d543",
|
13019
13019
|
preMain: !0
|
13020
13020
|
}));
|
13021
13021
|
});
|
@@ -13374,7 +13374,7 @@ const ZC = 1500, sE = (t) => t * 1e3, Al = un.create("main"), WC = (t) => t ===
|
|
13374
13374
|
metadata: {
|
13375
13375
|
serviceUrl: D || xM,
|
13376
13376
|
hostAppId: tE(),
|
13377
|
-
sdkVersion: rE("7.2.
|
13377
|
+
sdkVersion: rE("7.2.1732-nightly"),
|
13378
13378
|
deviceModel: "".concat(or.osName, "/").concat(or.osVersion, " ").concat(or.browserName, "/").concat(or.fullBrowserVersion),
|
13379
13379
|
camera: d.camera
|
13380
13380
|
}
|
@@ -13395,7 +13395,7 @@ const ZC = 1500, sE = (t) => t * 1e3, Al = un.create("main"), WC = (t) => t ===
|
|
13395
13395
|
}), Q = {
|
13396
13396
|
platform: "Web",
|
13397
13397
|
osVersion: "".concat(or.osVersion),
|
13398
|
-
sdkVersion: rE("7.2.
|
13398
|
+
sdkVersion: rE("7.2.1732-nightly"),
|
13399
13399
|
hostAppId: tE(),
|
13400
13400
|
serviceUrl: D || xM,
|
13401
13401
|
userID: G,
|
@@ -15789,7 +15789,7 @@ class rq extends HTMLElement {
|
|
15789
15789
|
this.dispatchEvent(M), eq("Component event: ".concat(JSON.stringify(M.detail)));
|
15790
15790
|
}
|
15791
15791
|
get version() {
|
15792
|
-
return "".concat("7.2.
|
15792
|
+
return "".concat("7.2.1732-nightly".trim());
|
15793
15793
|
}
|
15794
15794
|
set translations(i) {
|
15795
15795
|
this._translations = i, this._mounted && this.render();
|
@@ -16219,7 +16219,7 @@ class Dq extends HTMLElement {
|
|
16219
16219
|
});
|
16220
16220
|
}
|
16221
16221
|
get version() {
|
16222
|
-
return "".concat("7.2.
|
16222
|
+
return "".concat("7.2.1732-nightly".trim());
|
16223
16223
|
}
|
16224
16224
|
set translations(i) {
|
16225
16225
|
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.1732-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",
|