mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Compare commits
5 Commits
@auth/core
...
@auth/driz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c53435af8a | ||
|
|
f29a1f2778 | ||
|
|
a4c3270307 | ||
|
|
645d003d49 | ||
|
|
3f296615c5 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@auth/drizzle-adapter",
|
"name": "@auth/drizzle-adapter",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "Drizzle adapter for Auth.js.",
|
"description": "Drizzle adapter for Auth.js.",
|
||||||
"homepage": "https://authjs.dev",
|
"homepage": "https://authjs.dev",
|
||||||
"repository": "https://github.com/nextauthjs/next-auth",
|
"repository": "https://github.com/nextauthjs/next-auth",
|
||||||
@@ -11,8 +11,8 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"*.js",
|
|
||||||
"*.d.ts*",
|
"*.d.ts*",
|
||||||
|
"*.js",
|
||||||
"lib",
|
"lib",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@auth/core",
|
"name": "@auth/core",
|
||||||
"version": "0.11.0",
|
"version": "0.11.1",
|
||||||
"description": "Authentication for the Web.",
|
"description": "Authentication for the Web.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authentication",
|
"authentication",
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export interface PassageProfile {
|
|||||||
* #### Configuration
|
* #### Configuration
|
||||||
*```js
|
*```js
|
||||||
* import Auth from "@auth/core"
|
* import Auth from "@auth/core"
|
||||||
* import Passage from "@auth/core/providers/assage"
|
* import Passage from "@auth/core/providers/passage"
|
||||||
*
|
*
|
||||||
* const request = new Request(origin)
|
* const request = new Request(origin)
|
||||||
* const response = await Auth(request, {
|
* const response = await Auth(request, {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
|
"lib/**/*",
|
||||||
"*.js",
|
"*.js",
|
||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"*.d.ts.map"
|
"*.d.ts.map"
|
||||||
|
|||||||
Reference in New Issue
Block a user