Skip to content

Commit cf167a4

Browse files
export error classes (#624)
* export error classes * changeset
1 parent 0337bba commit cf167a4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .changeset/plenty-pandas-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
export stagehand error classes so they can be referenced from @dist

Diff for: lib/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -918,3 +918,5 @@ export * from "../types/stagehand";
918918
export * from "../types/operator";
919919
export * from "../types/agent";
920920
export * from "./llm/LLMClient";
921+
export * from "../types/stagehandErrors";
922+
export * from "../types/stagehandApiErrors";

0 commit comments

Comments
 (0)