@regulaforensics/vp-frontend-document-components 7.5.1870-nightly → 7.5.1872-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
|
@@ -16443,7 +16443,7 @@ function Zde(e, t, r, n, i) {
|
|
|
16443
16443
|
}), ee = {
|
|
16444
16444
|
platform: "Web",
|
|
16445
16445
|
osVersion: "".concat(F6),
|
|
16446
|
-
sdkVersion: "7.5.
|
|
16446
|
+
sdkVersion: "7.5.1872-nightly".trim(),
|
|
16447
16447
|
hostAppId: (We = a.recognizerProcessParam.processParam.backendProcessing) === null || We === void 0 ? void 0 : We.serviceURL,
|
|
16448
16448
|
userID: WL(c9),
|
|
16449
16449
|
deviceModel: "".concat(lC, "/").concat(F6, " ").concat(vp, "/").concat(H6),
|
|
@@ -25138,8 +25138,8 @@ class mVe {
|
|
|
25138
25138
|
processParam: {}
|
|
25139
25139
|
}), rr(this, "imageProcessParam", {
|
|
25140
25140
|
processParam: {}
|
|
25141
|
-
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/273e680b-
|
|
25142
|
-
component: "7.5.
|
|
25141
|
+
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/273e680b-5202d9024"), rr(this, "version", {
|
|
25142
|
+
component: "7.5.1872-nightly".trim()
|
|
25143
25143
|
});
|
|
25144
25144
|
}
|
|
25145
25145
|
get processingListener() {
|
|
@@ -25204,7 +25204,7 @@ class mVe {
|
|
|
25204
25204
|
prepare() {
|
|
25205
25205
|
return oe(this, null, function* () {
|
|
25206
25206
|
var t, r;
|
|
25207
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/273e680b-
|
|
25207
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/273e680b-5202d9024";
|
|
25208
25208
|
{
|
|
25209
25209
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25210
25210
|
i || (l = xde(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.1872-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.108-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|