@crawlee/jsdom 4.0.0-beta.80 → 4.0.0-beta.82
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.
|
@@ -146,9 +146,9 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
|
|
|
146
146
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
147
147
|
id: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
|
|
148
148
|
};
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
private runScripts;
|
|
150
|
+
private hideInternalConsole;
|
|
151
|
+
private virtualConsole;
|
|
152
152
|
constructor(options?: JSDOMCrawlerOptions<ContextExtension, ExtendedContext>);
|
|
153
153
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
154
154
|
protected buildContextPipeline(): import("@crawlee/http").ContextPipeline<CrawlingContext<Dictionary>, InternalHttpCrawlingContext<any, any> & {
|
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.82",
|
|
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.3.0",
|
|
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.82",
|
|
53
|
+
"@crawlee/types": "4.0.0-beta.82",
|
|
54
|
+
"@crawlee/utils": "4.0.0-beta.82",
|
|
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": "eb1096f7c7743d124375ef011fbbadb19476822e"
|
|
69
69
|
}
|