@crawlee/playwright 4.0.0-beta.97 → 4.0.0-beta.99

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.
@@ -336,7 +336,6 @@ export interface HandleCloudflareChallengeOptions {
336
336
  * @param [options]
337
337
  */
338
338
  declare function handleCloudflareChallenge(page: Page, url: string, options?: HandleCloudflareChallengeOptions): Promise<Response | undefined>;
339
- /** @internal */
340
339
  export interface PlaywrightContextUtils {
341
340
  /**
342
341
  * Injects a JavaScript file into current `page`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "4.0.0-beta.97",
3
+ "version": "4.0.0-beta.99",
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,13 +49,13 @@
49
49
  "dependencies": {
50
50
  "@apify/datastructures": "^2.0.3",
51
51
  "@apify/timeout": "^0.4.4",
52
- "@crawlee/basic": "4.0.0-beta.97",
53
- "@crawlee/browser": "4.0.0-beta.97",
54
- "@crawlee/browser-pool": "4.0.0-beta.97",
55
- "@crawlee/cheerio": "4.0.0-beta.97",
56
- "@crawlee/core": "4.0.0-beta.97",
57
- "@crawlee/types": "4.0.0-beta.97",
58
- "@crawlee/utils": "4.0.0-beta.97",
52
+ "@crawlee/basic": "4.0.0-beta.99",
53
+ "@crawlee/browser": "4.0.0-beta.99",
54
+ "@crawlee/browser-pool": "4.0.0-beta.99",
55
+ "@crawlee/cheerio": "4.0.0-beta.99",
56
+ "@crawlee/core": "4.0.0-beta.99",
57
+ "@crawlee/types": "4.0.0-beta.99",
58
+ "@crawlee/utils": "4.0.0-beta.99",
59
59
  "cheerio": "^1.0.0",
60
60
  "idcac-playwright": "^0.1.3",
61
61
  "jquery": "^3.7.1",
@@ -85,5 +85,5 @@
85
85
  }
86
86
  }
87
87
  },
88
- "gitHead": "43008dd43f4832d083353ba1b731c0b4607c9cfa"
88
+ "gitHead": "ad2748380941842bb10cff100f4b4caad92049e3"
89
89
  }