@crawlee/jsdom 4.0.0-beta.51 → 4.0.0-beta.53

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.
@@ -72,7 +72,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
72
72
  // @ts-ignore optional peer dependency or compatibility with es2022
73
73
  forceResponseEncoding: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
74
74
  // @ts-ignore optional peer dependency or compatibility with es2022
75
- persistCookiesPerSession: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
75
+ saveResponseCookies: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
76
76
  // @ts-ignore optional peer dependency or compatibility with es2022
77
77
  preNavigationHooks: import("ow").ArrayPredicate<unknown> & import("ow").BasePredicate<unknown[] | undefined>;
78
78
  // @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.51",
3
+ "version": "4.0.0-beta.53",
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.51",
53
- "@crawlee/types": "4.0.0-beta.51",
54
- "@crawlee/utils": "4.0.0-beta.51",
52
+ "@crawlee/http": "4.0.0-beta.53",
53
+ "@crawlee/types": "4.0.0-beta.53",
54
+ "@crawlee/utils": "4.0.0-beta.53",
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": "321493aea4dfb8073bb5e5d112c331645cac3d11"
68
+ "gitHead": "4943197b4a779602ae57a8095f4a59e338b6f550"
69
69
  }