@arcblock/crawler 1.1.2 → 1.1.3

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 +1 -4
package/README.md CHANGED
@@ -61,6 +61,8 @@ If not referenced by a Blocklet, some dependent Blocklet environment variables n
61
61
 
62
62
  - `BLOCKLET_DATA_DIR`: (Required) The directory to save webpage screenshots and HTML source files obtained by the crawler.
63
63
 
64
+ - `BLOCKLET_LOG_DIR`: (Required) Directory path for storing @blocklet/logger logs
65
+
64
66
  ## SQLite
65
67
 
66
68
  When `initCrawler` is called, it attempts to create an SQLite database at `BLOCKLET_DATA_DIR`. This database is used to cache HTML content and screenshot. Please ensure that the deployment environment supports SQLite.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/crawler",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "lib/cjs/index.js",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/cjs/index.d.ts",
@@ -55,12 +55,9 @@
55
55
  "@sequelize/sqlite3": "7.0.0-alpha.46",
56
56
  "axios": "^1.7.9",
57
57
  "fs-extra": "^11.2.0",
58
- "generic-pool": "^3.9.0",
59
58
  "lodash": "^4.17.21",
60
59
  "lru-cache": "^10.4.3",
61
- "redis": "^4.7.0",
62
60
  "robots-parser": "^3.0.1",
63
- "sequelize": "^6.37.7",
64
61
  "sitemap": "^7.1.2",
65
62
  "sqlite3": "^5.1.7",
66
63
  "ufo": "^1.5.4",