@regulaforensics/vp-frontend-document-components 7.7.2198-nightly → 7.7.2199-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 +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17210,7 +17210,7 @@ function mx(t) {
|
|
|
17210
17210
|
}), Q = {
|
|
17211
17211
|
platform: "Web",
|
|
17212
17212
|
osVersion: "".concat(pr.osVersion),
|
|
17213
|
-
sdkVersion: "7.7.
|
|
17213
|
+
sdkVersion: "7.7.2199-nightly".trim(),
|
|
17214
17214
|
hostAppId: (ae = f.recognizerProcessParam.processParam.backendProcessing) === null || ae === void 0 ? void 0 : ae.serviceURL,
|
|
17215
17215
|
userID: N0(h0),
|
|
17216
17216
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -23484,8 +23484,8 @@ class Dfe {
|
|
|
23484
23484
|
processParam: {}
|
|
23485
23485
|
}), $r(this, "imageProcessParam", {
|
|
23486
23486
|
processParam: {}
|
|
23487
|
-
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/8dbb6f01-
|
|
23488
|
-
component: "7.7.
|
|
23487
|
+
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/8dbb6f01-ee30f8ac9"), $r(this, "version", {
|
|
23488
|
+
component: "7.7.2199-nightly".trim()
|
|
23489
23489
|
});
|
|
23490
23490
|
}
|
|
23491
23491
|
get processingListener() {
|
|
@@ -23557,7 +23557,7 @@ class Dfe {
|
|
|
23557
23557
|
return He(this, null, function* () {
|
|
23558
23558
|
var r, e;
|
|
23559
23559
|
Br("Preparing the service");
|
|
23560
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/8dbb6f01-
|
|
23560
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/8dbb6f01-ee30f8ac9", s = Rfe(this.workerPath);
|
|
23561
23561
|
{
|
|
23562
23562
|
let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23563
23563
|
o || (f = sx(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.2199-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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^7.7.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.7.340-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|