@auth/express
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@auth/express", | ||
"description": "Authentication for Express.", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "files": [ | ||
"dependencies": { | ||
"@auth/core": "0.36.0" | ||
"@auth/core": "0.37.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"supertest": "^6.3.3", | ||
"@auth/core": "0.36.0" | ||
"@auth/core": "0.37.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "peerDependencies": { | ||
"build": "pnpm clean && pnpm providers && tsc", | ||
"clean": "rm -rf lib index.* src/lib/providers", | ||
"clean": "rm -rf lib *.js *.d.ts* src/lib/providers", | ||
"test": "vitest run -c ../utils/vitest.config.ts", | ||
@@ -65,0 +65,0 @@ "providers": "node ../utils/scripts/providers" |
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
72050
316
1090
+ Added@auth/core@0.37.0(transitive)
+ Addedoauth4webapi@3.1.3(transitive)
- Removed@auth/core@0.36.0(transitive)
- Removedoauth4webapi@2.17.0(transitive)
Updated@auth/core@0.37.0