@crawlee/jsdom 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.
|
@@ -112,6 +112,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
|
|
|
112
112
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
113
113
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
114
114
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
115
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
115
116
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
116
117
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
117
118
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
|
@@ -170,6 +171,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
|
|
|
170
171
|
logger: z.ZodOptional<z.ZodType<Dictionary<any>, unknown, z.core.$ZodTypeInternals<Dictionary<any>, unknown>>>;
|
|
171
172
|
minConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
172
173
|
maxConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
174
|
+
initialConcurrency: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
173
175
|
maxRequestsPerMinute: z.ZodOptional<z.ZodCustom<number, number>>;
|
|
174
176
|
keepAlive: z.ZodOptional<z.ZodBoolean>;
|
|
175
177
|
statistics: z.ZodOptional<z.ZodCustom<Dictionary, Dictionary>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/jsdom",
|
|
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,9 +49,9 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/timeout": "^0.4.4",
|
|
51
51
|
"@apify/utilities": "^2.7.10",
|
|
52
|
-
"@crawlee/http": "4.0.0-beta.
|
|
53
|
-
"@crawlee/types": "4.0.0-beta.
|
|
54
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
52
|
+
"@crawlee/http": "4.0.0-beta.145",
|
|
53
|
+
"@crawlee/types": "4.0.0-beta.145",
|
|
54
|
+
"@crawlee/utils": "4.0.0-beta.145",
|
|
55
55
|
"@types/jsdom": "^21.1.7",
|
|
56
56
|
"cheerio": "^1.0.0",
|
|
57
57
|
"jsdom": "^26.1.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e8b4d50265b9e433ae61c69d16cc1fee00a4d7e9"
|
|
69
69
|
}
|