@regulaforensics/vp-frontend-document-components 7.6.2070-nightly → 7.6.2071-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 +1 -1
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.2071-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),
|
|
@@ -24054,8 +24054,8 @@ class Bpe {
|
|
|
24054
24054
|
processParam: {}
|
|
24055
24055
|
}), wr(this, "imageProcessParam", {
|
|
24056
24056
|
processParam: {}
|
|
24057
|
-
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24058
|
-
component: "7.6.
|
|
24057
|
+
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/3b48dced-36d51685a"), wr(this, "version", {
|
|
24058
|
+
component: "7.6.2071-nightly".trim()
|
|
24059
24059
|
});
|
|
24060
24060
|
}
|
|
24061
24061
|
get processingListener() {
|
|
@@ -24125,7 +24125,7 @@ class Bpe {
|
|
|
24125
24125
|
return Fe(this, null, function* () {
|
|
24126
24126
|
var r, t;
|
|
24127
24127
|
Pr("Preparing the service");
|
|
24128
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24128
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/3b48dced-36d51685a", s = Upe(this.workerPath);
|
|
24129
24129
|
{
|
|
24130
24130
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
24131
24131
|
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.2071-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",
|