@crawlee/playwright 3.7.4-beta.16 → 3.7.4-beta.17

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 +6 -6
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  <a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg" style="max-width: 100%;"></a>
14
14
  <a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg" style="max-width: 100%;"></a>
15
15
  <a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord" style="max-width: 100%;"></a>
16
- <a href="https://github.com/apify/crawlee/actions/workflows/test-and-release.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-and-release.yml/badge.svg?branch=master" alt="Build Status" style="max-width: 100%;"></a>
16
+ <a href="https://github.com/apify/crawlee/actions/workflows/test-ci.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-ci.yml/badge.svg?branch=master" alt="Build Status" style="max-width: 100%;"></a>
17
17
  </p>
18
18
 
19
19
  Crawlee covers your crawling and scraping end-to-end and **helps you build reliable scrapers. Fast.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/playwright",
3
- "version": "3.7.4-beta.16",
3
+ "version": "3.7.4-beta.17",
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/datastructures": "^2.0.0",
57
57
  "@apify/log": "^2.4.0",
58
- "@crawlee/browser": "3.7.4-beta.16",
59
- "@crawlee/browser-pool": "3.7.4-beta.16",
60
- "@crawlee/types": "3.7.4-beta.16",
61
- "@crawlee/utils": "3.7.4-beta.16",
58
+ "@crawlee/browser": "3.7.4-beta.17",
59
+ "@crawlee/browser-pool": "3.7.4-beta.17",
60
+ "@crawlee/types": "3.7.4-beta.17",
61
+ "@crawlee/utils": "3.7.4-beta.17",
62
62
  "cheerio": "^1.0.0-rc.12",
63
63
  "idcac-playwright": "^0.1.2",
64
64
  "jquery": "^3.6.0",
@@ -80,5 +80,5 @@
80
80
  }
81
81
  }
82
82
  },
83
- "gitHead": "a717745498140627608d990b741cbd715804bd9e"
83
+ "gitHead": "50c206be6af8d4d33fc0679cbbb0403902d012e4"
84
84
  }