Skip to content

Commit

Permalink
expose to root
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2024
1 parent a6f9d05 commit 03b55bc
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.38",
"version": "0.0.39",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export { zeroUuid, zeroUuidPlus1 } from "./lib/constants";
// Export from ./src/lib/context
export { addHeader, composeContext } from "./lib/context";

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

import wait from "./lib/actions/wait";
export { wait };

Expand Down

0 comments on commit 03b55bc

Please sign in to comment.