@regulaforensics/vp-frontend-document-components 7.6.2076-nightly → 7.6.2079-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
|
@@ -17688,7 +17688,7 @@ function Uk(e, r, t, i, o) {
|
|
|
17688
17688
|
}), J = {
|
|
17689
17689
|
platform: "Web",
|
|
17690
17690
|
osVersion: "".concat(cr.osVersion),
|
|
17691
|
-
sdkVersion: "7.6.
|
|
17691
|
+
sdkVersion: "7.6.2079-nightly".trim(),
|
|
17692
17692
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17693
17693
|
userID: C6(o6),
|
|
17694
17694
|
deviceModel: "".concat(cr.osName, "/").concat(cr.osVersion, " ").concat(cr.browserName, "/").concat(cr.fullBrowserVersion),
|
|
@@ -24058,8 +24058,8 @@ class Bpe {
|
|
|
24058
24058
|
processParam: {}
|
|
24059
24059
|
}), wr(this, "imageProcessParam", {
|
|
24060
24060
|
processParam: {}
|
|
24061
|
-
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24062
|
-
component: "7.6.
|
|
24061
|
+
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/7c33b9a8-92ea3362c"), wr(this, "version", {
|
|
24062
|
+
component: "7.6.2079-nightly".trim()
|
|
24063
24063
|
});
|
|
24064
24064
|
}
|
|
24065
24065
|
get processingListener() {
|
|
@@ -24129,7 +24129,7 @@ class Bpe {
|
|
|
24129
24129
|
return Fe(this, null, function* () {
|
|
24130
24130
|
var r, t;
|
|
24131
24131
|
Pr("Preparing the service");
|
|
24132
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24132
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/7c33b9a8-92ea3362c", s = Upe(this.workerPath);
|
|
24133
24133
|
{
|
|
24134
24134
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
24135
24135
|
o || (f = Lk(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.2079-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.256-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|