@regulaforensics/vp-frontend-document-components 8.1.2234-nightly → 8.1.2236-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
|
@@ -17239,7 +17239,7 @@ function hF(t) {
|
|
|
17239
17239
|
}), Q = {
|
|
17240
17240
|
platform: "Web",
|
|
17241
17241
|
osVersion: "".concat(pr.osVersion),
|
|
17242
|
-
sdkVersion: "8.1.
|
|
17242
|
+
sdkVersion: "8.1.2236-nightly".trim(),
|
|
17243
17243
|
hostAppId: (oe = f.recognizerProcessParam.processParam.backendProcessing) === null || oe === void 0 ? void 0 : oe.serviceURL,
|
|
17244
17244
|
userID: g0(c0),
|
|
17245
17245
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -23448,8 +23448,8 @@ class Cfe {
|
|
|
23448
23448
|
processParam: {}
|
|
23449
23449
|
}), $r(this, "imageProcessParam", {
|
|
23450
23450
|
processParam: {}
|
|
23451
|
-
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/8329e9d5-
|
|
23452
|
-
component: "8.1.
|
|
23451
|
+
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/8329e9d5-67f72f88c"), $r(this, "version", {
|
|
23452
|
+
component: "8.1.2236-nightly".trim()
|
|
23453
23453
|
});
|
|
23454
23454
|
}
|
|
23455
23455
|
get processingListener() {
|
|
@@ -23521,7 +23521,7 @@ class Cfe {
|
|
|
23521
23521
|
return He(this, null, function* () {
|
|
23522
23522
|
var r, e;
|
|
23523
23523
|
Br("Preparing the service");
|
|
23524
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/8329e9d5-
|
|
23524
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/8329e9d5-67f72f88c", s = hfe(this.workerPath);
|
|
23525
23525
|
{
|
|
23526
23526
|
let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23527
23527
|
o || (f = oF(f, s));
|
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.2236-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.377-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|