@crawlee/http 4.0.0-beta.45 → 4.0.0-beta.47

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.
@@ -274,7 +274,7 @@ export declare class HttpCrawler<Context extends InternalHttpCrawlingContext<any
274
274
  // @ts-ignore optional peer dependency or compatibility with es2022
275
275
  autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
276
276
  // @ts-ignore optional peer dependency or compatibility with es2022
277
- sessionPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
277
+ sessionPool: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
278
278
  // @ts-ignore optional peer dependency or compatibility with es2022
279
279
  proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
280
280
  // @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.45",
3
+ "version": "4.0.0-beta.47",
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.45",
53
- "@crawlee/http-client": "4.0.0-beta.45",
54
- "@crawlee/types": "4.0.0-beta.45",
55
- "@crawlee/utils": "4.0.0-beta.45",
52
+ "@crawlee/basic": "4.0.0-beta.47",
53
+ "@crawlee/http-client": "4.0.0-beta.47",
54
+ "@crawlee/types": "4.0.0-beta.47",
55
+ "@crawlee/utils": "4.0.0-beta.47",
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": "76b8f3da3f3fd8f324d5c64b49cc93376d5588ba"
72
+ "gitHead": "ec8cc65781fd56bb47b0295a443b3d5e26b25e37"
73
73
  }