@regulaforensics/vp-frontend-face-components 6.5.1649-rc → 7.1.1650-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
@@ -9832,7 +9832,7 @@ const jL = Mn.create("main"), J4 = {
|
|
9832
9832
|
livenessType: ZM.ACTIVE,
|
9833
9833
|
holdStillDuration: void 0,
|
9834
9834
|
timeoutInterval: void 0,
|
9835
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/
|
9835
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/nightly/7.1/aef3c603-8a041ae97",
|
9836
9836
|
detectOcclusion: !0
|
9837
9837
|
}, yL = (t) => yI(yI({}, J4), {}, {
|
9838
9838
|
onEvent: () => jL('Function "onEvent" not defined.'),
|
@@ -12998,7 +12998,7 @@ class kC {
|
|
12998
12998
|
}
|
12999
12999
|
prepare(i) {
|
13000
13000
|
return it(this, null, function* () {
|
13001
|
-
const a = "Liveness.worker.js", M = we.getState().workerPath, s = mC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/
|
13001
|
+
const a = "Liveness.worker.js", M = we.getState().workerPath, s = mC(M), l = we.getState().workerPath === "https://wasm-development.regulaforensics.com/face/nightly/7.1/aef3c603-8a041ae97";
|
13002
13002
|
try {
|
13003
13003
|
let g = yield (yield fetch(s + "/" + a)).text();
|
13004
13004
|
l || (g = DS(g, s));
|
@@ -13016,7 +13016,7 @@ class kC {
|
|
13016
13016
|
}), this.worker.postMessage({
|
13017
13017
|
target: "worker-init",
|
13018
13018
|
URL: document.URL,
|
13019
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/
|
13019
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/nightly/7.1/aef3c603-8a041ae97",
|
13020
13020
|
preMain: !0
|
13021
13021
|
}));
|
13022
13022
|
});
|
@@ -13375,7 +13375,7 @@ const FC = 1500, lE = (t) => t * 1e3, Tg = Mn.create("main"), ZC = (t) => t ===
|
|
13375
13375
|
metadata: {
|
13376
13376
|
serviceUrl: y || xa,
|
13377
13377
|
hostAppId: iE(),
|
13378
|
-
sdkVersion: nE("
|
13378
|
+
sdkVersion: nE("7.1.1650-nightly"),
|
13379
13379
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13380
13380
|
camera: d.camera
|
13381
13381
|
}
|
@@ -13396,7 +13396,7 @@ const FC = 1500, lE = (t) => t * 1e3, Tg = Mn.create("main"), ZC = (t) => t ===
|
|
13396
13396
|
}), Q = {
|
13397
13397
|
platform: "Web",
|
13398
13398
|
osVersion: "".concat(Mr.osVersion),
|
13399
|
-
sdkVersion: nE("
|
13399
|
+
sdkVersion: nE("7.1.1650-nightly"),
|
13400
13400
|
hostAppId: iE(),
|
13401
13401
|
serviceUrl: y || xa,
|
13402
13402
|
userID: G,
|
@@ -15747,7 +15747,7 @@ class MX extends HTMLElement {
|
|
15747
15747
|
this.dispatchEvent(a), oX("Component event: ".concat(JSON.stringify(a.detail)));
|
15748
15748
|
}
|
15749
15749
|
get version() {
|
15750
|
-
return "".concat("
|
15750
|
+
return "".concat("7.1.1650-nightly".trim());
|
15751
15751
|
}
|
15752
15752
|
set translations(i) {
|
15753
15753
|
this._translations = i, this._mounted && this.render();
|
@@ -16179,7 +16179,7 @@ class xX extends HTMLElement {
|
|
16179
16179
|
});
|
16180
16180
|
}
|
16181
16181
|
get version() {
|
16182
|
-
return "".concat("
|
16182
|
+
return "".concat("7.1.1650-nightly".trim());
|
16183
16183
|
}
|
16184
16184
|
set translations(i) {
|
16185
16185
|
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": "
|
3
|
+
"version": "7.1.1650-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",
|