@crawlee/playwright 4.0.0-beta.52 → 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.
@@ -166,7 +166,7 @@ export declare class PlaywrightCrawler<ContextExtension = Dictionary<never>, Ext
166
166
  // @ts-ignore optional peer dependency or compatibility with es2022
167
167
  headless: import("ow").AnyPredicate<string | boolean>;
168
168
  // @ts-ignore optional peer dependency or compatibility with es2022
169
- persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
169
+ saveResponseCookies: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
170
170
  // @ts-ignore optional peer dependency or compatibility with es2022
171
171
  proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
172
172
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "4.0.0-beta.52",
3
+ "version": "4.0.0-beta.53",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -49,13 +49,13 @@
49
49
  "dependencies": {
50
50
  "@apify/datastructures": "^2.0.3",
51
51
  "@apify/timeout": "^0.3.2",
52
- "@crawlee/basic": "4.0.0-beta.52",
53
- "@crawlee/browser": "4.0.0-beta.52",
54
- "@crawlee/browser-pool": "4.0.0-beta.52",
55
- "@crawlee/cheerio": "4.0.0-beta.52",
56
- "@crawlee/core": "4.0.0-beta.52",
57
- "@crawlee/types": "4.0.0-beta.52",
58
- "@crawlee/utils": "4.0.0-beta.52",
52
+ "@crawlee/basic": "4.0.0-beta.53",
53
+ "@crawlee/browser": "4.0.0-beta.53",
54
+ "@crawlee/browser-pool": "4.0.0-beta.53",
55
+ "@crawlee/cheerio": "4.0.0-beta.53",
56
+ "@crawlee/core": "4.0.0-beta.53",
57
+ "@crawlee/types": "4.0.0-beta.53",
58
+ "@crawlee/utils": "4.0.0-beta.53",
59
59
  "cheerio": "^1.0.0",
60
60
  "idcac-playwright": "^0.1.3",
61
61
  "jquery": "^3.7.1",
@@ -84,5 +84,5 @@
84
84
  }
85
85
  }
86
86
  },
87
- "gitHead": "78e3d63b413337ae9d162b20d74f337bb63808f7"
87
+ "gitHead": "4943197b4a779602ae57a8095f4a59e338b6f550"
88
88
  }