@crawlee/playwright 3.0.0-beta.5 → 3.0.0-beta.8
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.
- package/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- Mirror this part to src/index.js -->
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@crawlee/core)
|
|
6
|
+
[](https://www.npmjs.com/package/@crawlee/core)
|
|
7
7
|
[](https://discord.gg/jyEM2PRvMU)
|
|
8
|
-
[](https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml)
|
|
9
9
|
|
|
10
10
|
Apify SDK simplifies the development of web crawlers, scrapers, data extractors and web automation jobs.
|
|
11
11
|
It provides tools to manage and automatically scale a pool of headless browsers,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/playwright",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8",
|
|
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": ">=16.0.0"
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@apify/log": "^1.2.3",
|
|
53
53
|
"@apify/datastructures": "^1.0.1",
|
|
54
|
-
"@crawlee/browser": "^3.0.0-beta.
|
|
55
|
-
"@crawlee/browser-pool": "^3.0.0-beta.
|
|
56
|
-
"@crawlee/core": "^3.0.0-beta.
|
|
57
|
-
"@crawlee/utils": "^3.0.0-beta.
|
|
54
|
+
"@crawlee/browser": "^3.0.0-beta.8",
|
|
55
|
+
"@crawlee/browser-pool": "^3.0.0-beta.8",
|
|
56
|
+
"@crawlee/core": "^3.0.0-beta.8",
|
|
57
|
+
"@crawlee/utils": "^3.0.0-beta.8",
|
|
58
58
|
"jquery": "^3.6.0",
|
|
59
59
|
"ow": "^0.28.1",
|
|
60
60
|
"tough-cookie": "^4.0.0"
|