@regulaforensics/vp-frontend-document-components 7.7.2208-rc → 7.7.2210-rc
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
|
@@ -17201,7 +17201,7 @@ function h9(t) {
|
|
|
17201
17201
|
}), Z = {
|
|
17202
17202
|
platform: "Web",
|
|
17203
17203
|
osVersion: "".concat(lr.osVersion),
|
|
17204
|
-
sdkVersion: "7.7.
|
|
17204
|
+
sdkVersion: "7.7.2210-rc".trim(),
|
|
17205
17205
|
hostAppId: (te = f.recognizerProcessParam.processParam.backendProcessing) === null || te === void 0 ? void 0 : te.serviceURL,
|
|
17206
17206
|
userID: LD(vD),
|
|
17207
17207
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23475,8 +23475,8 @@ class Ife {
|
|
|
23475
23475
|
processParam: {}
|
|
23476
23476
|
}), xr(this, "imageProcessParam", {
|
|
23477
23477
|
processParam: {}
|
|
23478
|
-
}), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.7/ad2aa4df-
|
|
23479
|
-
component: "7.7.
|
|
23478
|
+
}), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.7/ad2aa4df-3ccfd03be"), xr(this, "version", {
|
|
23479
|
+
component: "7.7.2210-rc".trim()
|
|
23480
23480
|
});
|
|
23481
23481
|
}
|
|
23482
23482
|
get processingListener() {
|
|
@@ -23548,7 +23548,7 @@ class Ife {
|
|
|
23548
23548
|
return be(this, null, function* () {
|
|
23549
23549
|
var r, e;
|
|
23550
23550
|
wr("Preparing the service");
|
|
23551
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.7/ad2aa4df-
|
|
23551
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.7/ad2aa4df-3ccfd03be", s = vfe(this.workerPath);
|
|
23552
23552
|
{
|
|
23553
23553
|
let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23554
23554
|
o || (f = a9(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.2210-rc",
|
|
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.7.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.7.352-rc",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|