@regulaforensics/vp-frontend-document-components 7.5.1906-nightly → 7.5.1908-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
|
@@ -16372,7 +16372,7 @@ function qde(e, t, r, n, i) {
|
|
|
16372
16372
|
}), ee = {
|
|
16373
16373
|
platform: "Web",
|
|
16374
16374
|
osVersion: "".concat(j6),
|
|
16375
|
-
sdkVersion: "7.5.
|
|
16375
|
+
sdkVersion: "7.5.1908-nightly".trim(),
|
|
16376
16376
|
hostAppId: (Ge = a.recognizerProcessParam.processParam.backendProcessing) === null || Ge === void 0 ? void 0 : Ge.serviceURL,
|
|
16377
16377
|
userID: qL(d9),
|
|
16378
16378
|
deviceModel: "".concat(cC, "/").concat(j6, " ").concat(Op, "/").concat(U6),
|
|
@@ -25001,8 +25001,8 @@ class rVe {
|
|
|
25001
25001
|
processParam: {}
|
|
25002
25002
|
}), or(this, "imageProcessParam", {
|
|
25003
25003
|
processParam: {}
|
|
25004
|
-
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/8f9c1c7d-
|
|
25005
|
-
component: "7.5.
|
|
25004
|
+
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/8f9c1c7d-1126efab5"), or(this, "version", {
|
|
25005
|
+
component: "7.5.1908-nightly".trim()
|
|
25006
25006
|
});
|
|
25007
25007
|
}
|
|
25008
25008
|
get processingListener() {
|
|
@@ -25068,7 +25068,7 @@ class rVe {
|
|
|
25068
25068
|
return oe(this, null, function* () {
|
|
25069
25069
|
var t, r;
|
|
25070
25070
|
Nt("Preparing the service");
|
|
25071
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/8f9c1c7d-
|
|
25071
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/8f9c1c7d-1126efab5";
|
|
25072
25072
|
{
|
|
25073
25073
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25074
25074
|
i || (l = Ude(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.1908-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.140-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|