@crawlee/cli 3.13.1-beta.25 → 3.13.1-beta.26

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ Crawlee is available as the [`crawlee`](https://www.npmjs.com/package/crawlee) N
28
28
 
29
29
  ## Installation
30
30
 
31
- We recommend visiting the [Introduction tutorial](https://crawlee.dev/docs/introduction) in Crawlee documentation for more information.
31
+ We recommend visiting the [Introduction tutorial](https://crawlee.dev/js/docs/introduction) in Crawlee documentation for more information.
32
32
 
33
33
  > Crawlee requires **Node.js 16 or higher**.
34
34
 
@@ -78,7 +78,7 @@ const crawler = new PlaywrightCrawler({
78
78
  await crawler.run(['https://crawlee.dev']);
79
79
  ```
80
80
 
81
- By default, Crawlee stores data to `./storage` in the current working directory. You can override this directory via Crawlee configuration. For details, see [Configuration guide](https://crawlee.dev/docs/guides/configuration), [Request storage](https://crawlee.dev/docs/guides/request-storage) and [Result storage](https://crawlee.dev/docs/guides/result-storage).
81
+ By default, Crawlee stores data to `./storage` in the current working directory. You can override this directory via Crawlee configuration. For details, see [Configuration guide](https://crawlee.dev/js/docs/guides/configuration), [Request storage](https://crawlee.dev/js/docs/guides/request-storage) and [Result storage](https://crawlee.dev/js/docs/guides/result-storage).
82
82
 
83
83
  ### Installing pre-release versions
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/cli",
3
- "version": "3.13.1-beta.25",
3
+ "version": "3.13.1-beta.26",
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,7 +51,7 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@crawlee/templates": "3.13.1-beta.25",
54
+ "@crawlee/templates": "3.13.1-beta.26",
55
55
  "ansi-colors": "^4.1.3",
56
56
  "fs-extra": "^11.0.0",
57
57
  "inquirer": "^8.2.4",
@@ -66,5 +66,5 @@
66
66
  }
67
67
  }
68
68
  },
69
- "gitHead": "a08cdb80005597209e6267452db2c74fb9035187"
69
+ "gitHead": "85af45d9f807b8bdda5966acd3e332af2851f637"
70
70
  }