@neofaceid/web-sdk 1.1.0 → 1.1.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.
|
@@ -3708,8 +3708,8 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
3708
3708
|
initializeBiometricDetection,
|
|
3709
3709
|
isAdvancedDetectionAvailable
|
|
3710
3710
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3711
|
-
const VERSION = "1.1.
|
|
3712
|
-
const RELEASE_DATE = "2025-11-
|
|
3711
|
+
const VERSION = "1.1.1";
|
|
3712
|
+
const RELEASE_DATE = "2025-11-02";
|
|
3713
3713
|
function start(applicationToken, callbacks) {
|
|
3714
3714
|
const container = document.createElement("div");
|
|
3715
3715
|
container.id = "neoface-modal-container";
|