@regulaforensics/vp-frontend-document-components 7.6.2066-nightly → 7.6.2067-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 +1 -1
package/dist/main.js
CHANGED
|
@@ -17688,7 +17688,7 @@ function Uk(e, r, t, i, o) {
|
|
|
17688
17688
|
}), J = {
|
|
17689
17689
|
platform: "Web",
|
|
17690
17690
|
osVersion: "".concat(cr.osVersion),
|
|
17691
|
-
sdkVersion: "7.6.
|
|
17691
|
+
sdkVersion: "7.6.2067-nightly".trim(),
|
|
17692
17692
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17693
17693
|
userID: C6(o6),
|
|
17694
17694
|
deviceModel: "".concat(cr.osName, "/").concat(cr.osVersion, " ").concat(cr.browserName, "/").concat(cr.fullBrowserVersion),
|
|
@@ -24055,7 +24055,7 @@ class Bpe {
|
|
|
24055
24055
|
}), wr(this, "imageProcessParam", {
|
|
24056
24056
|
processParam: {}
|
|
24057
24057
|
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/843c0ed7-6ce81df5b"), wr(this, "version", {
|
|
24058
|
-
component: "7.6.
|
|
24058
|
+
component: "7.6.2067-nightly".trim()
|
|
24059
24059
|
});
|
|
24060
24060
|
}
|
|
24061
24061
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2067-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",
|