@regulaforensics/vp-frontend-face-components 7.2.1727-nightly → 7.2.1728-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/6382cffe-
|
9839
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.2/6382cffe-ac98e67ca",
|
9840
9840
|
detectOcclusion: !0
|
9841
9841
|
}, lL = (r) => 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 ir(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/6382cffe-
|
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/6382cffe-ac98e67ca";
|
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/6382cffe-
|
13018
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.2/6382cffe-ac98e67ca",
|
13019
13019
|
preMain: !0
|
13020
13020
|
}));
|
13021
13021
|
});
|
@@ -13374,7 +13374,7 @@ const ZC = 1500, sE = (r) => r * 1e3, Al = un.create("main"), WC = (r) => r ===
|
|
13374
13374
|
metadata: {
|
13375
13375
|
serviceUrl: D || xM,
|
13376
13376
|
hostAppId: rE(),
|
13377
|
-
sdkVersion: tE("7.2.
|
13377
|
+
sdkVersion: tE("7.2.1728-nightly"),
|
13378
13378
|
deviceModel: "".concat(ot.osName, "/").concat(ot.osVersion, " ").concat(ot.browserName, "/").concat(ot.fullBrowserVersion),
|
13379
13379
|
camera: d.camera
|
13380
13380
|
}
|
@@ -13395,7 +13395,7 @@ const ZC = 1500, sE = (r) => r * 1e3, Al = un.create("main"), WC = (r) => r ===
|
|
13395
13395
|
}), Q = {
|
13396
13396
|
platform: "Web",
|
13397
13397
|
osVersion: "".concat(ot.osVersion),
|
13398
|
-
sdkVersion: tE("7.2.
|
13398
|
+
sdkVersion: tE("7.2.1728-nightly"),
|
13399
13399
|
hostAppId: rE(),
|
13400
13400
|
serviceUrl: D || xM,
|
13401
13401
|
userID: $,
|
@@ -15738,7 +15738,7 @@ class MX extends HTMLElement {
|
|
15738
15738
|
this.dispatchEvent(M), iX("Component event: ".concat(JSON.stringify(M.detail)));
|
15739
15739
|
}
|
15740
15740
|
get version() {
|
15741
|
-
return "".concat("7.2.
|
15741
|
+
return "".concat("7.2.1728-nightly".trim());
|
15742
15742
|
}
|
15743
15743
|
set translations(i) {
|
15744
15744
|
this._translations = i, this._mounted && this.render();
|
@@ -16168,7 +16168,7 @@ class dX extends HTMLElement {
|
|
16168
16168
|
});
|
16169
16169
|
}
|
16170
16170
|
get version() {
|
16171
|
-
return "".concat("7.2.
|
16171
|
+
return "".concat("7.2.1728-nightly".trim());
|
16172
16172
|
}
|
16173
16173
|
set translations(i) {
|
16174
16174
|
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.1728-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",
|