@auth/express
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -135,5 +135,6 @@ /** | ||
*/ | ||
import { type AuthConfig } from "@auth/core"; | ||
import { type AuthConfig, customFetch } from "@auth/core"; | ||
import type { Session } from "@auth/core/types"; | ||
import * as e from "express"; | ||
export { customFetch }; | ||
export { AuthError, CredentialsSignin } from "@auth/core/errors"; | ||
@@ -140,0 +141,0 @@ export type { Account, DefaultSession, Profile, Session, User, } from "@auth/core/types"; |
@@ -135,5 +135,6 @@ /** | ||
*/ | ||
import { Auth, setEnvDefaults, createActionURL, } from "@auth/core"; | ||
import { Auth, setEnvDefaults, createActionURL, customFetch, } from "@auth/core"; | ||
import * as e from "express"; | ||
import { toWebRequest, toExpressResponse } from "./lib/index.js"; | ||
export { customFetch }; | ||
export { AuthError, CredentialsSignin } from "@auth/core/errors"; | ||
@@ -140,0 +141,0 @@ export function ExpressAuth(config) { |
{ | ||
"name": "@auth/express", | ||
"description": "Authentication for Express.", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"type": "module", | ||
@@ -36,9 +36,9 @@ "files": [ | ||
"dependencies": { | ||
"@auth/core": "0.35.0" | ||
"@auth/core": "0.36.0" | ||
}, | ||
"devDependencies": { | ||
"@auth/core": "experimental", | ||
"@types/express": "^4.17.17", | ||
"@types/supertest": "^2.0.12", | ||
"supertest": "^6.3.3" | ||
"supertest": "^6.3.3", | ||
"@auth/core": "0.36.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
@@ -141,2 +141,3 @@ /** | ||
createActionURL, | ||
customFetch, | ||
} from "@auth/core" | ||
@@ -147,2 +148,3 @@ import type { Session } from "@auth/core/types" | ||
export { customFetch } | ||
export { AuthError, CredentialsSignin } from "@auth/core/errors" | ||
@@ -149,0 +151,0 @@ export type { |
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
71608
1086
+ Added@auth/core@0.36.0(transitive)
- Removed@auth/core@0.35.0(transitive)
- Removedcookie@0.6.0(transitive)
Updated@auth/core@0.36.0