@crawlee/puppeteer 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.
@@ -210,7 +210,7 @@ export declare class PuppeteerCrawler<ContextExtension = Dictionary<never>, Exte
210
210
  // @ts-ignore optional peer dependency or compatibility with es2022
211
211
  keepAlive: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
212
212
  // @ts-ignore optional peer dependency or compatibility with es2022
213
- statisticsOptions: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
213
+ statistics: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
214
214
  // @ts-ignore optional peer dependency or compatibility with es2022
215
215
  id: import("ow").StringPredicate & import("ow").BasePredicate<string | undefined>;
216
216
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/puppeteer",
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"
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@apify/datastructures": "^2.0.3",
51
- "@crawlee/browser": "4.0.0-beta.102",
52
- "@crawlee/browser-pool": "4.0.0-beta.102",
53
- "@crawlee/core": "4.0.0-beta.102",
54
- "@crawlee/types": "4.0.0-beta.102",
55
- "@crawlee/utils": "4.0.0-beta.102",
51
+ "@crawlee/browser": "4.0.0-beta.103",
52
+ "@crawlee/browser-pool": "4.0.0-beta.103",
53
+ "@crawlee/core": "4.0.0-beta.103",
54
+ "@crawlee/types": "4.0.0-beta.103",
55
+ "@crawlee/utils": "4.0.0-beta.103",
56
56
  "cheerio": "^1.0.0",
57
57
  "devtools-protocol": "*",
58
58
  "idcac-playwright": "^0.2.0",
@@ -79,5 +79,5 @@
79
79
  }
80
80
  }
81
81
  },
82
- "gitHead": "19eec2f388401dc75cf82d8cdcad5dd27143b1aa"
82
+ "gitHead": "fe5d0ae11067683e27a2d17b4edd226ccf112cf5"
83
83
  }