@regulaforensics/vp-frontend-document-components 7.5.1942-nightly → 7.5.1943-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
|
@@ -16379,7 +16379,7 @@ function jde(e, t, r, n, i) {
|
|
|
16379
16379
|
}), ee = {
|
|
16380
16380
|
platform: "Web",
|
|
16381
16381
|
osVersion: "".concat(U6),
|
|
16382
|
-
sdkVersion: "7.5.
|
|
16382
|
+
sdkVersion: "7.5.1943-nightly".trim(),
|
|
16383
16383
|
hostAppId: (ze = a.recognizerProcessParam.processParam.backendProcessing) === null || ze === void 0 ? void 0 : ze.serviceURL,
|
|
16384
16384
|
userID: YL(c9),
|
|
16385
16385
|
deviceModel: "".concat(uC, "/").concat(U6, " ").concat(Ap, "/").concat(F6),
|
|
@@ -25018,8 +25018,8 @@ class KFe {
|
|
|
25018
25018
|
processParam: {}
|
|
25019
25019
|
}), Yt(this, "imageProcessParam", {
|
|
25020
25020
|
processParam: {}
|
|
25021
|
-
}), Yt(this, "recognizeListener", null), Yt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
25022
|
-
component: "7.5.
|
|
25021
|
+
}), Yt(this, "recognizeListener", null), Yt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/6018e84e-b21ebb072"), Yt(this, "version", {
|
|
25022
|
+
component: "7.5.1943-nightly".trim()
|
|
25023
25023
|
});
|
|
25024
25024
|
}
|
|
25025
25025
|
get processingListener() {
|
|
@@ -25085,7 +25085,7 @@ class KFe {
|
|
|
25085
25085
|
return oe(this, null, function* () {
|
|
25086
25086
|
var t, r;
|
|
25087
25087
|
Nt("Preparing the service");
|
|
25088
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
25088
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/6018e84e-b21ebb072";
|
|
25089
25089
|
{
|
|
25090
25090
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25091
25091
|
i || (l = bde(l, this.workerPath));
|
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.1943-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.164-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|