@regulaforensics/vp-frontend-document-components 7.5.1856-nightly → 7.5.1859-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
|
@@ -16416,7 +16416,7 @@ function Kde(e, t, r, n, i) {
|
|
|
16416
16416
|
}), ee = {
|
|
16417
16417
|
platform: "Web",
|
|
16418
16418
|
osVersion: "".concat(FO),
|
|
16419
|
-
sdkVersion: "7.5.
|
|
16419
|
+
sdkVersion: "7.5.1859-nightly".trim(),
|
|
16420
16420
|
hostAppId: (We = a.recognizerProcessParam.processParam.backendProcessing) === null || We === void 0 ? void 0 : We.serviceURL,
|
|
16421
16421
|
userID: Zw(lL),
|
|
16422
16422
|
deviceModel: "".concat(nv, "/").concat(FO, " ").concat(Sh, "/").concat(HO),
|
|
@@ -25291,8 +25291,8 @@ class aGe {
|
|
|
25291
25291
|
processParam: {}
|
|
25292
25292
|
}), tr(this, "imageProcessParam", {
|
|
25293
25293
|
processParam: {}
|
|
25294
|
-
}), tr(this, "recognizeListener", null), tr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-
|
|
25295
|
-
component: "7.5.
|
|
25294
|
+
}), tr(this, "recognizeListener", null), tr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-2df907866"), tr(this, "version", {
|
|
25295
|
+
component: "7.5.1859-nightly".trim()
|
|
25296
25296
|
});
|
|
25297
25297
|
}
|
|
25298
25298
|
get processingListener() {
|
|
@@ -25357,7 +25357,7 @@ class aGe {
|
|
|
25357
25357
|
prepare() {
|
|
25358
25358
|
return le(this, null, function* () {
|
|
25359
25359
|
var t, r;
|
|
25360
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-
|
|
25360
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-2df907866";
|
|
25361
25361
|
{
|
|
25362
25362
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25363
25363
|
i || (l = kde(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.1859-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.94-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|