diff --git a/src/helpers.ts b/src/helpers.ts index c66b09c..98d65d5 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -1,5 +1,5 @@ import type { SurrealSession, SurrealUser } from "./types.ts"; -import type { DatabaseUser as LuciaDatabaseUser, DatabaseSession as LuciaDatabaseSession } from "npm:lucia"; +import type { DatabaseUser as LuciaDatabaseUser, DatabaseSession as LuciaDatabaseSession } from "npm:lucia@3.2.0"; /** * Maps a SurrealSession object to a Lucia's DatabaseSession object.