@crawlee/playwright 4.0.0-beta.3 → 4.0.0-beta.4

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "4.0.0-beta.3",
3
+ "version": "4.0.0-beta.4",
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"
@@ -50,11 +50,11 @@
50
50
  "@apify/datastructures": "^2.0.3",
51
51
  "@apify/log": "^2.5.18",
52
52
  "@apify/timeout": "^0.3.2",
53
- "@crawlee/browser": "4.0.0-beta.3",
54
- "@crawlee/browser-pool": "4.0.0-beta.3",
55
- "@crawlee/core": "4.0.0-beta.3",
56
- "@crawlee/types": "4.0.0-beta.3",
57
- "@crawlee/utils": "4.0.0-beta.3",
53
+ "@crawlee/browser": "4.0.0-beta.4",
54
+ "@crawlee/browser-pool": "4.0.0-beta.4",
55
+ "@crawlee/core": "4.0.0-beta.4",
56
+ "@crawlee/types": "4.0.0-beta.4",
57
+ "@crawlee/utils": "4.0.0-beta.4",
58
58
  "cheerio": "^1.0.0",
59
59
  "idcac-playwright": "^0.1.3",
60
60
  "jquery": "^3.7.1",
@@ -80,5 +80,5 @@
80
80
  }
81
81
  }
82
82
  },
83
- "gitHead": "d7e3e59cc704c531cb10a63bb1ff81bedc548c8a"
83
+ "gitHead": "3880cdebbcddf9e2a242bc89751e36e2ef5ae897"
84
84
  }