@crawlee/browser 3.17.1-beta.68 → 3.17.1-beta.69
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.
|
@@ -484,8 +484,8 @@ async function browserCrawlerEnqueueLinks(options) {
|
|
|
484
484
|
if (containsEnqueueLinks(options)) {
|
|
485
485
|
return options.enqueueLinks({
|
|
486
486
|
urls,
|
|
487
|
-
baseUrl,
|
|
488
487
|
...enqueueLinksOptions,
|
|
488
|
+
baseUrl,
|
|
489
489
|
});
|
|
490
490
|
}
|
|
491
491
|
return (0, basic_1.enqueueLinks)({
|
|
@@ -493,8 +493,8 @@ async function browserCrawlerEnqueueLinks(options) {
|
|
|
493
493
|
robotsTxtFile: options.robotsTxtFile,
|
|
494
494
|
onSkippedRequest: options.onSkippedRequest,
|
|
495
495
|
urls,
|
|
496
|
-
baseUrl,
|
|
497
496
|
...enqueueLinksOptions,
|
|
497
|
+
baseUrl,
|
|
498
498
|
});
|
|
499
499
|
}
|
|
500
500
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/browser",
|
|
3
|
-
"version": "3.17.1-beta.
|
|
3
|
+
"version": "3.17.1-beta.69",
|
|
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": ">=16.0.0"
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@apify/timeout": "^0.4.0",
|
|
57
|
-
"@crawlee/basic": "3.17.1-beta.
|
|
58
|
-
"@crawlee/browser-pool": "3.17.1-beta.
|
|
59
|
-
"@crawlee/types": "3.17.1-beta.
|
|
60
|
-
"@crawlee/utils": "3.17.1-beta.
|
|
57
|
+
"@crawlee/basic": "3.17.1-beta.69",
|
|
58
|
+
"@crawlee/browser-pool": "3.17.1-beta.69",
|
|
59
|
+
"@crawlee/types": "3.17.1-beta.69",
|
|
60
|
+
"@crawlee/utils": "3.17.1-beta.69",
|
|
61
61
|
"ow": "^0.28.1",
|
|
62
62
|
"tslib": "^2.4.0",
|
|
63
63
|
"type-fest": "^4.0.0"
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "4cd950f1eb99bca5176ab20c8d88f6c3d6901e24"
|
|
85
85
|
}
|