@crawlee/puppeteer 4.0.0-beta.144 → 4.0.0-beta.145

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.
@@ -165,6 +165,7 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
165
165
  logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
166
166
  minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
167
167
  maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
168
+ initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
168
169
  maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
169
170
  keepAlive: z.ZodOptional<z.ZodBoolean>;
170
171
  statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
@@ -224,6 +225,7 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
224
225
  logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
225
226
  minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
226
227
  maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
228
+ initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
227
229
  maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
228
230
  keepAlive: z.ZodOptional<z.ZodBoolean>;
229
231
  statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/puppeteer",
3
- "version": "4.0.0-beta.144",
3
+ "version": "4.0.0-beta.145",
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.144",
52
- "@crawlee/browser-pool": "4.0.0-beta.144",
53
- "@crawlee/core": "4.0.0-beta.144",
54
- "@crawlee/types": "4.0.0-beta.144",
55
- "@crawlee/utils": "4.0.0-beta.144",
51
+ "@crawlee/browser": "4.0.0-beta.145",
52
+ "@crawlee/browser-pool": "4.0.0-beta.145",
53
+ "@crawlee/core": "4.0.0-beta.145",
54
+ "@crawlee/types": "4.0.0-beta.145",
55
+ "@crawlee/utils": "4.0.0-beta.145",
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": "4acf68a225909523047f872cbdeb87428bfc560d"
81
+ "gitHead": "e8b4d50265b9e433ae61c69d16cc1fee00a4d7e9"
82
82
  }