@regulaforensics/vp-frontend-document-components 7.5.1953-nightly → 7.5.1954-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
|
@@ -16381,7 +16381,7 @@ function TJ(e, t, r, n, i) {
|
|
|
16381
16381
|
}), F = {
|
|
16382
16382
|
platform: "Web",
|
|
16383
16383
|
osVersion: "".concat(Wv),
|
|
16384
|
-
sdkVersion: "7.5.
|
|
16384
|
+
sdkVersion: "7.5.1954-nightly".trim(),
|
|
16385
16385
|
hostAppId: (he = o.recognizerProcessParam.processParam.backendProcessing) === null || he === void 0 ? void 0 : he.serviceURL,
|
|
16386
16386
|
userID: f8(TA),
|
|
16387
16387
|
deviceModel: "".concat(xm, "/").concat(Wv, " ").concat(__, "/").concat(Yv),
|
|
@@ -21575,8 +21575,8 @@ class Zye {
|
|
|
21575
21575
|
processParam: {}
|
|
21576
21576
|
}), tt(this, "imageProcessParam", {
|
|
21577
21577
|
processParam: {}
|
|
21578
|
-
}), tt(this, "recognizeListener", null), tt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/00af897a-
|
|
21579
|
-
component: "7.5.
|
|
21578
|
+
}), tt(this, "recognizeListener", null), tt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/00af897a-d2fac5a32"), tt(this, "version", {
|
|
21579
|
+
component: "7.5.1954-nightly".trim()
|
|
21580
21580
|
});
|
|
21581
21581
|
}
|
|
21582
21582
|
get processingListener() {
|
|
@@ -21642,7 +21642,7 @@ class Zye {
|
|
|
21642
21642
|
return U(this, null, function* () {
|
|
21643
21643
|
var t, r;
|
|
21644
21644
|
je("Preparing the service");
|
|
21645
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/00af897a-
|
|
21645
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/00af897a-d2fac5a32";
|
|
21646
21646
|
{
|
|
21647
21647
|
let a = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
21648
21648
|
i || (a = EJ(a, 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.1954-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.170-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|