@crawlee/puppeteer 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.
|
@@ -135,8 +135,6 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
|
|
|
135
135
|
launchContext: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
136
136
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
137
137
|
headless: import("ow").AnyPredicate<string | boolean>;
|
|
138
|
-
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
139
|
-
sessionPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
140
138
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
141
139
|
persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
|
|
142
140
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
@@ -169,6 +167,8 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
|
|
|
169
167
|
maxCrawlDepth: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
170
168
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
171
169
|
autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
170
|
+
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
171
|
+
sessionPool: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
172
172
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
173
173
|
statusMessageLoggingInterval: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
174
174
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/puppeteer",
|
|
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"
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@apify/datastructures": "^2.0.3",
|
|
51
|
-
"@crawlee/browser": "4.0.0-beta.
|
|
52
|
-
"@crawlee/browser-pool": "4.0.0-beta.
|
|
53
|
-
"@crawlee/types": "4.0.0-beta.
|
|
54
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
51
|
+
"@crawlee/browser": "4.0.0-beta.46",
|
|
52
|
+
"@crawlee/browser-pool": "4.0.0-beta.46",
|
|
53
|
+
"@crawlee/types": "4.0.0-beta.46",
|
|
54
|
+
"@crawlee/utils": "4.0.0-beta.46",
|
|
55
55
|
"cheerio": "^1.0.0",
|
|
56
56
|
"devtools-protocol": "*",
|
|
57
57
|
"idcac-playwright": "^0.2.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "f0e643c8d282dfdc58c60226d2e10ce2d73bf137"
|
|
82
82
|
}
|