@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- [![npm version](https://badge.fury.io/js/apify.svg)](https://www.npmjs.com/package/apify)
6
- [![Downloads](https://img.shields.io/npm/dm/apify.svg)](https://www.npmjs.com/package/apify)
5
+ [![NPM dev version](https://img.shields.io/npm/v/@crawlee/core/next.svg)](https://www.npmjs.com/package/@crawlee/core)
6
+ [![Downloads](https://img.shields.io/npm/dm/@crawlee/core.svg)](https://www.npmjs.com/package/@crawlee/core)
7
7
  [![Chat on discord](https://img.shields.io/discord/801163717915574323?label=discord)](https://discord.gg/jyEM2PRvMU)
8
- [![Build Status](https://github.com/apify/apify-js/actions/workflows/test-and-release.yml/badge.svg?branch=master)](https://github.com/apify/apify-js/actions/workflows/test-and-release.yml)
8
+ [![Build Status](https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml/badge.svg?branch=master)](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.5",
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.5",
55
- "@crawlee/browser-pool": "^3.0.0-beta.5",
56
- "@crawlee/core": "^3.0.0-beta.5",
57
- "@crawlee/utils": "^3.0.0-beta.5",
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"