@crawlee/jsdom 4.0.0-beta.45 → 4.0.0-beta.46

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.
@@ -106,7 +106,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
106
106
  // @ts-ignore optional peer dependency or compatibility with es2022
107
107
  autoscaledPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
108
108
  // @ts-ignore optional peer dependency or compatibility with es2022
109
- sessionPoolOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
109
+ sessionPool: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
110
110
  // @ts-ignore optional peer dependency or compatibility with es2022
111
111
  proxyConfiguration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
112
112
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/jsdom",
3
- "version": "4.0.0-beta.45",
3
+ "version": "4.0.0-beta.46",
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,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@apify/timeout": "^0.3.0",
51
51
  "@apify/utilities": "^2.7.10",
52
- "@crawlee/http": "4.0.0-beta.45",
53
- "@crawlee/types": "4.0.0-beta.45",
54
- "@crawlee/utils": "4.0.0-beta.45",
52
+ "@crawlee/http": "4.0.0-beta.46",
53
+ "@crawlee/types": "4.0.0-beta.46",
54
+ "@crawlee/utils": "4.0.0-beta.46",
55
55
  "@types/jsdom": "^21.1.7",
56
56
  "cheerio": "^1.0.0",
57
57
  "jsdom": "^26.1.0",
@@ -65,5 +65,5 @@
65
65
  }
66
66
  }
67
67
  },
68
- "gitHead": "76b8f3da3f3fd8f324d5c64b49cc93376d5588ba"
68
+ "gitHead": "f0e643c8d282dfdc58c60226d2e10ce2d73bf137"
69
69
  }