Skip to content

Commit

Permalink
add version constraint to npm: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Gmerek committed Jun 26, 2024
1 parent d1ec394 commit 27c8d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 27c8d61

Please sign in to comment.