@neofaceid/web-sdk 1.28.1 → 1.28.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
|
@@ -1512,7 +1512,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1512
1512
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1513
1513
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1514
1514
|
*/
|
|
1515
|
-
export declare const VERSION = "1.28.
|
|
1515
|
+
export declare const VERSION = "1.28.2";
|
|
1516
1516
|
|
|
1517
1517
|
/**
|
|
1518
1518
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|
|
@@ -10640,7 +10640,7 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
10640
10640
|
initializeBiometricDetection,
|
|
10641
10641
|
isAdvancedDetectionAvailable
|
|
10642
10642
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10643
|
-
const VERSION = "1.28.
|
|
10643
|
+
const VERSION = "1.28.2";
|
|
10644
10644
|
const RELEASE_DATE = "2026-09-01";
|
|
10645
10645
|
let cachedSession = null;
|
|
10646
10646
|
function getCachedCaptureSession() {
|