@regulaforensics/vp-frontend-document-components 8.2.2306-nightly → 8.2.2307-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
|
@@ -16815,7 +16815,7 @@ function mb(e) {
|
|
|
16815
16815
|
}), te = {
|
|
16816
16816
|
platform: "Web",
|
|
16817
16817
|
osVersion: "".concat(Wt.osVersion),
|
|
16818
|
-
sdkVersion: "8.2.
|
|
16818
|
+
sdkVersion: "8.2.2307-nightly".trim(),
|
|
16819
16819
|
hostAppId: (ce = u.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL,
|
|
16820
16820
|
userID: yg(hg),
|
|
16821
16821
|
deviceModel: "".concat(Wt.osName, "/").concat(Wt.osVersion, " ").concat(Wt.browserName, "/").concat(Wt.fullBrowserVersion),
|
|
@@ -23121,8 +23121,8 @@ class Hue {
|
|
|
23121
23121
|
processParam: {}
|
|
23122
23122
|
}), Pr(this, "imageProcessParam", {
|
|
23123
23123
|
processParam: {}
|
|
23124
|
-
}), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/93796a0c-
|
|
23125
|
-
component: "8.2.
|
|
23124
|
+
}), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/93796a0c-913776b4a"), Pr(this, "version", {
|
|
23125
|
+
component: "8.2.2307-nightly".trim()
|
|
23126
23126
|
});
|
|
23127
23127
|
}
|
|
23128
23128
|
get processingListener() {
|
|
@@ -23186,7 +23186,7 @@ class Hue {
|
|
|
23186
23186
|
return Oe(this, null, function* () {
|
|
23187
23187
|
var r;
|
|
23188
23188
|
Sr("Preparing the service");
|
|
23189
|
-
const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.2/93796a0c-
|
|
23189
|
+
const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.2/93796a0c-913776b4a", o = Pue(this.workerPath);
|
|
23190
23190
|
{
|
|
23191
23191
|
let c = yield (yield fetch("".concat(o, "/").concat(t))).text();
|
|
23192
23192
|
a || (c = ob(c, o));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2307-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": "^8.2.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.2.429-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|