@regulaforensics/vp-frontend-document-components 7.5.1912-nightly → 7.5.1913-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.5.
|
|
16380
|
+
sdkVersion: "7.5.1913-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(Op, "/").concat(U6),
|
|
@@ -25006,8 +25006,8 @@ class rVe {
|
|
|
25006
25006
|
processParam: {}
|
|
25007
25007
|
}), or(this, "imageProcessParam", {
|
|
25008
25008
|
processParam: {}
|
|
25009
|
-
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
25010
|
-
component: "7.5.
|
|
25009
|
+
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/91a0c97f-112d809a4"), or(this, "version", {
|
|
25010
|
+
component: "7.5.1913-nightly".trim()
|
|
25011
25011
|
});
|
|
25012
25012
|
}
|
|
25013
25013
|
get processingListener() {
|
|
@@ -25073,7 +25073,7 @@ class rVe {
|
|
|
25073
25073
|
return oe(this, null, function* () {
|
|
25074
25074
|
var t, r;
|
|
25075
25075
|
Lt("Preparing the service");
|
|
25076
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
25076
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/91a0c97f-112d809a4";
|
|
25077
25077
|
{
|
|
25078
25078
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25079
25079
|
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.1913-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.145-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|