@crawlee/playwright 4.0.0-beta.90 → 4.0.0-beta.91

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.
@@ -18,8 +18,8 @@
18
18
  * @module playwrightUtils
19
19
  */
20
20
  import { Configuration, type Request } from '@crawlee/browser';
21
- import type { BatchAddRequestsResult } from '@crawlee/types';
22
- import { type CheerioRoot, type Dictionary } from '@crawlee/utils';
21
+ import type { BatchAddRequestsResult, Dictionary } from '@crawlee/types';
22
+ import { type CheerioRoot } from '@crawlee/utils';
23
23
  // @ts-ignore optional peer dependency or compatibility with es2022
24
24
  import type { Download, Page, Response } from 'playwright';
25
25
  import type { EnqueueLinksByClickingElementsOptions } from '../enqueue-links/click-elements.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "4.0.0-beta.90",
3
+ "version": "4.0.0-beta.91",
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.3.2",
52
- "@crawlee/basic": "4.0.0-beta.90",
53
- "@crawlee/browser": "4.0.0-beta.90",
54
- "@crawlee/browser-pool": "4.0.0-beta.90",
55
- "@crawlee/cheerio": "4.0.0-beta.90",
56
- "@crawlee/core": "4.0.0-beta.90",
57
- "@crawlee/types": "4.0.0-beta.90",
58
- "@crawlee/utils": "4.0.0-beta.90",
52
+ "@crawlee/basic": "4.0.0-beta.91",
53
+ "@crawlee/browser": "4.0.0-beta.91",
54
+ "@crawlee/browser-pool": "4.0.0-beta.91",
55
+ "@crawlee/cheerio": "4.0.0-beta.91",
56
+ "@crawlee/core": "4.0.0-beta.91",
57
+ "@crawlee/types": "4.0.0-beta.91",
58
+ "@crawlee/utils": "4.0.0-beta.91",
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": "7afdd44c5b6850b4775cfc08ffbbdd1791ae6402"
88
+ "gitHead": "1e3e1ca10f24be53e1d527b3ea25f456baebecbf"
89
89
  }