@crawlee/stagehand 4.0.0-beta.102 → 4.0.0-beta.103

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.
@@ -403,7 +403,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
403
403
  // @ts-ignore optional peer dependency or compatibility with es2022
404
404
  keepAlive: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
405
405
  // @ts-ignore optional peer dependency or compatibility with es2022
406
- statisticsOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
406
+ statistics: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
407
407
  // @ts-ignore optional peer dependency or compatibility with es2022
408
408
  id: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
409
409
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.102",
3
+ "version": "4.0.0-beta.103",
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.102",
61
- "@crawlee/browser-pool": "4.0.0-beta.102",
62
- "@crawlee/core": "4.0.0-beta.102",
63
- "@crawlee/types": "4.0.0-beta.102",
64
- "@crawlee/utils": "4.0.0-beta.102",
60
+ "@crawlee/browser": "4.0.0-beta.103",
61
+ "@crawlee/browser-pool": "4.0.0-beta.103",
62
+ "@crawlee/core": "4.0.0-beta.103",
63
+ "@crawlee/types": "4.0.0-beta.103",
64
+ "@crawlee/utils": "4.0.0-beta.103",
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": "19eec2f388401dc75cf82d8cdcad5dd27143b1aa"
96
+ "gitHead": "fe5d0ae11067683e27a2d17b4edd226ccf112cf5"
97
97
  }