@regulaforensics/vp-frontend-document-components 7.4.1926-nightly → 7.4.1936-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
|
@@ -16377,7 +16377,7 @@ function qde(e, t, r, n, i) {
|
|
|
16377
16377
|
}), ee = {
|
|
16378
16378
|
platform: "Web",
|
|
16379
16379
|
osVersion: "".concat(j6),
|
|
16380
|
-
sdkVersion: "7.4.
|
|
16380
|
+
sdkVersion: "7.4.1936-nightly".trim(),
|
|
16381
16381
|
hostAppId: (Ge = a.recognizerProcessParam.processParam.backendProcessing) === null || Ge === void 0 ? void 0 : Ge.serviceURL,
|
|
16382
16382
|
userID: qL(d9),
|
|
16383
16383
|
deviceModel: "".concat(cC, "/").concat(j6, " ").concat(Dp, "/").concat(V6),
|
|
@@ -25016,8 +25016,8 @@ class iUe {
|
|
|
25016
25016
|
processParam: {}
|
|
25017
25017
|
}), Kt(this, "imageProcessParam", {
|
|
25018
25018
|
processParam: {}
|
|
25019
|
-
}), Kt(this, "recognizeListener", null), Kt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.4/6f2f1fed-
|
|
25020
|
-
component: "7.4.
|
|
25019
|
+
}), Kt(this, "recognizeListener", null), Kt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.4/6f2f1fed-3bbdec37a"), Kt(this, "version", {
|
|
25020
|
+
component: "7.4.1936-nightly".trim()
|
|
25021
25021
|
});
|
|
25022
25022
|
}
|
|
25023
25023
|
get processingListener() {
|
|
@@ -25083,7 +25083,7 @@ class iUe {
|
|
|
25083
25083
|
return oe(this, null, function* () {
|
|
25084
25084
|
var t, r;
|
|
25085
25085
|
Nt("Preparing the service");
|
|
25086
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.4/6f2f1fed-
|
|
25086
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.4/6f2f1fed-3bbdec37a";
|
|
25087
25087
|
{
|
|
25088
25088
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25089
25089
|
i || (l = Vde(l, this.workerPath));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1936-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.158-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|