@auth/prisma-adapter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -23,3 +23,3 @@ /** | ||
* | ||
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object: | ||
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object: | ||
* | ||
@@ -26,0 +26,0 @@ * ```js title="pages/api/auth/[...nextauth].js" |
/** | ||
* ## Setup | ||
* | ||
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object: | ||
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object: | ||
* | ||
@@ -6,0 +6,0 @@ * ```js title="pages/api/auth/[...nextauth].js" |
{ | ||
"name": "@auth/prisma-adapter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Prisma adapter for Auth.js", | ||
@@ -39,3 +39,3 @@ "homepage": "https://authjs.dev/reference/adapter/prisma", | ||
"dependencies": { | ||
"@auth/core": "0.8.1" | ||
"@auth/core": "0.9.0" | ||
}, | ||
@@ -50,4 +50,4 @@ "peerDependencies": { | ||
"prisma": "^4.15.0", | ||
"@next-auth/adapter-test": "0.0.0", | ||
"@next-auth/tsconfig": "0.0.0" | ||
"@next-auth/tsconfig": "0.0.0", | ||
"@next-auth/adapter-test": "0.0.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "jest": { |
@@ -24,3 +24,3 @@ /** | ||
* | ||
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object: | ||
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object: | ||
* | ||
@@ -27,0 +27,0 @@ * ```js title="pages/api/auth/[...nextauth].js" |
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
30731
+ Added@auth/core@0.9.0(transitive)
- Removed@auth/core@0.8.1(transitive)
Updated@auth/core@0.9.0