@crawlee/http 3.17.1-beta.12 → 3.17.1-beta.13

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.
@@ -426,7 +426,7 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
426
426
  // @ts-ignore optional peer dependency or compatibility with es2022
427
427
  searchParams?: string | import("got-scraping", { with: { "resolution-mode": "import" } }).SearchParameters | URLSearchParams | undefined;
428
428
  // @ts-ignore optional peer dependency or compatibility with es2022
429
- dnsLookup?: import("cacheable-lookup", { with: { "resolution-mode": "import" } }).default["lookup"] | undefined;
429
+ dnsLookup?: import("net").LookupFunction | undefined;
430
430
  // @ts-ignore optional peer dependency or compatibility with es2022
431
431
  dnsCache?: import("cacheable-lookup", { with: { "resolution-mode": "import" } }).default | boolean | undefined;
432
432
  context?: Record<string, unknown> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/http",
3
- "version": "3.17.1-beta.12",
3
+ "version": "3.17.1-beta.13",
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.3.0",
57
57
  "@apify/utilities": "^2.7.10",
58
- "@crawlee/basic": "3.17.1-beta.12",
59
- "@crawlee/types": "3.17.1-beta.12",
60
- "@crawlee/utils": "3.17.1-beta.12",
58
+ "@crawlee/basic": "3.17.1-beta.13",
59
+ "@crawlee/types": "3.17.1-beta.13",
60
+ "@crawlee/utils": "3.17.1-beta.13",
61
61
  "@types/content-type": "^1.1.5",
62
62
  "cheerio": "1.0.0-rc.12",
63
63
  "content-type": "^1.0.4",
@@ -75,5 +75,5 @@
75
75
  }
76
76
  }
77
77
  },
78
- "gitHead": "60db197e7544a6d123ca8de386d9c8f817909773"
78
+ "gitHead": "a16ead59df4b8aacdab875bd571c1035a5e2594d"
79
79
  }