@crawlee/core
Advanced tools
Comparing version 3.12.3-beta.13 to 3.12.3-beta.14
{ | ||
"name": "@crawlee/core", | ||
"version": "3.12.3-beta.13", | ||
"version": "3.12.3-beta.14", | ||
"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.", | ||
@@ -62,5 +62,5 @@ "engines": { | ||
"@apify/utilities": "^2.7.10", | ||
"@crawlee/memory-storage": "3.12.3-beta.13", | ||
"@crawlee/types": "3.12.3-beta.13", | ||
"@crawlee/utils": "3.12.3-beta.13", | ||
"@crawlee/memory-storage": "3.12.3-beta.14", | ||
"@crawlee/types": "3.12.3-beta.14", | ||
"@crawlee/utils": "3.12.3-beta.14", | ||
"@sapphire/async-queue": "^1.5.1", | ||
@@ -87,3 +87,3 @@ "@vladfrangu/async_event_emitter": "^2.2.2", | ||
}, | ||
"gitHead": "630ba8e17488eb839c212f97df5a915df7bb4e00" | ||
"gitHead": "1a231dbae675555036a59bbbee52e7fbc0c41b85" | ||
} |
@@ -83,2 +83,24 @@ <h1 align="center"> | ||
### Installing pre-release versions | ||
We provide automated beta builds for every merged code change in Crawlee. You can find them in the npm [list of releases](https://www.npmjs.com/package/crawlee?activeTab=versions). If you want to test new features or bug fixes before we release them, feel free to install a beta build like this: | ||
```bash | ||
npm install crawlee@3.12.3-beta.13 | ||
``` | ||
If you also use the [Apify SDK](https://github.com/apify/apify-sdk-js), you need to specify dependency overrides in your `package.json` file so that you don't end up with multiple versions of Crawlee installed: | ||
```json | ||
{ | ||
"overrides": { | ||
"apify": { | ||
"@crawlee/core": "3.12.3-beta.13", | ||
"@crawlee/types": "3.12.3-beta.13", | ||
"@crawlee/utils": "3.12.3-beta.13" | ||
} | ||
} | ||
} | ||
``` | ||
## 🛠 Features | ||
@@ -85,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
1111395
150
21
+ Added@crawlee/memory-storage@3.12.3-beta.14(transitive)
+ Added@crawlee/types@3.12.3-beta.14(transitive)
+ Added@crawlee/utils@3.12.3-beta.14(transitive)
- Removed@crawlee/memory-storage@3.12.3-beta.13(transitive)
- Removed@crawlee/types@3.12.3-beta.13(transitive)
- Removed@crawlee/utils@3.12.3-beta.13(transitive)