@regulaforensics/vp-frontend-document-components 7.5.2029-nightly → 7.5.2030-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
|
@@ -17673,7 +17673,7 @@ function Rx(e, r, t, i, o) {
|
|
|
17673
17673
|
}), q = {
|
|
17674
17674
|
platform: "Web",
|
|
17675
17675
|
osVersion: "".concat(lr.osVersion),
|
|
17676
|
-
sdkVersion: "7.5.
|
|
17676
|
+
sdkVersion: "7.5.2030-nightly".trim(),
|
|
17677
17677
|
hostAppId: (pe = s.recognizerProcessParam.processParam.backendProcessing) === null || pe === void 0 ? void 0 : pe.serviceURL,
|
|
17678
17678
|
userID: cD(Q6),
|
|
17679
17679
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23640,8 +23640,8 @@ class Yde {
|
|
|
23640
23640
|
processParam: {}
|
|
23641
23641
|
}), br(this, "imageProcessParam", {
|
|
23642
23642
|
processParam: {}
|
|
23643
|
-
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
23644
|
-
component: "7.5.
|
|
23643
|
+
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/cf56a13a-526b07f8e"), br(this, "version", {
|
|
23644
|
+
component: "7.5.2030-nightly".trim()
|
|
23645
23645
|
});
|
|
23646
23646
|
}
|
|
23647
23647
|
get processingListener() {
|
|
@@ -23711,7 +23711,7 @@ class Yde {
|
|
|
23711
23711
|
return Ve(this, null, function* () {
|
|
23712
23712
|
var r, t;
|
|
23713
23713
|
Lr("Preparing the service");
|
|
23714
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
23714
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/cf56a13a-526b07f8e", s = qde(this.workerPath);
|
|
23715
23715
|
{
|
|
23716
23716
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
23717
23717
|
o || (f = dx(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.2030-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.5.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.5.217-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|