Skip to content

Commit

Permalink
export database adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2024
1 parent c5e0158 commit 875754f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.37",
"version": "0.0.38",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ export {
formatRelationships,
} from "./relationships";

export { DatabaseAdapter } from "./database";
export { SupabaseDatabaseAdapter } from "./adapters/supabase";

// Export from ./src/runtime
export { BgentRuntime } from "./runtime";

Expand Down

0 comments on commit 875754f

Please sign in to comment.