@regulaforensics/vp-frontend-document-components 7.6.2176-nightly → 7.6.2178-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 +12 -12
- package/dist/main.js +4 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17324,7 +17324,7 @@ function Rw(t) {
|
|
|
17324
17324
|
}), Z = {
|
|
17325
17325
|
platform: "Web",
|
|
17326
17326
|
osVersion: "".concat(lr.osVersion),
|
|
17327
|
-
sdkVersion: "7.6.
|
|
17327
|
+
sdkVersion: "7.6.2178-nightly".trim(),
|
|
17328
17328
|
hostAppId: (te = f.recognizerProcessParam.processParam.backendProcessing) === null || te === void 0 ? void 0 : te.serviceURL,
|
|
17329
17329
|
userID: D7(_7),
|
|
17330
17330
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23704,8 +23704,8 @@ class T_e {
|
|
|
23704
23704
|
processParam: {}
|
|
23705
23705
|
}), xr(this, "imageProcessParam", {
|
|
23706
23706
|
processParam: {}
|
|
23707
|
-
}), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/defbf16f-
|
|
23708
|
-
component: "7.6.
|
|
23707
|
+
}), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/defbf16f-f1bf8c57e"), xr(this, "version", {
|
|
23708
|
+
component: "7.6.2178-nightly".trim()
|
|
23709
23709
|
});
|
|
23710
23710
|
}
|
|
23711
23711
|
get processingListener() {
|
|
@@ -23777,7 +23777,7 @@ class T_e {
|
|
|
23777
23777
|
return be(this, null, function* () {
|
|
23778
23778
|
var r, e;
|
|
23779
23779
|
wr("Preparing the service");
|
|
23780
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/defbf16f-
|
|
23780
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/defbf16f-f1bf8c57e", s = R_e(this.workerPath);
|
|
23781
23781
|
{
|
|
23782
23782
|
let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23783
23783
|
o || (f = _w(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2178-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.js",
|