idmission-web-sdk 1.0.379 → 1.0.380
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/sdk2.cjs.development.js +2 -2
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +2 -2
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +2 -2
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -49,7 +49,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
|
|
|
49
49
|
var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
|
|
50
50
|
var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
|
|
51
51
|
|
|
52
|
-
var webSdkVersion = '1.0.
|
|
52
|
+
var webSdkVersion = '1.0.380';
|
|
53
53
|
|
|
54
54
|
function getPlatform() {
|
|
55
55
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -2273,7 +2273,7 @@ var defaultDocumentDetectionThresholds = {
|
|
|
2273
2273
|
var detectors = {};
|
|
2274
2274
|
function loadDocumentDetector(modelAssetPath, scoreThreshold) {
|
|
2275
2275
|
if (scoreThreshold === void 0) {
|
|
2276
|
-
scoreThreshold = 0
|
|
2276
|
+
scoreThreshold = 0;
|
|
2277
2277
|
}
|
|
2278
2278
|
return tslib.__awaiter(this, void 0, void 0, function () {
|
|
2279
2279
|
var id, _a, _b, _c, _d;
|