@crawlee/http 4.0.0-beta.143 → 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.
|
@@ -294,6 +294,7 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
|
|
|
294
294
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
295
295
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
296
296
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
297
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
297
298
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
298
299
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
299
300
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
|
@@ -350,6 +351,7 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
|
|
|
350
351
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
351
352
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
352
353
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
354
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
353
355
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
354
356
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
355
357
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/http",
|
|
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,11 +49,11 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/timeout": "^0.4.4",
|
|
51
51
|
"@apify/utilities": "^2.15.5",
|
|
52
|
-
"@crawlee/basic": "4.0.0-beta.
|
|
53
|
-
"@crawlee/core": "4.0.0-beta.
|
|
54
|
-
"@crawlee/http-client": "4.0.0-beta.
|
|
55
|
-
"@crawlee/types": "4.0.0-beta.
|
|
56
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
52
|
+
"@crawlee/basic": "4.0.0-beta.145",
|
|
53
|
+
"@crawlee/core": "4.0.0-beta.145",
|
|
54
|
+
"@crawlee/http-client": "4.0.0-beta.145",
|
|
55
|
+
"@crawlee/types": "4.0.0-beta.145",
|
|
56
|
+
"@crawlee/utils": "4.0.0-beta.145",
|
|
57
57
|
"@types/content-type": "^1.1.8",
|
|
58
58
|
"cheerio": "^1.0.0",
|
|
59
59
|
"content-type": "^1.0.5",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "e8b4d50265b9e433ae61c69d16cc1fee00a4d7e9"
|
|
74
74
|
}
|