@neofaceid/web-sdk 1.40.2 → 1.40.3
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/README.md +461 -242
- package/dist/index.d.ts +1 -1
- package/dist/neoface-id-sdk.es.js +1 -1
- package/dist/neoface-id-sdk.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -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.
|
|
1742
|
+
export declare const VERSION = "1.40.3";
|
|
1743
1743
|
|
|
1744
1744
|
/**
|
|
1745
1745
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|
|
@@ -8736,7 +8736,7 @@ function BiometricRegistrationModal({
|
|
|
8736
8736
|
/* @__PURE__ */ jsx("canvas", { ref: canvasRef })
|
|
8737
8737
|
] });
|
|
8738
8738
|
}
|
|
8739
|
-
const VERSION = "1.40.
|
|
8739
|
+
const VERSION = "1.40.3";
|
|
8740
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;
|