@crawlee/stagehand 4.0.0-beta.51 → 4.0.0-beta.53

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.
@@ -333,7 +333,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
333
333
  // @ts-ignore optional peer dependency or compatibility with es2022
334
334
  headless: import("ow").AnyPredicate<string | boolean>;
335
335
  // @ts-ignore optional peer dependency or compatibility with es2022
336
- persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
336
+ saveResponseCookies: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
337
337
  // @ts-ignore optional peer dependency or compatibility with es2022
338
338
  proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
339
339
  // @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.51",
3
+ "version": "4.0.0-beta.53",
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"
@@ -57,11 +57,11 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@apify/timeout": "^0.3.2",
60
- "@crawlee/browser": "4.0.0-beta.51",
61
- "@crawlee/browser-pool": "4.0.0-beta.51",
62
- "@crawlee/core": "4.0.0-beta.51",
63
- "@crawlee/types": "4.0.0-beta.51",
64
- "@crawlee/utils": "4.0.0-beta.51",
60
+ "@crawlee/browser": "4.0.0-beta.53",
61
+ "@crawlee/browser-pool": "4.0.0-beta.53",
62
+ "@crawlee/core": "4.0.0-beta.53",
63
+ "@crawlee/types": "4.0.0-beta.53",
64
+ "@crawlee/utils": "4.0.0-beta.53",
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": "321493aea4dfb8073bb5e5d112c331645cac3d11"
96
+ "gitHead": "4943197b4a779602ae57a8095f4a59e338b6f550"
97
97
  }