@regulaforensics/vp-frontend-document-components 7.2.1740-nightly → 7.2.1741-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 +3 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -16652,7 +16652,7 @@ function YW(e, r, t, a, o) {
|
|
|
16652
16652
|
}), q = {
|
|
16653
16653
|
platform: "Web",
|
|
16654
16654
|
osVersion: "".concat(bv),
|
|
16655
|
-
sdkVersion: "7.2.
|
|
16655
|
+
sdkVersion: "7.2.1741-nightly".trim(),
|
|
16656
16656
|
hostAppId: (Pe = c.recognizerProcessParam.processParam.backendProcessing) === null || Pe === void 0 ? void 0 : Pe.serviceURL,
|
|
16657
16657
|
userID: n6(v7),
|
|
16658
16658
|
deviceModel: "".concat(h2, "/").concat(bv, " ").concat(t_, "/").concat(xv),
|
|
@@ -20483,8 +20483,8 @@ class QSe {
|
|
|
20483
20483
|
processParam: {}
|
|
20484
20484
|
}), Vt(this, "imageProcessParam", {
|
|
20485
20485
|
processParam: {}
|
|
20486
|
-
}), Vt(this, "recognizeListener", null), Vt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.2/dba5aa85-
|
|
20487
|
-
component: "7.2.
|
|
20486
|
+
}), Vt(this, "recognizeListener", null), Vt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.2/dba5aa85-79993260a"), Vt(this, "version", {
|
|
20487
|
+
component: "7.2.1741-nightly".trim()
|
|
20488
20488
|
});
|
|
20489
20489
|
}
|
|
20490
20490
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1741-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",
|