@auth/edgedb-adapter 0.2.10 → 0.2.11

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth/edgedb-adapter",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "EdgeDB adapter for next-auth.",
5
5
  "homepage": "https://authjs.dev",
6
6
  "repository": "https://github.com/nextauthjs/next-auth",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@auth/core": "0.19.0"
40
+ "@auth/core": "0.19.1"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "edgedb": "^1.0.1"
package/src/index.ts CHANGED
@@ -87,7 +87,7 @@ import type { Client } from "edgedb"
87
87
  * ### Create the EdgeDB schema
88
88
  *
89
89
  * Replace the contents of the auto-generated file in `dbschema/default.esdl` with the following:
90
- *
90
+ *
91
91
  * > This schema is adapted for use in EdgeDB and based upon our main [schema](https://authjs.dev/getting-started/adapters#models)
92
92
  *
93
93
  * ```json title="default.esdl"