@regulaforensics/vp-frontend-document-components 7.6.2081-nightly → 7.6.2083-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
|
@@ -17678,7 +17678,7 @@ function Vk(e, r, t, i, o) {
|
|
|
17678
17678
|
}), J = {
|
|
17679
17679
|
platform: "Web",
|
|
17680
17680
|
osVersion: "".concat(ur.osVersion),
|
|
17681
|
-
sdkVersion: "7.6.
|
|
17681
|
+
sdkVersion: "7.6.2083-nightly".trim(),
|
|
17682
17682
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17683
17683
|
userID: m6(i6),
|
|
17684
17684
|
deviceModel: "".concat(ur.osName, "/").concat(ur.osVersion, " ").concat(ur.browserName, "/").concat(ur.fullBrowserVersion),
|
|
@@ -24066,8 +24066,8 @@ class $pe {
|
|
|
24066
24066
|
processParam: {}
|
|
24067
24067
|
}), wr(this, "imageProcessParam", {
|
|
24068
24068
|
processParam: {}
|
|
24069
|
-
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24070
|
-
component: "7.6.
|
|
24069
|
+
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/30ac0523-7a0548758"), wr(this, "version", {
|
|
24070
|
+
component: "7.6.2083-nightly".trim()
|
|
24071
24071
|
});
|
|
24072
24072
|
}
|
|
24073
24073
|
get processingListener() {
|
|
@@ -24139,7 +24139,7 @@ class $pe {
|
|
|
24139
24139
|
return He(this, null, function* () {
|
|
24140
24140
|
var r, t;
|
|
24141
24141
|
Pr("Preparing the service");
|
|
24142
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24142
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/30ac0523-7a0548758", s = Vpe(this.workerPath);
|
|
24143
24143
|
{
|
|
24144
24144
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
24145
24145
|
o || (f = Nk(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2083-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.6.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.6.259-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|