@passkeyme/auth 2.0.3 → 2.0.5

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.js CHANGED
@@ -453,6 +453,7 @@ class PasskeymeApiClient {
453
453
  return result;
454
454
  }
455
455
  }
456
+ // Test comment
456
457
 
457
458
  /**
458
459
  * Platform SDK Interface for Passkeyme
@@ -818,6 +819,7 @@ class PasskeymeAuth {
818
819
  error: null,
819
820
  isAuthenticated: false,
820
821
  };
822
+ console.log("[PasskeymeAuth] Constructor called with config:", config);
821
823
  // Set default values
822
824
  const defaultRedirectUri = typeof window !== "undefined" && window.location && window.location.origin
823
825
  ? `${window.location.origin}/auth/callback`