You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump @mayrlabs/auth and @mayrlabs/auth-nextjs to 0.3.3 and synchronize dependency versions. Add explicit NextClientAuth and NextIssuerAuth interfaces in auth-nextjs types to prevent the `setup` object from being inferred as `any`, and update createNextClientAuth/createNextIssuerAuth signatures to return those types. Update CHANGELOGs with the 0.3.3 entries.
Copy file name to clipboardExpand all lines: packages/auth-nextjs/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mayrlabs/auth-nextjs",
3
-
"version": "0.3.2",
3
+
"version": "0.3.3",
4
4
"description": "The official Next.js App Router integration for @mayrlabs/auth featuring Middleware guards, Server Actions utilities, and React Context bindings.",
0 commit comments