@crawlee/stagehand 3.16.0 → 3.16.1-beta.0

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.
@@ -35,13 +35,13 @@ export interface StagehandOptions {
35
35
  * stagehandOptions: {
36
36
  * env: 'LOCAL',
37
37
  * model: 'openai/gpt-4.1-mini',
38
- * apiKey: 'sk-...',
38
+ * apiKey: 'your-api-key',
39
39
  * }
40
40
  *
41
41
  * // Browserbase cloud
42
42
  * stagehandOptions: {
43
43
  * env: 'BROWSERBASE',
44
- * apiKey: 'bb-...',
44
+ * apiKey: 'your-browserbase-api-key',
45
45
  * projectId: 'proj-...',
46
46
  * }
47
47
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "3.16.0",
3
+ "version": "3.16.1-beta.0",
4
4
  "description": "AI-powered web crawling with Stagehand integration for Crawlee - enables natural language browser automation with act(), extract(), and observe() methods.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -58,11 +58,11 @@
58
58
  "dependencies": {
59
59
  "@apify/log": "^2.4.0",
60
60
  "@apify/timeout": "^0.3.1",
61
- "@crawlee/browser": "3.16.0",
62
- "@crawlee/browser-pool": "3.16.0",
63
- "@crawlee/core": "3.16.0",
64
- "@crawlee/types": "3.16.0",
65
- "@crawlee/utils": "3.16.0",
61
+ "@crawlee/browser": "3.16.1-beta.0",
62
+ "@crawlee/browser-pool": "3.16.1-beta.0",
63
+ "@crawlee/core": "3.16.1-beta.0",
64
+ "@crawlee/types": "3.16.1-beta.0",
65
+ "@crawlee/utils": "3.16.1-beta.0",
66
66
  "ow": "^0.28.1",
67
67
  "tslib": "^2.4.0"
68
68
  },
@@ -94,5 +94,5 @@
94
94
  }
95
95
  }
96
96
  },
97
- "gitHead": "e6451749f838744d539c81bf9d969c1cfcc9e86b"
97
+ "gitHead": "eb6574d409b384db220e1ba8651c7534d90ae846"
98
98
  }