@auth/prisma-adapter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@auth/prisma-adapter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Prisma adapter for Auth.js", | ||
@@ -39,17 +39,17 @@ "homepage": "https://authjs.dev/reference/adapter/prisma", | ||
"dependencies": { | ||
"@auth/core": "0.9.0" | ||
"@auth/core": "0.13.0" | ||
}, | ||
"peerDependencies": { | ||
"@prisma/client": ">=2.26.0 || >=3 || >=4" | ||
"@prisma/client": ">=2.26.0 || >=3 || >=4 || >=5" | ||
}, | ||
"devDependencies": { | ||
"@prisma/client": "^4.15.0", | ||
"@prisma/client": "^5.2.0", | ||
"jest": "^27.4.3", | ||
"mongodb": "^4.4.0", | ||
"prisma": "^4.15.0", | ||
"@next-auth/tsconfig": "0.0.0", | ||
"@next-auth/adapter-test": "0.0.0" | ||
"prisma": "^5.2.0", | ||
"@auth/adapter-test": "0.0.0", | ||
"@auth/tsconfig": "0.0.0" | ||
}, | ||
"jest": { | ||
"preset": "@next-auth/adapter-test/jest" | ||
"preset": "@auth/adapter-test/jest" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
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
30722
+ Added@auth/core@0.13.0(transitive)
- Removed@auth/core@0.9.0(transitive)
Updated@auth/core@0.13.0