@crawlee/puppeteer 4.0.0-beta.111 → 4.0.0-beta.112

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.
@@ -151,6 +151,8 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
151
151
  requestList: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
152
152
  // @ts-ignore optional peer dependency or compatibility with es2022
153
153
  requestQueue: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
154
+ // @ts-ignore optional peer dependency or compatibility with es2022
155
+ requestManager: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
154
156
  // @ts-ignore optional peer dependency or compatibility with es2022
155
157
  requestHandler: import("ow").Predicate<Function> & import("ow").BasePredicate<Function | undefined>;
156
158
  // @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.111",
3
+ "version": "4.0.0-beta.112",
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.111",
52
- "@crawlee/browser-pool": "4.0.0-beta.111",
53
- "@crawlee/core": "4.0.0-beta.111",
54
- "@crawlee/types": "4.0.0-beta.111",
55
- "@crawlee/utils": "4.0.0-beta.111",
51
+ "@crawlee/browser": "4.0.0-beta.112",
52
+ "@crawlee/browser-pool": "4.0.0-beta.112",
53
+ "@crawlee/core": "4.0.0-beta.112",
54
+ "@crawlee/types": "4.0.0-beta.112",
55
+ "@crawlee/utils": "4.0.0-beta.112",
56
56
  "cheerio": "^1.0.0",
57
57
  "devtools-protocol": "*",
58
58
  "jquery": "^3.7.1",
@@ -78,5 +78,5 @@
78
78
  }
79
79
  }
80
80
  },
81
- "gitHead": "a6b7dec651fa7d81c61689e0a3cd0a8d06fdb586"
81
+ "gitHead": "5d1e107d4dc4ffd21f1c6cc5b1a1c10b59ca2b47"
82
82
  }