@regulaforensics/vp-frontend-document-components 7.5.2002-nightly → 7.5.2003-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/README.md +67 -1597
- package/dist/main.iife.js +2 -2
- package/dist/main.js +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -13516,7 +13516,7 @@ function lw(e, r, t, i, o) {
|
|
|
13516
13516
|
}), Z = {
|
|
13517
13517
|
platform: "Web",
|
|
13518
13518
|
osVersion: "".concat(lr.osVersion),
|
|
13519
|
-
sdkVersion: "7.5.
|
|
13519
|
+
sdkVersion: "7.5.2003-nightly".trim(),
|
|
13520
13520
|
hostAppId: (me = s.recognizerProcessParam.processParam.backendProcessing) === null || me === void 0 ? void 0 : me.serviceURL,
|
|
13521
13521
|
userID: lD(K6),
|
|
13522
13522
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -19481,8 +19481,8 @@ class Mue {
|
|
|
19481
19481
|
processParam: {}
|
|
19482
19482
|
}), br(this, "imageProcessParam", {
|
|
19483
19483
|
processParam: {}
|
|
19484
|
-
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
19485
|
-
component: "7.5.
|
|
19484
|
+
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/43f4488f-eefff5580"), br(this, "version", {
|
|
19485
|
+
component: "7.5.2003-nightly".trim()
|
|
19486
19486
|
});
|
|
19487
19487
|
}
|
|
19488
19488
|
get processingListener() {
|
|
@@ -19545,7 +19545,7 @@ class Mue {
|
|
|
19545
19545
|
return Ve(this, null, function* () {
|
|
19546
19546
|
var r, t;
|
|
19547
19547
|
Lr("Preparing the service");
|
|
19548
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/
|
|
19548
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/43f4488f-eefff5580", s = bue(this.workerPath);
|
|
19549
19549
|
{
|
|
19550
19550
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
19551
19551
|
o || (f = Qb(f, s));
|
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.2003-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.198-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|