@crawlee/http 4.0.0-beta.30 → 4.0.0-beta.31

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.
@@ -312,6 +312,8 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
312
312
  storageClient: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
313
313
  // @ts-ignore optional peer dependency or compatibility with es2022
314
314
  eventManager: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
315
+ // @ts-ignore optional peer dependency or compatibility with es2022
316
+ logger: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
315
317
  // @ts-ignore optional peer dependency or compatibility with es2022
316
318
  minConcurrency: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
317
319
  // @ts-ignore optional peer dependency or compatibility with es2022
@@ -320,8 +322,6 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
320
322
  maxRequestsPerMinute: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
321
323
  // @ts-ignore optional peer dependency or compatibility with es2022
322
324
  keepAlive: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
323
- // @ts-ignore optional peer dependency or compatibility with es2022
324
- log: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
325
325
  // @ts-ignore optional peer dependency or compatibility with es2022
326
326
  experiments: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
327
327
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/http",
3
- "version": "4.0.0-beta.30",
3
+ "version": "4.0.0-beta.31",
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": ">=22.0.0"
@@ -49,10 +49,10 @@
49
49
  "dependencies": {
50
50
  "@apify/timeout": "^0.3.2",
51
51
  "@apify/utilities": "^2.15.5",
52
- "@crawlee/basic": "4.0.0-beta.30",
53
- "@crawlee/http-client": "4.0.0-beta.30",
54
- "@crawlee/types": "4.0.0-beta.30",
55
- "@crawlee/utils": "4.0.0-beta.30",
52
+ "@crawlee/basic": "4.0.0-beta.31",
53
+ "@crawlee/http-client": "4.0.0-beta.31",
54
+ "@crawlee/types": "4.0.0-beta.31",
55
+ "@crawlee/utils": "4.0.0-beta.31",
56
56
  "@types/content-type": "^1.1.8",
57
57
  "cheerio": "^1.0.0",
58
58
  "content-type": "^1.0.5",
@@ -69,5 +69,5 @@
69
69
  }
70
70
  }
71
71
  },
72
- "gitHead": "af6a3ecbd813fd78dc6f86f3fdf9ef2f9c1fac0d"
72
+ "gitHead": "01eb9c3f823324b3b4cc5a33480a177ab236f402"
73
73
  }