@crawlee/stagehand 4.0.0-beta.144 → 4.0.0-beta.146

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.
@@ -358,6 +358,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
358
358
  logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
359
359
  minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
360
360
  maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
361
+ initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
361
362
  maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
362
363
  keepAlive: z.ZodOptional<z.ZodBoolean>;
363
364
  statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
@@ -418,6 +419,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
418
419
  logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
419
420
  minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
420
421
  maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
422
+ initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
421
423
  maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
422
424
  keepAlive: z.ZodOptional<z.ZodBoolean>;
423
425
  statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.144",
3
+ "version": "4.0.0-beta.146",
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.144",
61
- "@crawlee/browser-pool": "4.0.0-beta.144",
62
- "@crawlee/core": "4.0.0-beta.144",
63
- "@crawlee/types": "4.0.0-beta.144",
64
- "@crawlee/utils": "4.0.0-beta.144",
60
+ "@crawlee/browser": "4.0.0-beta.146",
61
+ "@crawlee/browser-pool": "4.0.0-beta.146",
62
+ "@crawlee/core": "4.0.0-beta.146",
63
+ "@crawlee/types": "4.0.0-beta.146",
64
+ "@crawlee/utils": "4.0.0-beta.146",
65
65
  "tslib": "^2.8.1",
66
66
  "zod": "^4.4.3"
67
67
  },
@@ -88,5 +88,5 @@
88
88
  }
89
89
  }
90
90
  },
91
- "gitHead": "4acf68a225909523047f872cbdeb87428bfc560d"
91
+ "gitHead": "19b8ee8b753bbd21473e68d255834caee5705af0"
92
92
  }