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

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.
@@ -145,7 +145,7 @@ export declare class JSDOMCrawler<ContextExtension = Dictionary<never>, Extended
145
145
  // @ts-ignore optional peer dependency or compatibility with es2022
146
146
  keepAlive: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
147
147
  // @ts-ignore optional peer dependency or compatibility with es2022
148
- statisticsOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
148
+ statistics: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
149
149
  // @ts-ignore optional peer dependency or compatibility with es2022
150
150
  id: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
151
151
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/jsdom",
3
- "version": "4.0.0-beta.102",
3
+ "version": "4.0.0-beta.103",
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.102",
53
- "@crawlee/types": "4.0.0-beta.102",
54
- "@crawlee/utils": "4.0.0-beta.102",
52
+ "@crawlee/http": "4.0.0-beta.103",
53
+ "@crawlee/types": "4.0.0-beta.103",
54
+ "@crawlee/utils": "4.0.0-beta.103",
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": "19eec2f388401dc75cf82d8cdcad5dd27143b1aa"
68
+ "gitHead": "fe5d0ae11067683e27a2d17b4edd226ccf112cf5"
69
69
  }