@crawlee/jsdom 4.0.0-beta.103 → 4.0.0-beta.105

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.
@@ -124,6 +124,8 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
124
124
  retryOnBlocked: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
125
125
  // @ts-ignore optional peer dependency or compatibility with es2022
126
126
  respectRobotsTxtFile: import("ow").AnyPredicate<boolean | object>;
127
+ // @ts-ignore optional peer dependency or compatibility with es2022
128
+ transactionalStorage: import("ow").BasePredicate<boolean | Partial<import("@crawlee/http").StorageWritePolicy> | undefined>;
127
129
  // @ts-ignore optional peer dependency or compatibility with es2022
128
130
  onSkippedRequest: import("ow").Predicate<Function> & import("ow").BasePredicate<Function | undefined>;
129
131
  // @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.103",
3
+ "version": "4.0.0-beta.105",
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.103",
53
- "@crawlee/types": "4.0.0-beta.103",
54
- "@crawlee/utils": "4.0.0-beta.103",
52
+ "@crawlee/http": "4.0.0-beta.105",
53
+ "@crawlee/types": "4.0.0-beta.105",
54
+ "@crawlee/utils": "4.0.0-beta.105",
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": "fe5d0ae11067683e27a2d17b4edd226ccf112cf5"
68
+ "gitHead": "26073a822c7699ac487931383a39192bc3daae7a"
69
69
  }