@crawlee/playwright 4.0.0-beta.45 → 4.0.0-beta.47
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.
|
@@ -165,8 +165,6 @@ export declare class PlaywrightCrawler<ContextExtension = Dictionary<never>, Ext
|
|
|
165
165
|
launchContext: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
166
166
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
167
167
|
headless: import("ow").AnyPredicate<string | boolean>;
|
|
168
|
-
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
169
|
-
sessionPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
170
168
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
171
169
|
persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
|
|
172
170
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
@@ -199,6 +197,8 @@ export declare class PlaywrightCrawler<ContextExtension = Dictionary<never>, Ext
|
|
|
199
197
|
maxCrawlDepth: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
200
198
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
201
199
|
autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
200
|
+
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
201
|
+
sessionPool: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
202
202
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
203
203
|
statusMessageLoggingInterval: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
204
204
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
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.47",
|
|
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,12 +49,12 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/datastructures": "^2.0.3",
|
|
51
51
|
"@apify/timeout": "^0.3.2",
|
|
52
|
-
"@crawlee/browser": "4.0.0-beta.
|
|
53
|
-
"@crawlee/browser-pool": "4.0.0-beta.
|
|
54
|
-
"@crawlee/cheerio": "4.0.0-beta.
|
|
55
|
-
"@crawlee/core": "4.0.0-beta.
|
|
56
|
-
"@crawlee/types": "4.0.0-beta.
|
|
57
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
52
|
+
"@crawlee/browser": "4.0.0-beta.47",
|
|
53
|
+
"@crawlee/browser-pool": "4.0.0-beta.47",
|
|
54
|
+
"@crawlee/cheerio": "4.0.0-beta.47",
|
|
55
|
+
"@crawlee/core": "4.0.0-beta.47",
|
|
56
|
+
"@crawlee/types": "4.0.0-beta.47",
|
|
57
|
+
"@crawlee/utils": "4.0.0-beta.47",
|
|
58
58
|
"cheerio": "^1.0.0",
|
|
59
59
|
"idcac-playwright": "^0.1.3",
|
|
60
60
|
"jquery": "^3.7.1",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "ec8cc65781fd56bb47b0295a443b3d5e26b25e37"
|
|
87
87
|
}
|