@crawlee/linkedom 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.
@@ -155,8 +155,8 @@ async function linkedomCrawlerEnqueueLinks(options) {
155
155
  if (containsEnqueueLinks(options)) {
156
156
  return options.enqueueLinks({
157
157
  urls,
158
- baseUrl,
159
158
  ...enqueueLinksOptions,
159
+ baseUrl,
160
160
  });
161
161
  }
162
162
  return (0, http_1.enqueueLinks)({
@@ -164,8 +164,8 @@ async function linkedomCrawlerEnqueueLinks(options) {
164
164
  robotsTxtFile: options.robotsTxtFile,
165
165
  onSkippedRequest: options.onSkippedRequest,
166
166
  urls,
167
- baseUrl,
168
167
  ...enqueueLinksOptions,
168
+ baseUrl,
169
169
  });
170
170
  }
171
171
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/linkedom",
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"
@@ -55,9 +55,9 @@
55
55
  "dependencies": {
56
56
  "@apify/timeout": "^0.4.0",
57
57
  "@apify/utilities": "^2.7.10",
58
- "@crawlee/http": "3.17.1-beta.67",
59
- "@crawlee/types": "3.17.1-beta.67",
60
- "@crawlee/utils": "3.17.1-beta.67",
58
+ "@crawlee/http": "3.17.1-beta.69",
59
+ "@crawlee/types": "3.17.1-beta.69",
60
+ "@crawlee/utils": "3.17.1-beta.69",
61
61
  "cheerio": "1.0.0-rc.12",
62
62
  "linkedom": "^0.18.0",
63
63
  "ow": "^0.28.2",
@@ -70,5 +70,5 @@
70
70
  }
71
71
  }
72
72
  },
73
- "gitHead": "f4621717f7e09ef21e1730bb0a817fa869f4a8f9"
73
+ "gitHead": "4cd950f1eb99bca5176ab20c8d88f6c3d6901e24"
74
74
  }