@regulaforensics/vp-frontend-document-components 7.7.2190-nightly → 7.7.2192-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
|
@@ -17333,7 +17333,7 @@ function gF(t) {
|
|
|
17333
17333
|
}), Q = {
|
|
17334
17334
|
platform: "Web",
|
|
17335
17335
|
osVersion: "".concat(pr.osVersion),
|
|
17336
|
-
sdkVersion: "7.7.
|
|
17336
|
+
sdkVersion: "7.7.2192-nightly".trim(),
|
|
17337
17337
|
hostAppId: (ae = f.recognizerProcessParam.processParam.backendProcessing) === null || ae === void 0 ? void 0 : ae.serviceURL,
|
|
17338
17338
|
userID: A4(_4),
|
|
17339
17339
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -23713,8 +23713,8 @@ class y1e {
|
|
|
23713
23713
|
processParam: {}
|
|
23714
23714
|
}), Br(this, "imageProcessParam", {
|
|
23715
23715
|
processParam: {}
|
|
23716
|
-
}), Br(this, "recognizeListener", null), Br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/40d37fe3-
|
|
23717
|
-
component: "7.7.
|
|
23716
|
+
}), Br(this, "recognizeListener", null), Br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/40d37fe3-6da49c7f8"), Br(this, "version", {
|
|
23717
|
+
component: "7.7.2192-nightly".trim()
|
|
23718
23718
|
});
|
|
23719
23719
|
}
|
|
23720
23720
|
get processingListener() {
|
|
@@ -23786,7 +23786,7 @@ class y1e {
|
|
|
23786
23786
|
return He(this, null, function* () {
|
|
23787
23787
|
var r, e;
|
|
23788
23788
|
$r("Preparing the service");
|
|
23789
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/40d37fe3-
|
|
23789
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/40d37fe3-6da49c7f8", s = g1e(this.workerPath);
|
|
23790
23790
|
{
|
|
23791
23791
|
let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23792
23792
|
o || (f = EF(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.2192-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.333-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|