@crawlee/browser 4.0.0-beta.30 → 4.0.0-beta.31
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.
|
@@ -271,6 +271,8 @@ export declare abstract class BrowserCrawler<Page extends CommonPage = CommonPag
|
|
|
271
271
|
storageClient: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
272
272
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
273
273
|
eventManager: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
274
|
+
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
275
|
+
logger: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
274
276
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
275
277
|
minConcurrency: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
276
278
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
@@ -279,8 +281,6 @@ export declare abstract class BrowserCrawler<Page extends CommonPage = CommonPag
|
|
|
279
281
|
maxRequestsPerMinute: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
|
|
280
282
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
281
283
|
keepAlive: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
|
|
282
|
-
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
283
|
-
log: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
284
284
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
285
285
|
experiments: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
286
286
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/browser",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.31",
|
|
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/timeout": "^0.3.2",
|
|
51
|
-
"@crawlee/basic": "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/basic": "4.0.0-beta.31",
|
|
52
|
+
"@crawlee/browser-pool": "4.0.0-beta.31",
|
|
53
|
+
"@crawlee/types": "4.0.0-beta.31",
|
|
54
|
+
"@crawlee/utils": "4.0.0-beta.31",
|
|
55
55
|
"ow": "^2.0.0",
|
|
56
56
|
"tslib": "^2.8.1",
|
|
57
57
|
"type-fest": "^4.41.0"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "01eb9c3f823324b3b4cc5a33480a177ab236f402"
|
|
79
79
|
}
|