@auth/d1-adapter 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ## Installation
14
14
  *
15
- * ```bash npm2yarn2pnpm
15
+ * ```bash npm2yarn
16
16
  * npm install next-auth @auth/d1-adapter
17
17
  * ```
18
18
  *
package/index.js CHANGED
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ## Installation
14
14
  *
15
- * ```bash npm2yarn2pnpm
15
+ * ```bash npm2yarn
16
16
  * npm install next-auth @auth/d1-adapter
17
17
  * ```
18
18
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth/d1-adapter",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A Cloudflare D1 adapter for Auth.js",
5
5
  "homepage": "https://authjs.dev",
6
6
  "repository": "https://github.com/nextauthjs/next-auth",
@@ -38,15 +38,12 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@auth/core": "0.18.0"
41
+ "@auth/core": "0.18.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@cloudflare/workers-types": "^4.20230321.0",
45
45
  "@miniflare/d1": "^2.12.2",
46
- "better-sqlite3": "^8.6.0",
47
- "jest": "^29.3.0",
48
- "@auth/adapter-test": "0.0.0",
49
- "@auth/tsconfig": "0.0.0"
46
+ "better-sqlite3": "^8.6.0"
50
47
  },
51
48
  "jest": {
52
49
  "preset": "@auth/adapter-test/jest"
package/src/index.ts CHANGED
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ## Installation
14
14
  *
15
- * ```bash npm2yarn2pnpm
15
+ * ```bash npm2yarn
16
16
  * npm install next-auth @auth/d1-adapter
17
17
  * ```
18
18
  *