@crawlee/http-client 4.0.0-beta.79 → 4.0.0-beta.81

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.
@@ -32,7 +32,7 @@ export interface CustomFetchOptions {
32
32
  * implement only the low-level network call in `fetch`.
33
33
  */
34
34
  export declare abstract class BaseHttpClient implements BaseHttpClientInterface {
35
- protected log?: CrawleeLogger;
35
+ private log?;
36
36
  constructor(options?: {
37
37
  logger?: CrawleeLogger;
38
38
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/http-client",
3
- "version": "4.0.0-beta.79",
3
+ "version": "4.0.0-beta.81",
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"
@@ -47,7 +47,7 @@
47
47
  "access": "public"
48
48
  },
49
49
  "dependencies": {
50
- "@crawlee/types": "4.0.0-beta.79",
50
+ "@crawlee/types": "4.0.0-beta.81",
51
51
  "tough-cookie": "^6.0.0"
52
52
  },
53
53
  "lerna": {
@@ -57,5 +57,5 @@
57
57
  }
58
58
  }
59
59
  },
60
- "gitHead": "5c80f15646873cea691fc9101e649afc72296d14"
60
+ "gitHead": "80dc6b4fc82237e63a51a71153809ec8dfd0cc50"
61
61
  }