idmission-web-sdk 2.1.97 → 2.1.98
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/lib/locales/es/translation.d.ts +1 -0
- package/dist/lib/locales/index.d.ts +1 -0
- package/dist/sdk2.cjs.development.js +2 -1
- 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 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +2 -1
- 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
package/dist/sdk2.esm.js
CHANGED
|
@@ -204,7 +204,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
204
204
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
var webSdkVersion = '2.1.
|
|
207
|
+
var webSdkVersion = '2.1.98';
|
|
208
208
|
|
|
209
209
|
function getPlatform() {
|
|
210
210
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -7003,6 +7003,7 @@ var esTranslation = {
|
|
|
7003
7003
|
'Remove Sunglasses & Hat': 'Hay que quitarse lentes y/o la gorra',
|
|
7004
7004
|
'Avoid Excessive Backlighting': 'Hay que evitar demasiada luz en el fondo',
|
|
7005
7005
|
'Hold still for a few seconds...': 'Hay que permanecer quieto por unos segundos...',
|
|
7006
|
+
'Please hold still...': 'Favor de no moverse...',
|
|
7006
7007
|
'Look straight into the camera...': 'Hay que mirar directamente a la cámara...',
|
|
7007
7008
|
'Move back...': 'Hay que hacerse hacia atrás..',
|
|
7008
7009
|
'Move forward...': 'Hay que hacerse hacia adelante...',
|