@regulaforensics/vp-frontend-document-components 7.6.2059-nightly → 7.6.2060-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
|
@@ -17689,7 +17689,7 @@ function jx(e, r, t, i, o) {
|
|
|
17689
17689
|
}), J = {
|
|
17690
17690
|
platform: "Web",
|
|
17691
17691
|
osVersion: "".concat(cr.osVersion),
|
|
17692
|
-
sdkVersion: "7.6.
|
|
17692
|
+
sdkVersion: "7.6.2060-nightly".trim(),
|
|
17693
17693
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17694
17694
|
userID: CD(oD),
|
|
17695
17695
|
deviceModel: "".concat(cr.osName, "/").concat(cr.osVersion, " ").concat(cr.browserName, "/").concat(cr.fullBrowserVersion),
|
|
@@ -23952,8 +23952,8 @@ class l1e {
|
|
|
23952
23952
|
processParam: {}
|
|
23953
23953
|
}), wr(this, "imageProcessParam", {
|
|
23954
23954
|
processParam: {}
|
|
23955
|
-
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
23956
|
-
component: "7.6.
|
|
23955
|
+
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/0f904c05-7881cb71c"), wr(this, "version", {
|
|
23956
|
+
component: "7.6.2060-nightly".trim()
|
|
23957
23957
|
});
|
|
23958
23958
|
}
|
|
23959
23959
|
get processingListener() {
|
|
@@ -24023,7 +24023,7 @@ class l1e {
|
|
|
24023
24023
|
return Ve(this, null, function* () {
|
|
24024
24024
|
var r, t;
|
|
24025
24025
|
Pr("Preparing the service");
|
|
24026
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/
|
|
24026
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/0f904c05-7881cb71c", s = a1e(this.workerPath);
|
|
24027
24027
|
{
|
|
24028
24028
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
24029
24029
|
o || (f = bx(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.2060-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",
|