@neofaceid/web-sdk 1.39.0 → 1.39.1

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
@@ -1339,7 +1339,7 @@ export declare const registerPersonWithoutFace: (personData: {
1339
1339
  /**
1340
1340
  * Data de lançamento da versão atual
1341
1341
  */
1342
- export declare const RELEASE_DATE = "2026-09-06";
1342
+ export declare const RELEASE_DATE = "2026-09-08";
1343
1343
 
1344
1344
  declare interface RequestChallengeWithSessionParams {
1345
1345
  applicationToken: string;
@@ -1706,7 +1706,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
1706
1706
  * MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
1707
1707
  * PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
1708
1708
  */
1709
- export declare const VERSION = "1.39.0";
1709
+ export declare const VERSION = "1.39.1";
1710
1710
 
1711
1711
  /**
1712
1712
  * Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
@@ -11163,8 +11163,8 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
11163
11163
  initializeBiometricDetection,
11164
11164
  isAdvancedDetectionAvailable
11165
11165
  }, Symbol.toStringTag, { value: "Module" }));
11166
- const VERSION = "1.39.0";
11167
- const RELEASE_DATE = "2026-09-06";
11166
+ const VERSION = "1.39.1";
11167
+ const RELEASE_DATE = "2026-09-08";
11168
11168
  let cachedSession = null;
11169
11169
  function getCachedCaptureSession() {
11170
11170
  return cachedSession;