@regulaforensics/vp-frontend-document-components 7.5.1914-nightly → 7.5.1915-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.1915-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),
|
|
@@ -25012,8 +25012,8 @@ class iUe {
|
|
|
25012
25012
|
processParam: {}
|
|
25013
25013
|
}), or(this, "imageProcessParam", {
|
|
25014
25014
|
processParam: {}
|
|
25015
|
-
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/1e50485f-
|
|
25016
|
-
component: "7.5.
|
|
25015
|
+
}), or(this, "recognizeListener", null), or(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/1e50485f-cbd4750ab"), or(this, "version", {
|
|
25016
|
+
component: "7.5.1915-nightly".trim()
|
|
25017
25017
|
});
|
|
25018
25018
|
}
|
|
25019
25019
|
get processingListener() {
|
|
@@ -25079,7 +25079,7 @@ class iUe {
|
|
|
25079
25079
|
return oe(this, null, function* () {
|
|
25080
25080
|
var t, r;
|
|
25081
25081
|
Lt("Preparing the service");
|
|
25082
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/1e50485f-
|
|
25082
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/1e50485f-cbd4750ab";
|
|
25083
25083
|
{
|
|
25084
25084
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25085
25085
|
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.5.
|
|
3
|
+
"version": "7.5.1915-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.147-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|