@regulaforensics/vp-frontend-face-components 7.2.1725-nightly → 7.2.1726-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 +1 -1
- package/dist/main.js +4 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -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.1726-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.1726-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.1726-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.1726-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.1726-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",
|