@crawlee/stagehand 4.0.0-beta.92 → 4.0.0-beta.93

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.
@@ -363,7 +363,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
363
363
  // @ts-ignore optional peer dependency or compatibility with es2022
364
364
  maxCrawlDepth: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
365
365
  // @ts-ignore optional peer dependency or compatibility with es2022
366
- autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
366
+ taskLoopOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
367
367
  // @ts-ignore optional peer dependency or compatibility with es2022
368
368
  concurrencySystem: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
369
369
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.92",
3
+ "version": "4.0.0-beta.93",
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.3.2",
60
- "@crawlee/browser": "4.0.0-beta.92",
61
- "@crawlee/browser-pool": "4.0.0-beta.92",
62
- "@crawlee/core": "4.0.0-beta.92",
63
- "@crawlee/types": "4.0.0-beta.92",
64
- "@crawlee/utils": "4.0.0-beta.92",
60
+ "@crawlee/browser": "4.0.0-beta.93",
61
+ "@crawlee/browser-pool": "4.0.0-beta.93",
62
+ "@crawlee/core": "4.0.0-beta.93",
63
+ "@crawlee/types": "4.0.0-beta.93",
64
+ "@crawlee/utils": "4.0.0-beta.93",
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": "9470e6cd2fe57b354ba30643a2348f2e737c37fe"
96
+ "gitHead": "b9d21e80d94d01e21d4e1c19191610d0157dd172"
97
97
  }