@browserbasehq/stagehand 3.0.2-alpha-2d1b5732dc441a3331f5743cdfed3e1037d8b3b5 → 3.1.0-alpha-7e72adfd7e4af5ec49ac2f552e7f1f57c1acc554
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +22 -1
- package/dist/index.js +459 -313
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/stagehand",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0-alpha-7e72adfd7e4af5ec49ac2f552e7f1f57c1acc554",
|
|
4
4
|
"description": "An AI web browsing framework focused on simplicity and extensibility.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|