@auth/sveltekit
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -269,2 +269,3 @@ /** | ||
config.trustHost ??= dev; | ||
config.basePath = `${base}/auth`; | ||
} |
{ | ||
"name": "@auth/sveltekit", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Authentication for SvelteKit.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"set-cookie-parser": "^2.6.0", | ||
"@auth/core": "0.25.0" | ||
"@auth/core": "0.25.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
@@ -327,2 +327,3 @@ /** | ||
config.trustHost ??= dev | ||
config.basePath = `${base}/auth` | ||
} |
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
62313
1348
+ Added@auth/core@0.25.1(transitive)
- Removed@auth/core@0.25.0(transitive)
Updated@auth/core@0.25.1