@regulaforensics/vp-frontend-document-components 8.2.2308-nightly → 8.2.2309-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
|
@@ -16815,7 +16815,7 @@ function mb(e) {
|
|
|
16815
16815
|
}), te = {
|
|
16816
16816
|
platform: "Web",
|
|
16817
16817
|
osVersion: "".concat(Wt.osVersion),
|
|
16818
|
-
sdkVersion: "8.2.
|
|
16818
|
+
sdkVersion: "8.2.2309-nightly".trim(),
|
|
16819
16819
|
hostAppId: (ce = u.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL,
|
|
16820
16820
|
userID: yg(hg),
|
|
16821
16821
|
deviceModel: "".concat(Wt.osName, "/").concat(Wt.osVersion, " ").concat(Wt.browserName, "/").concat(Wt.fullBrowserVersion),
|
|
@@ -23122,7 +23122,7 @@ class Hue {
|
|
|
23122
23122
|
}), Pr(this, "imageProcessParam", {
|
|
23123
23123
|
processParam: {}
|
|
23124
23124
|
}), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/93796a0c-02ad8d543"), Pr(this, "version", {
|
|
23125
|
-
component: "8.2.
|
|
23125
|
+
component: "8.2.2309-nightly".trim()
|
|
23126
23126
|
});
|
|
23127
23127
|
}
|
|
23128
23128
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2309-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": "^8.2.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.2.431-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|