@neofaceid/web-sdk 1.38.0 → 1.38.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
|
@@ -1722,7 +1722,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1722
1722
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1723
1723
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1724
1724
|
*/
|
|
1725
|
-
export declare const VERSION = "1.38.
|
|
1725
|
+
export declare const VERSION = "1.38.2";
|
|
1726
1726
|
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|
|
@@ -11199,7 +11199,7 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
11199
11199
|
initializeBiometricDetection,
|
|
11200
11200
|
isAdvancedDetectionAvailable
|
|
11201
11201
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11202
|
-
const VERSION = "1.38.
|
|
11202
|
+
const VERSION = "1.38.2";
|
|
11203
11203
|
const RELEASE_DATE = "2026-09-06";
|
|
11204
11204
|
let cachedSession = null;
|
|
11205
11205
|
function getCachedCaptureSession() {
|