@regulaforensics/vp-frontend-document-components 8.1.2292-nightly → 8.1.2293-rc
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
|
@@ -16417,7 +16417,7 @@ function Ww(e) {
|
|
|
16417
16417
|
}), ue = {
|
|
16418
16418
|
platform: "Web",
|
|
16419
16419
|
osVersion: "".concat(pr.osVersion),
|
|
16420
|
-
sdkVersion: "8.1.
|
|
16420
|
+
sdkVersion: "8.1.2293-rc".trim(),
|
|
16421
16421
|
hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
|
|
16422
16422
|
userID: gg(cg),
|
|
16423
16423
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -22643,8 +22643,8 @@ class Kue {
|
|
|
22643
22643
|
processParam: {}
|
|
22644
22644
|
}), sn(this, "imageProcessParam", {
|
|
22645
22645
|
processParam: {}
|
|
22646
|
-
}), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
22647
|
-
component: "8.1.
|
|
22646
|
+
}), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.1/324023b3-55bcc9f86"), sn(this, "version", {
|
|
22647
|
+
component: "8.1.2293-rc".trim()
|
|
22648
22648
|
});
|
|
22649
22649
|
}
|
|
22650
22650
|
get processingListener() {
|
|
@@ -22708,7 +22708,7 @@ class Kue {
|
|
|
22708
22708
|
return Ue(this, null, function* () {
|
|
22709
22709
|
var t;
|
|
22710
22710
|
Zr("Preparing the service");
|
|
22711
|
-
const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
22711
|
+
const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.1/324023b3-55bcc9f86", o = que(this.workerPath);
|
|
22712
22712
|
{
|
|
22713
22713
|
let u = yield (yield fetch("".concat(o, "/").concat(r))).text();
|
|
22714
22714
|
a || (u = Uw(u, o));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2293-rc",
|
|
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": "^8.1.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.1.415-rc",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|