@regulaforensics/vp-frontend-document-components 7.3.1787-nightly → 7.3.1789-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/README.md +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/main.iife.js +2 -2
- package/dist/main.js +3 -3
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -16172,7 +16172,7 @@ function aX(e, t, r, n, i) {
|
|
|
16172
16172
|
}), k = {
|
|
16173
16173
|
platform: "Web",
|
|
16174
16174
|
osVersion: "".concat(RC),
|
|
16175
|
-
sdkVersion: "7.3.
|
|
16175
|
+
sdkVersion: "7.3.1789-rc".trim(),
|
|
16176
16176
|
hostAppId: (Ee = a.recognizerProcessParam.processParam.backendProcessing) === null || Ee === void 0 ? void 0 : Ee.serviceURL,
|
|
16177
16177
|
userID: eR(mA),
|
|
16178
16178
|
deviceModel: "".concat(Uh, "/").concat(RC, " ").concat(xf, "/").concat(AC),
|
|
@@ -20280,8 +20280,8 @@ class ZCe {
|
|
|
20280
20280
|
processParam: {}
|
|
20281
20281
|
}), at(this, "imageProcessParam", {
|
|
20282
20282
|
processParam: {}
|
|
20283
|
-
}), at(this, "recognizeListener", null), at(this, "workerPath", "https://wasm.regulaforensics.com/document/
|
|
20284
|
-
component: "7.3.
|
|
20283
|
+
}), at(this, "recognizeListener", null), at(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.3/ac77f76e-325a260b8"), at(this, "version", {
|
|
20284
|
+
component: "7.3.1789-rc".trim()
|
|
20285
20285
|
});
|
|
20286
20286
|
}
|
|
20287
20287
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1789-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,6 +23,6 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^7.3.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.3.49-rc"
|
|
27
27
|
}
|
|
28
28
|
}
|