chore: update d1 adapter

This commit is contained in:
Thang Vu
2023-09-22 15:08:07 +07:00
parent 6780ed7fee
commit 09c5fe29ba
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
"d1"
],
"type": "module",
"types": "dist/index.d.ts",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
@@ -39,7 +39,6 @@
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"test": "jest"
},
"dependencies": {

View File

@@ -1,6 +1,6 @@
/**
* <div style={{display: "flex", justifyContent: "space-between", alignItems: "center", padding: 16}}>
* <p style={{fontWeight: "normal"}}>An unofficial <a href="https://developers.cloudflare.com/d1/">Cloudflare D1</a> adapter for Auth.js / NextAuth.js.</p>
* <p style={{fontWeight: "normal"}}>An official <a href="https://developers.cloudflare.com/d1/">Cloudflare D1</a> adapter for Auth.js / NextAuth.js.</p>
* <a href="https://developers.cloudflare.com/d1/">
* <img style={{display: "block"}} src="/img/adapters/d1.svg" width="48" />
* </a>