v1.10.1
browserbase/stagehandv1.10.1Jan 21, 2025by github-actions[bot]
AI Summary
Fixes a build type error in the evaluate function used by the observeHandler to ensure type safety.
Key Highlights
- Fixed async function type error in observeHandler evaluate
New Features
- Type Safety Fix for Observe Handler
Full Release Notes
### Patch Changes - [#422](https://github.com/browserbase/stagehand/pull/422) [`a2878d0`](https://github.com/browserbase/stagehand/commit/a2878d0acaf393b37763fb0c07b1a24043f7eb8d) Thanks [@miguelg719](https://github.com/miguelg719)! - Fixing a build type error for async functions being called inside evaulate for observeHandler.