@regulaforensics/vp-frontend-document-components 8.1.2282-nightly → 8.1.2284-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
|
@@ -16418,7 +16418,7 @@ function Ww(e) {
|
|
|
16418
16418
|
}), ue = {
|
|
16419
16419
|
platform: "Web",
|
|
16420
16420
|
osVersion: "".concat(pr.osVersion),
|
|
16421
|
-
sdkVersion: "8.1.
|
|
16421
|
+
sdkVersion: "8.1.2284-nightly".trim(),
|
|
16422
16422
|
hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
|
|
16423
16423
|
userID: RR(cR),
|
|
16424
16424
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -22644,8 +22644,8 @@ class Kue {
|
|
|
22644
22644
|
processParam: {}
|
|
22645
22645
|
}), sn(this, "imageProcessParam", {
|
|
22646
22646
|
processParam: {}
|
|
22647
|
-
}), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/a6b27bc6-
|
|
22648
|
-
component: "8.1.
|
|
22647
|
+
}), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/a6b27bc6-f78aae93c"), sn(this, "version", {
|
|
22648
|
+
component: "8.1.2284-nightly".trim()
|
|
22649
22649
|
});
|
|
22650
22650
|
}
|
|
22651
22651
|
get processingListener() {
|
|
@@ -22709,7 +22709,7 @@ class Kue {
|
|
|
22709
22709
|
return Ue(this, null, function* () {
|
|
22710
22710
|
var t;
|
|
22711
22711
|
Zr("Preparing the service");
|
|
22712
|
-
const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/a6b27bc6-
|
|
22712
|
+
const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/a6b27bc6-f78aae93c", o = que(this.workerPath);
|
|
22713
22713
|
{
|
|
22714
22714
|
let u = yield (yield fetch("".concat(o, "/").concat(r))).text();
|
|
22715
22715
|
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.2284-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": "^8.1.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.1.407-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|