Skip to content

Commit

Permalink
Re-exported Evalite from evalite package
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jan 1, 2025
1 parent 5676b2a commit 12dd7fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-mugs-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"evalite": patch
---

Re-exported the Evalite type from the 'evalite' package so users don't have to download @evalite/core to access it.
2 changes: 2 additions & 0 deletions packages/evalite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,5 @@ const handleFilesInTraces = async (
})
);
};

export type { Evalite };

0 comments on commit 12dd7fc

Please sign in to comment.