@regulaforensics/vp-frontend-face-components 6.4.1588-nightly → 6.4.1590-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
@@ -10875,7 +10875,7 @@ const df = Mn.create("main"), nT = {
|
|
10875
10875
|
livenessType: Mu.ACTIVE,
|
10876
10876
|
holdStillDuration: void 0,
|
10877
10877
|
timeoutInterval: void 0,
|
10878
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-
|
10878
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-176fb83e5",
|
10879
10879
|
detectOcclusion: !0
|
10880
10880
|
}, Af = (r) => NI(NI({}, nT), {}, {
|
10881
10881
|
onEvent: () => df('Function "onEvent" not defined.'),
|
@@ -13925,7 +13925,7 @@ class vC {
|
|
13925
13925
|
}
|
13926
13926
|
prepare(n) {
|
13927
13927
|
return ir(this, null, function* () {
|
13928
|
-
const a = "Liveness.worker.js", o = Fe.getState().workerPath, c = OC(o), I = Fe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-
|
13928
|
+
const a = "Liveness.worker.js", o = Fe.getState().workerPath, c = OC(o), I = Fe.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-176fb83e5";
|
13929
13929
|
try {
|
13930
13930
|
let N = yield (yield fetch(c + "/" + a)).text();
|
13931
13931
|
I || (N = jz(N, c));
|
@@ -13943,7 +13943,7 @@ class vC {
|
|
13943
13943
|
}), this.worker.postMessage({
|
13944
13944
|
target: "worker-init",
|
13945
13945
|
URL: document.URL,
|
13946
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-
|
13946
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/6.4/cf88cbef-176fb83e5",
|
13947
13947
|
preMain: !0
|
13948
13948
|
}));
|
13949
13949
|
});
|
@@ -14289,7 +14289,7 @@ const VC = 1500, C2 = (r) => r * 1e3, Dg = Mn.create("main"), ZC = (r, n, a, o,
|
|
14289
14289
|
metadata: {
|
14290
14290
|
serviceUrl: r.url || xa,
|
14291
14291
|
hostAppId: T2(),
|
14292
|
-
sdkVersion: D2("6.4.
|
14292
|
+
sdkVersion: D2("6.4.1590-nightly"),
|
14293
14293
|
deviceModel: "".concat(ot.osName, "/").concat(ot.osVersion, " ").concat(ot.browserName, "/").concat(ot.fullBrowserVersion),
|
14294
14294
|
camera: r.videoStatusParams.camera
|
14295
14295
|
}
|
@@ -14310,7 +14310,7 @@ const VC = 1500, C2 = (r) => r * 1e3, Dg = Mn.create("main"), ZC = (r, n, a, o,
|
|
14310
14310
|
}), A = {
|
14311
14311
|
platform: "Web",
|
14312
14312
|
osVersion: "".concat(ot.osVersion),
|
14313
|
-
sdkVersion: D2("6.4.
|
14313
|
+
sdkVersion: D2("6.4.1590-nightly"),
|
14314
14314
|
hostAppId: T2(),
|
14315
14315
|
serviceUrl: r.url || xa,
|
14316
14316
|
userID: y,
|
@@ -16419,7 +16419,7 @@ class rW extends HTMLElement {
|
|
16419
16419
|
this.dispatchEvent(a), tW("Component event: ".concat(JSON.stringify(a.detail)));
|
16420
16420
|
}
|
16421
16421
|
get version() {
|
16422
|
-
return "".concat("6.4.
|
16422
|
+
return "".concat("6.4.1590-nightly".trim());
|
16423
16423
|
}
|
16424
16424
|
set translations(n) {
|
16425
16425
|
this._translations = n, this._mounted && this.render();
|
@@ -16811,7 +16811,7 @@ class gW extends HTMLElement {
|
|
16811
16811
|
});
|
16812
16812
|
}
|
16813
16813
|
get version() {
|
16814
|
-
return "".concat("6.4.
|
16814
|
+
return "".concat("6.4.1590-nightly".trim());
|
16815
16815
|
}
|
16816
16816
|
set translations(n) {
|
16817
16817
|
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.4.
|
3
|
+
"version": "6.4.1590-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",
|