@crawlee/cheerio 3.17.1-beta.67 → 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.
@@ -174,8 +174,8 @@ async function cheerioCrawlerEnqueueLinks(options) {
174
174
  if (containsEnqueueLinks(options)) {
175
175
  return options.enqueueLinks({
176
176
  urls,
177
- baseUrl,
178
177
  ...enqueueLinksOptions,
178
+ baseUrl,
179
179
  });
180
180
  }
181
181
  return (0, http_1.enqueueLinks)({
@@ -183,8 +183,8 @@ async function cheerioCrawlerEnqueueLinks(options) {
183
183
  robotsTxtFile: options.robotsTxtFile,
184
184
  onSkippedRequest: options.onSkippedRequest,
185
185
  urls,
186
- baseUrl,
187
186
  ...enqueueLinksOptions,
187
+ baseUrl,
188
188
  });
189
189
  }
190
190
  function createCheerioRouter(routesOrSchemas) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/cheerio",
3
- "version": "3.17.1-beta.67",
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"
@@ -53,9 +53,9 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@crawlee/http": "3.17.1-beta.67",
57
- "@crawlee/types": "3.17.1-beta.67",
58
- "@crawlee/utils": "3.17.1-beta.67",
56
+ "@crawlee/http": "3.17.1-beta.69",
57
+ "@crawlee/types": "3.17.1-beta.69",
58
+ "@crawlee/utils": "3.17.1-beta.69",
59
59
  "cheerio": "1.0.0-rc.12",
60
60
  "htmlparser2": "^9.0.0",
61
61
  "tslib": "^2.4.0"
@@ -67,5 +67,5 @@
67
67
  }
68
68
  }
69
69
  },
70
- "gitHead": "f4621717f7e09ef21e1730bb0a817fa869f4a8f9"
70
+ "gitHead": "4cd950f1eb99bca5176ab20c8d88f6c3d6901e24"
71
71
  }