@crawlee/http 4.0.0-beta.45 → 4.0.0-beta.46
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.
|
@@ -274,7 +274,7 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
|
|
|
274
274
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
275
275
|
autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
276
276
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
277
|
-
|
|
277
|
+
sessionPool: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
278
278
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
279
279
|
proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
280
280
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
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.46",
|
|
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,10 +49,10 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/timeout": "^0.3.2",
|
|
51
51
|
"@apify/utilities": "^2.15.5",
|
|
52
|
-
"@crawlee/basic": "4.0.0-beta.
|
|
53
|
-
"@crawlee/http-client": "4.0.0-beta.
|
|
54
|
-
"@crawlee/types": "4.0.0-beta.
|
|
55
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
52
|
+
"@crawlee/basic": "4.0.0-beta.46",
|
|
53
|
+
"@crawlee/http-client": "4.0.0-beta.46",
|
|
54
|
+
"@crawlee/types": "4.0.0-beta.46",
|
|
55
|
+
"@crawlee/utils": "4.0.0-beta.46",
|
|
56
56
|
"@types/content-type": "^1.1.8",
|
|
57
57
|
"cheerio": "^1.0.0",
|
|
58
58
|
"content-type": "^1.0.5",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f0e643c8d282dfdc58c60226d2e10ce2d73bf137"
|
|
73
73
|
}
|