@neofaceid/web-sdk 1.40.1 → 1.40.2

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/index.d.ts CHANGED
@@ -1372,7 +1372,7 @@ export declare const registerPersonWithoutFace: (personData: {
1372
1372
  /**
1373
1373
  * Data de lançamento da versão atual
1374
1374
  */
1375
- export declare const RELEASE_DATE = "2026-09-09";
1375
+ export declare const RELEASE_DATE = "2026-09-10";
1376
1376
 
1377
1377
  declare interface RequestChallengeWithSessionParams {
1378
1378
  applicationToken: string;
@@ -1739,7 +1739,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
1739
1739
  * MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
1740
1740
  * PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
1741
1741
  */
1742
- export declare const VERSION = "1.40.1";
1742
+ export declare const VERSION = "1.40.2";
1743
1743
 
1744
1744
  /**
1745
1745
  * Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
@@ -8736,8 +8736,8 @@ function BiometricRegistrationModal({
8736
8736
  /* @__PURE__ */ jsx("canvas", { ref: canvasRef })
8737
8737
  ] });
8738
8738
  }
8739
- const VERSION = "1.40.1";
8740
- const RELEASE_DATE = "2026-09-09";
8739
+ const VERSION = "1.40.2";
8740
+ const RELEASE_DATE = "2026-09-10";
8741
8741
  const CONSENT_TRAIL_STORAGE_KEY = "neoface_consent_trail_v1";
8742
8742
  const CONSENT_TRAIL_MAX_LIMIT = 100;
8743
8743
  async function hashString(inputStr) {