@crawlee/jsdom 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.
@@ -267,8 +267,8 @@ async function domCrawlerEnqueueLinks(options) {
267
267
  if (containsEnqueueLinks(options)) {
268
268
  return options.enqueueLinks({
269
269
  urls,
270
- baseUrl,
271
270
  ...enqueueLinksOptions,
271
+ baseUrl,
272
272
  });
273
273
  }
274
274
  return (0, http_1.enqueueLinks)({
@@ -276,8 +276,8 @@ async function domCrawlerEnqueueLinks(options) {
276
276
  robotsTxtFile: options.robotsTxtFile,
277
277
  onSkippedRequest: options.onSkippedRequest,
278
278
  urls,
279
- baseUrl,
280
279
  ...enqueueLinksOptions,
280
+ baseUrl,
281
281
  });
282
282
  }
283
283
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/jsdom",
3
- "version": "3.17.1-beta.68",
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.68",
59
- "@crawlee/types": "3.17.1-beta.68",
60
- "@crawlee/utils": "3.17.1-beta.68",
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
  "@types/jsdom": "^21.0.0",
62
62
  "cheerio": "1.0.0-rc.12",
63
63
  "jsdom": "^26.0.0",
@@ -71,5 +71,5 @@
71
71
  }
72
72
  }
73
73
  },
74
- "gitHead": "15ea5e11dd03c9836f90085d2ef1c7708da75599"
74
+ "gitHead": "4cd950f1eb99bca5176ab20c8d88f6c3d6901e24"
75
75
  }