next-auth
Advanced tools
Comparing version 0.0.0-manual.b7162c86 to 0.0.0-manual.d211b087
export * from "@auth/nextjs"; | ||
export { default } from "@auth/nextjs"; | ||
export * from "@auth/nextjs/types"; | ||
//# sourceMappingURL=index.d.ts.map |
export * from "@auth/nextjs"; | ||
export { default } from "@auth/nextjs"; | ||
export * from "@auth/nextjs/types"; |
{ | ||
"name": "next-auth", | ||
"version": "0.0.0-manual.b7162c86", | ||
"version": "0.0.0-manual.d211b087", | ||
"description": "Authentication for Next.js", | ||
@@ -43,5 +43,5 @@ "homepage": "https://next-auth.js.org", | ||
}, | ||
"./client": { | ||
"types": "./client.d.ts", | ||
"import": "./client.js" | ||
"./react": { | ||
"types": "./react.d.ts", | ||
"import": "./react.js" | ||
}, | ||
@@ -48,0 +48,0 @@ "./types": { |
export * from "@auth/nextjs" | ||
export { default } from "@auth/nextjs" | ||
export * from "@auth/nextjs/types" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52284
366