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