@regulaforensics/vp-frontend-document-components 8.1.2260-nightly → 8.1.2261-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
|
@@ -16440,7 +16440,7 @@ function Qw(e) {
|
|
|
16440
16440
|
}), ue = {
|
|
16441
16441
|
platform: "Web",
|
|
16442
16442
|
osVersion: "".concat(pr.osVersion),
|
|
16443
|
-
sdkVersion: "8.1.
|
|
16443
|
+
sdkVersion: "8.1.2261-nightly".trim(),
|
|
16444
16444
|
hostAppId: (Se = _.recognizerProcessParam.processParam.backendProcessing) === null || Se === void 0 ? void 0 : Se.serviceURL,
|
|
16445
16445
|
userID: gg(cg),
|
|
16446
16446
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -22667,8 +22667,8 @@ class Jue {
|
|
|
22667
22667
|
processParam: {}
|
|
22668
22668
|
}), Zr(this, "imageProcessParam", {
|
|
22669
22669
|
processParam: {}
|
|
22670
|
-
}), Zr(this, "recognizeListener", null), Zr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/2950fbfc-
|
|
22671
|
-
component: "8.1.
|
|
22670
|
+
}), Zr(this, "recognizeListener", null), Zr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/2950fbfc-b788747a7"), Zr(this, "version", {
|
|
22671
|
+
component: "8.1.2261-nightly".trim()
|
|
22672
22672
|
});
|
|
22673
22673
|
}
|
|
22674
22674
|
get processingListener() {
|
|
@@ -22740,7 +22740,7 @@ class Jue {
|
|
|
22740
22740
|
return xe(this, null, function* () {
|
|
22741
22741
|
var t, r;
|
|
22742
22742
|
Gr("Preparing the service");
|
|
22743
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/2950fbfc-
|
|
22743
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/2950fbfc-b788747a7", s = Kue(this.workerPath);
|
|
22744
22744
|
{
|
|
22745
22745
|
let _ = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
22746
22746
|
o || (_ = $w(_, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2261-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",
|