@crawlee/jsdom 4.0.0-beta.116 → 4.0.0-beta.117

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.
@@ -67,7 +67,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
67
67
  // @ts-ignore optional peer dependency or compatibility with es2022
68
68
  navigationTimeoutSecs: import("ow").NumberPredicate & import("ow").BasePredicate<number | undefined>;
69
69
  // @ts-ignore optional peer dependency or compatibility with es2022
70
- ignoreSslErrors: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
70
+ ignoreTlsErrors: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
71
71
  // @ts-ignore optional peer dependency or compatibility with es2022
72
72
  additionalMimeTypes: import("ow").ArrayPredicate<string>;
73
73
  // @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.116",
3
+ "version": "4.0.0-beta.117",
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.4.4",
51
51
  "@apify/utilities": "^2.7.10",
52
- "@crawlee/http": "4.0.0-beta.116",
53
- "@crawlee/types": "4.0.0-beta.116",
54
- "@crawlee/utils": "4.0.0-beta.116",
52
+ "@crawlee/http": "4.0.0-beta.117",
53
+ "@crawlee/types": "4.0.0-beta.117",
54
+ "@crawlee/utils": "4.0.0-beta.117",
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": "2bdc17928f47674f08fff7a83de861d881b7947a"
68
+ "gitHead": "7c9c8c83da02da0444130cb95368045d30881c3b"
69
69
  }