@regulaforensics/vp-frontend-face-components 6.5.1629-nightly → 6.5.1630-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
@@ -10786,7 +10786,7 @@ const Fx = Mn.create("main"), J1 = {
|
|
10786
10786
|
livenessType: fo.ACTIVE,
|
10787
10787
|
holdStillDuration: void 0,
|
10788
10788
|
timeoutInterval: void 0,
|
10789
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-
|
10789
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-9701d74ac",
|
10790
10790
|
detectOcclusion: !0
|
10791
10791
|
}, Wx = (r) => yI(yI({}, J1), {}, {
|
10792
10792
|
onEvent: () => Fx('Function "onEvent" not defined.'),
|
@@ -13873,7 +13873,7 @@ class up {
|
|
13873
13873
|
}
|
13874
13874
|
prepare(n) {
|
13875
13875
|
return ir(this, null, function* () {
|
13876
|
-
const i = "Liveness.worker.js", M = we.getState().workerPath, c = ap(M), I = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-
|
13876
|
+
const i = "Liveness.worker.js", M = we.getState().workerPath, c = ap(M), I = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-9701d74ac";
|
13877
13877
|
try {
|
13878
13878
|
let j = yield (yield fetch(c + "/" + i)).text();
|
13879
13879
|
I || (j = GE(j, c));
|
@@ -13891,7 +13891,7 @@ class up {
|
|
13891
13891
|
}), this.worker.postMessage({
|
13892
13892
|
target: "worker-init",
|
13893
13893
|
URL: document.URL,
|
13894
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-
|
13894
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.5/f66e8038-9701d74ac",
|
13895
13895
|
preMain: !0
|
13896
13896
|
}));
|
13897
13897
|
});
|
@@ -14250,7 +14250,7 @@ const Ap = 1500, c2 = (r) => r * 1e3, Tg = Mn.create("main"), xp = (r) => r ===
|
|
14250
14250
|
metadata: {
|
14251
14251
|
serviceUrl: D || xa,
|
14252
14252
|
hostAppId: n2(),
|
14253
|
-
sdkVersion: r2("6.5.
|
14253
|
+
sdkVersion: r2("6.5.1630-nightly"),
|
14254
14254
|
deviceModel: "".concat(Mt.osName, "/").concat(Mt.osVersion, " ").concat(Mt.browserName, "/").concat(Mt.fullBrowserVersion),
|
14255
14255
|
camera: x.camera
|
14256
14256
|
}
|
@@ -14271,7 +14271,7 @@ const Ap = 1500, c2 = (r) => r * 1e3, Tg = Mn.create("main"), xp = (r) => r ===
|
|
14271
14271
|
}), Y = {
|
14272
14272
|
platform: "Web",
|
14273
14273
|
osVersion: "".concat(Mt.osVersion),
|
14274
|
-
sdkVersion: r2("6.5.
|
14274
|
+
sdkVersion: r2("6.5.1630-nightly"),
|
14275
14275
|
hostAppId: n2(),
|
14276
14276
|
serviceUrl: D || xa,
|
14277
14277
|
userID: V,
|
@@ -16494,7 +16494,7 @@ class NW extends HTMLElement {
|
|
16494
16494
|
this.dispatchEvent(i), jW("Component event: ".concat(JSON.stringify(i.detail)));
|
16495
16495
|
}
|
16496
16496
|
get version() {
|
16497
|
-
return "".concat("6.5.
|
16497
|
+
return "".concat("6.5.1630-nightly".trim());
|
16498
16498
|
}
|
16499
16499
|
set translations(n) {
|
16500
16500
|
this._translations = n, this._mounted && this.render();
|
@@ -16926,7 +16926,7 @@ class hW extends HTMLElement {
|
|
16926
16926
|
});
|
16927
16927
|
}
|
16928
16928
|
get version() {
|
16929
|
-
return "".concat("6.5.
|
16929
|
+
return "".concat("6.5.1630-nightly".trim());
|
16930
16930
|
}
|
16931
16931
|
set translations(n) {
|
16932
16932
|
this._translations = n, this._mounted && this.render();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@regulaforensics/vp-frontend-face-components",
|
3
|
-
"version": "6.5.
|
3
|
+
"version": "6.5.1630-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",
|