@regulaforensics/vp-frontend-document-components 7.6.2033-nightly → 7.6.2044-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
|
@@ -17679,7 +17679,7 @@ function Dx(e, r, t, i, o) {
|
|
|
17679
17679
|
}), J = {
|
|
17680
17680
|
platform: "Web",
|
|
17681
17681
|
osVersion: "".concat(lr.osVersion),
|
|
17682
|
-
sdkVersion: "7.6.
|
|
17682
|
+
sdkVersion: "7.6.2044-nightly".trim(),
|
|
17683
17683
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17684
17684
|
userID: _D(eD),
|
|
17685
17685
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23646,8 +23646,8 @@ class Xde {
|
|
|
23646
23646
|
processParam: {}
|
|
23647
23647
|
}), br(this, "imageProcessParam", {
|
|
23648
23648
|
processParam: {}
|
|
23649
|
-
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/d0a6fd1b-
|
|
23650
|
-
component: "7.6.
|
|
23649
|
+
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/d0a6fd1b-04794845a"), br(this, "version", {
|
|
23650
|
+
component: "7.6.2044-nightly".trim()
|
|
23651
23651
|
});
|
|
23652
23652
|
}
|
|
23653
23653
|
get processingListener() {
|
|
@@ -23717,7 +23717,7 @@ class Xde {
|
|
|
23717
23717
|
return Ve(this, null, function* () {
|
|
23718
23718
|
var r, t;
|
|
23719
23719
|
Lr("Preparing the service");
|
|
23720
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/d0a6fd1b-
|
|
23720
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/d0a6fd1b-04794845a", s = Wde(this.workerPath);
|
|
23721
23721
|
{
|
|
23722
23722
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
23723
23723
|
o || (f = hx(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.2044-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.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.6.229-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|