@browserbasehq/stagehand 3.0.6-alpha-a8a7c537fba30d8ce1441d9e454616086ae61fae → 3.0.6-alpha-fdbb58ce7ad8e63a4048089d0b548d76b1803782

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +14 -0
  2. package/dist/index.js +1219 -238
  3. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserbasehq/stagehand",
3
- "version": "3.0.6-alpha-a8a7c537fba30d8ce1441d9e454616086ae61fae",
3
+ "version": "3.0.6-alpha-fdbb58ce7ad8e63a4048089d0b548d76b1803782",
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",
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@ai-sdk/provider": "^2.0.0",
31
+ "uuid": "^11.1.0",
31
32
  "@anthropic-ai/sdk": "0.39.0",
32
33
  "@browserbasehq/sdk": "^2.4.0",
33
34
  "@google/genai": "^1.22.0",