@auth/d1-adapter 0.2.4 → 0.2.6

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
@@ -7,7 +7,7 @@
7
7
  * </div>
8
8
  *
9
9
  * ## Warning
10
- * This adapter is not developed or maintained by Clouflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
10
+ * This adapter is not developed or maintained by Cloudflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
11
11
  * The adapter is compatible with the D1 api as of March 22, 2023.
12
12
  *
13
13
  * ## Installation
package/index.js CHANGED
@@ -7,7 +7,7 @@
7
7
  * </div>
8
8
  *
9
9
  * ## Warning
10
- * This adapter is not developed or maintained by Clouflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
10
+ * This adapter is not developed or maintained by Cloudflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
11
11
  * The adapter is compatible with the D1 api as of March 22, 2023.
12
12
  *
13
13
  * ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth/d1-adapter",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
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,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@auth/core": "0.18.1"
41
+ "@auth/core": "0.18.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@cloudflare/workers-types": "^4.20230321.0",
package/src/index.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * </div>
8
8
  *
9
9
  * ## Warning
10
- * This adapter is not developed or maintained by Clouflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
10
+ * This adapter is not developed or maintained by Cloudflare and they haven't declared the D1 api stable. The author will make an effort to keep this adapter up to date.
11
11
  * The adapter is compatible with the D1 api as of March 22, 2023.
12
12
  *
13
13
  * ## Installation