@crawlee/playwright 3.0.3-beta.21 → 3.0.3-beta.22

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -63,7 +63,7 @@ Additionally, the package provides various helper functions to simplify running
63
63
 
64
64
  ## Quick Start
65
65
 
66
- This short tutorial will set you up to start using Crawlee in a minute or two. If you want to learn more, proceed to the [Getting Started](https://crawlee.dev/docs/guides/getting-started) tutorial that will take you step by step through creating your first scraper.
66
+ This short tutorial will set you up to start using Crawlee in a minute or two. If you want to learn more, proceed to the [Getting Started](https://crawlee.dev/docs/introduction) tutorial that will take you step by step through creating your first scraper.
67
67
 
68
68
  ### Local stand-alone usage
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "3.0.3-beta.21",
3
+ "version": "3.0.3-beta.22",
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"
@@ -55,10 +55,10 @@
55
55
  "dependencies": {
56
56
  "@apify/log": "^2.0.0",
57
57
  "@apify/datastructures": "^2.0.0",
58
- "@crawlee/browser": "^3.0.3-beta.21",
59
- "@crawlee/browser-pool": "^3.0.3-beta.21",
60
- "@crawlee/core": "^3.0.3-beta.21",
61
- "@crawlee/utils": "^3.0.3-beta.21",
58
+ "@crawlee/browser": "^3.0.3-beta.22",
59
+ "@crawlee/browser-pool": "^3.0.3-beta.22",
60
+ "@crawlee/core": "^3.0.3-beta.22",
61
+ "@crawlee/utils": "^3.0.3-beta.22",
62
62
  "cheerio": "1.0.0-rc.12",
63
63
  "jquery": "^3.6.0",
64
64
  "ow": "^0.28.1"