@crawlee/browser-pool
Advanced tools
Comparing version 3.0.0 to 3.0.1-beta.0
{ | ||
"name": "@crawlee/browser-pool", | ||
"version": "3.0.0", | ||
"version": "3.0.1-beta.0", | ||
"description": "Rotate multiple browsers using popular automation libraries such as Playwright or Puppeteer.", | ||
@@ -41,3 +41,3 @@ "engines": { | ||
"@apify/timeout": "^0.3.0", | ||
"@crawlee/types": "^3.0.0", | ||
"@crawlee/types": "^3.0.1-beta.0", | ||
"fingerprint-generator": "^2.0.0-dev.5", | ||
@@ -44,0 +44,0 @@ "fingerprint-injector": "^2.0.0-dev.5", |
@@ -13,3 +13,3 @@ <h1 align="center"> | ||
<p align=center> | ||
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core/next.svg" alt="NPM dev version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg" style="max-width: 100%;"></a> | ||
<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> | ||
<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> | ||
@@ -104,3 +104,3 @@ <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> | ||
By default, Crawlee stores data to `./crawlee_storage` in the current working directory. You can override this directory via `CRAWLEE_STORAGE_DIR` env var. For details, see [Environment variables](https://crawlee.dev/docs/guides/environment-variables), [Request storage](https://crawlee.dev/docs/guides/request-storage) and [Result storage](https://crawlee.dev/docs/guides/result-storage). | ||
By default, Crawlee stores data to `./storage` in the current working directory. You can override this directory via `CRAWLEE_STORAGE_DIR` env var. For details, see [Environment variables](https://crawlee.dev/docs/guides/environment-variables), [Request storage](https://crawlee.dev/docs/guides/request-storage) and [Result storage](https://crawlee.dev/docs/guides/result-storage). | ||
@@ -124,3 +124,3 @@ ### Local usage with Crawlee command-line interface (CLI) | ||
By default, the crawling data will be stored in a local directory at `./crawlee_storage`. For example, the input JSON file for the actor is expected to be in the default key-value store in `./crawlee_storage/key_value_stores/default/INPUT.json`. | ||
By default, the crawling data will be stored in a local directory at `./storage`. For example, the input JSON file for the actor is expected to be in the default key-value store in `./storage/key_value_stores/default/INPUT.json`. | ||
@@ -127,0 +127,0 @@ ### Usage on the Apify platform |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
307201
82
2759
2
Updated@crawlee/types@^3.0.1-beta.0