@a-type/auth
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ import { ServerAdapter } from './adapter.js'; | ||
adapter?: ServerAdapter<Context>; | ||
providers: Record<string, AuthProvider>; | ||
providers: Record<string, AuthProvider<Context>>; | ||
/** | ||
@@ -17,0 +17,0 @@ * Gets the database interface used to store user and account data. |
{ | ||
"name": "@a-type/auth", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "My personal auth request handlers", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
@@ -32,3 +32,3 @@ import * as z from 'zod'; | ||
adapter?: ServerAdapter<Context>; | ||
providers: Record<string, AuthProvider>; | ||
providers: Record<string, AuthProvider<Context>>; | ||
/** | ||
@@ -35,0 +35,0 @@ * Gets the database interface used to store user and account data. |
147702
0.01%