@regulaforensics/vp-frontend-document-components 7.7.2211-nightly → 7.7.2212-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 +2 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17235,7 +17235,7 @@ function RF(t) {
|
|
|
17235
17235
|
}), Q = {
|
|
17236
17236
|
platform: "Web",
|
|
17237
17237
|
osVersion: "".concat(pr.osVersion),
|
|
17238
|
-
sdkVersion: "7.7.
|
|
17238
|
+
sdkVersion: "7.7.2212-nightly".trim(),
|
|
17239
17239
|
hostAppId: (oe = f.recognizerProcessParam.processParam.backendProcessing) === null || oe === void 0 ? void 0 : oe.serviceURL,
|
|
17240
17240
|
userID: L0(m0),
|
|
17241
17241
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -23510,7 +23510,7 @@ class Ofe {
|
|
|
23510
23510
|
}), $r(this, "imageProcessParam", {
|
|
23511
23511
|
processParam: {}
|
|
23512
23512
|
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/3fe2b004-748de6c0f"), $r(this, "version", {
|
|
23513
|
-
component: "7.7.
|
|
23513
|
+
component: "7.7.2212-nightly".trim()
|
|
23514
23514
|
});
|
|
23515
23515
|
}
|
|
23516
23516
|
get processingListener() {
|
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.2212-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": "^7.7.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.7.354-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|