@neofaceid/web-sdk 1.34.0 → 1.34.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
|
@@ -1634,7 +1634,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1634
1634
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1635
1635
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1636
1636
|
*/
|
|
1637
|
-
export declare const VERSION = "1.34.
|
|
1637
|
+
export declare const VERSION = "1.34.1";
|
|
1638
1638
|
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|
|
@@ -10866,7 +10866,7 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
10866
10866
|
initializeBiometricDetection,
|
|
10867
10867
|
isAdvancedDetectionAvailable
|
|
10868
10868
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10869
|
-
const VERSION = "1.34.
|
|
10869
|
+
const VERSION = "1.34.1";
|
|
10870
10870
|
const RELEASE_DATE = "2026-09-02";
|
|
10871
10871
|
let cachedSession = null;
|
|
10872
10872
|
function getCachedCaptureSession() {
|