@crawlee/linkedom 3.11.2-beta.6 → 3.11.2-beta.7

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -24,6 +24,8 @@ Crawlee is available as the [`crawlee`](https://www.npmjs.com/package/crawlee) N
24
24
 
25
25
  > 👉 **View full documentation, guides and examples on the [Crawlee project website](https://crawlee.dev)** 👈
26
26
 
27
+ > Crawlee for Python is open for early adopters. 🐍 [👉 Checkout the source code 👈](https://github.com/apify/crawlee-python).
28
+
27
29
  ## Installation
28
30
 
29
31
  We recommend visiting the [Introduction tutorial](https://crawlee.dev/docs/introduction) in Crawlee documentation for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/linkedom",
3
- "version": "3.11.2-beta.6",
3
+ "version": "3.11.2-beta.7",
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,8 +55,8 @@
55
55
  "dependencies": {
56
56
  "@apify/timeout": "^0.3.0",
57
57
  "@apify/utilities": "^2.7.10",
58
- "@crawlee/http": "3.11.2-beta.6",
59
- "@crawlee/types": "3.11.2-beta.6",
58
+ "@crawlee/http": "3.11.2-beta.7",
59
+ "@crawlee/types": "3.11.2-beta.7",
60
60
  "linkedom": "^0.18.0",
61
61
  "ow": "^0.28.2",
62
62
  "tslib": "^2.4.0"
@@ -68,5 +68,5 @@
68
68
  }
69
69
  }
70
70
  },
71
- "gitHead": "735435caa710e41d860820f3925c38cba9cb209e"
71
+ "gitHead": "618665a0291a4f49145947f06110d6e38229f65c"
72
72
  }