@crawlee/puppeteer 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.
@@ -136,7 +136,7 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
136
136
  // @ts-ignore optional peer dependency or compatibility with es2022
137
137
  headless: import("ow").AnyPredicate<string | boolean>;
138
138
  // @ts-ignore optional peer dependency or compatibility with es2022
139
- persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
139
+ saveResponseCookies: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
140
140
  // @ts-ignore optional peer dependency or compatibility with es2022
141
141
  proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
142
142
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/puppeteer",
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"
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@apify/datastructures": "^2.0.3",
51
- "@crawlee/browser": "4.0.0-beta.52",
52
- "@crawlee/browser-pool": "4.0.0-beta.52",
53
- "@crawlee/core": "4.0.0-beta.52",
54
- "@crawlee/types": "4.0.0-beta.52",
55
- "@crawlee/utils": "4.0.0-beta.52",
51
+ "@crawlee/browser": "4.0.0-beta.53",
52
+ "@crawlee/browser-pool": "4.0.0-beta.53",
53
+ "@crawlee/core": "4.0.0-beta.53",
54
+ "@crawlee/types": "4.0.0-beta.53",
55
+ "@crawlee/utils": "4.0.0-beta.53",
56
56
  "cheerio": "^1.0.0",
57
57
  "devtools-protocol": "*",
58
58
  "idcac-playwright": "^0.2.0",
@@ -79,5 +79,5 @@
79
79
  }
80
80
  }
81
81
  },
82
- "gitHead": "78e3d63b413337ae9d162b20d74f337bb63808f7"
82
+ "gitHead": "4943197b4a779602ae57a8095f4a59e338b6f550"
83
83
  }