@crawlee/stagehand 4.0.0-beta.97 → 4.0.0-beta.99

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.
@@ -25,8 +25,6 @@ export interface StagehandPluginOptions extends BrowserPluginOptions<LaunchOptio
25
25
  * Limitations:
26
26
  * - Only Chromium is supported (Stagehand uses CDP)
27
27
  * - Some fingerprinting options may not be fully applied (Stagehand controls browser launch)
28
- *
29
- * @ignore
30
28
  */
31
29
  export declare class StagehandPlugin extends BrowserPlugin<BrowserType, LaunchOptions, PlaywrightBrowser> {
32
30
  readonly stagehandOptions: StagehandOptions;
@@ -19,8 +19,6 @@ const stagehand_controller_1 = require("./stagehand-controller");
19
19
  * Limitations:
20
20
  * - Only Chromium is supported (Stagehand uses CDP)
21
21
  * - Some fingerprinting options may not be fully applied (Stagehand controls browser launch)
22
- *
23
- * @ignore
24
22
  */
25
23
  class StagehandPlugin extends browser_pool_1.BrowserPlugin {
26
24
  stagehandOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.97",
3
+ "version": "4.0.0-beta.99",
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": ">=22.0.0"
@@ -57,11 +57,11 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@apify/timeout": "^0.4.4",
60
- "@crawlee/browser": "4.0.0-beta.97",
61
- "@crawlee/browser-pool": "4.0.0-beta.97",
62
- "@crawlee/core": "4.0.0-beta.97",
63
- "@crawlee/types": "4.0.0-beta.97",
64
- "@crawlee/utils": "4.0.0-beta.97",
60
+ "@crawlee/browser": "4.0.0-beta.99",
61
+ "@crawlee/browser-pool": "4.0.0-beta.99",
62
+ "@crawlee/core": "4.0.0-beta.99",
63
+ "@crawlee/types": "4.0.0-beta.99",
64
+ "@crawlee/utils": "4.0.0-beta.99",
65
65
  "ow": "^2.0.0",
66
66
  "tslib": "^2.8.1"
67
67
  },
@@ -93,5 +93,5 @@
93
93
  }
94
94
  }
95
95
  },
96
- "gitHead": "43008dd43f4832d083353ba1b731c0b4607c9cfa"
96
+ "gitHead": "ad2748380941842bb10cff100f4b4caad92049e3"
97
97
  }