@rainbow-me/rainbowkit-siwe-next-auth@0.6.0
Minor Changes e90c2dd: Upgraded to NextAuth v5. This is a breaking change. Key changes: Requires NextAuth v5 (next-auth >=5.0.0-0 <6); NextAuth v4 apps must migrate before upgrading. NextAuth server configuration now uses v5 APIs like NextAuthConfig, Credentials, and the exported auth helper. Pages Router server calls must pass req and res separately to auth; passing the full GetServerSidePropsCon…