@crawlee/cheerio 3.5.0 → 3.5.1-beta.1

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 +0 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,8 +16,6 @@
16
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>
17
17
  </p>
18
18
 
19
- > ℹ️ Crawlee is the successor to [Apify SDK](https://sdk.apify.com). 🎉 Fully rewritten in **TypeScript** for a better developer experience, and with even more powerful anti-blocking features. The interface is almost the same as Apify SDK so upgrading is a breeze. Read [the upgrading guide](https://crawlee.dev/docs/upgrading/upgrading-to-v3) to learn about the changes. ℹ️
20
-
21
19
  Crawlee covers your crawling and scraping end-to-end and **helps you build reliable scrapers. Fast.**
22
20
 
23
21
  Your crawlers will appear human-like and fly under the radar of modern bot protections even with the default configuration. Crawlee gives you the tools to crawl the web for links, scrape data, and store it to disk or cloud while staying configurable to suit your project's needs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/cheerio",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-beta.1",
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"
@@ -53,8 +53,8 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@crawlee/http": "^3.5.0",
57
- "@crawlee/types": "^3.5.0",
56
+ "@crawlee/http": "^3.5.1-beta.1",
57
+ "@crawlee/types": "^3.5.1-beta.1",
58
58
  "cheerio": "^1.0.0-rc.12",
59
59
  "htmlparser2": "^9.0.0",
60
60
  "tslib": "^2.4.0"
@@ -66,5 +66,5 @@
66
66
  }
67
67
  }
68
68
  },
69
- "gitHead": "58cc3d4a74ee8a5e62672c38e88d722bdac90ecb"
69
+ "gitHead": "b31f0bc27ed9655e8b06ec34913e5eb5d48e4226"
70
70
  }