@crawlee/playwright 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.
|
@@ -188,6 +188,7 @@ export declare class PlaywrightCrawler<ContextExtension = Dictionary<never>, Ext
|
|
|
188
188
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
189
189
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
190
190
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
191
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
191
192
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
192
193
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
193
194
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
|
@@ -248,6 +249,7 @@ export declare class PlaywrightCrawler<ContextExtension = Dictionary<never>, Ext
|
|
|
248
249
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
249
250
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
250
251
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
252
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
251
253
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
252
254
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
253
255
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/playwright",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
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"
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/datastructures": "^2.0.3",
|
|
51
51
|
"@apify/timeout": "^0.4.4",
|
|
52
|
-
"@crawlee/basic": "4.0.0-beta.
|
|
53
|
-
"@crawlee/browser": "4.0.0-beta.
|
|
54
|
-
"@crawlee/browser-pool": "4.0.0-beta.
|
|
55
|
-
"@crawlee/cheerio": "4.0.0-beta.
|
|
56
|
-
"@crawlee/core": "4.0.0-beta.
|
|
57
|
-
"@crawlee/types": "4.0.0-beta.
|
|
58
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
52
|
+
"@crawlee/basic": "4.0.0-beta.145",
|
|
53
|
+
"@crawlee/browser": "4.0.0-beta.145",
|
|
54
|
+
"@crawlee/browser-pool": "4.0.0-beta.145",
|
|
55
|
+
"@crawlee/cheerio": "4.0.0-beta.145",
|
|
56
|
+
"@crawlee/core": "4.0.0-beta.145",
|
|
57
|
+
"@crawlee/types": "4.0.0-beta.145",
|
|
58
|
+
"@crawlee/utils": "4.0.0-beta.145",
|
|
59
59
|
"cheerio": "^1.0.0",
|
|
60
60
|
"jquery": "^3.7.1",
|
|
61
61
|
"ml-logistic-regression": "^2.0.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "e8b4d50265b9e433ae61c69d16cc1fee00a4d7e9"
|
|
88
88
|
}
|