@neofaceid/web-sdk 1.25.6 → 1.25.7
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
|
@@ -1363,6 +1363,6 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1363
1363
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1364
1364
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1365
1365
|
*/
|
|
1366
|
-
export declare const VERSION = "1.25.
|
|
1366
|
+
export declare const VERSION = "1.25.7";
|
|
1367
1367
|
|
|
1368
1368
|
export { }
|
|
@@ -11375,7 +11375,7 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
11375
11375
|
initializeBiometricDetection,
|
|
11376
11376
|
isAdvancedDetectionAvailable
|
|
11377
11377
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11378
|
-
const VERSION = "1.25.
|
|
11378
|
+
const VERSION = "1.25.7";
|
|
11379
11379
|
const RELEASE_DATE = "2026-08-29";
|
|
11380
11380
|
class OnboardingCaptureModal {
|
|
11381
11381
|
constructor(options) {
|