pixivflow 2.10.19 → 2.10.21

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.
package/README.md CHANGED
@@ -7,13 +7,13 @@ Pixiv 批量下载与定时收集工具。支持插画和小说的批量下载
7
7
  基于 TypeScript 和 Node.js,可在 Windows、macOS、Linux 及 Docker 中运行。
8
8
 
9
9
  [![Version](https://img.shields.io/npm/v/pixivflow?style=flat-square)](https://www.npmjs.com/package/pixivflow)
10
- [![Node](https://img.shields.io/badge/Node.js-18%2B_LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
10
+ [![Node](https://img.shields.io/badge/Node.js-22.12%2B_LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
11
11
  [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
12
12
  [![Documentation](https://img.shields.io/badge/Docs-redtidev1918.github.io-6366f1?style=flat-square)](https://redtidev1918.github.io/PixivFlow/)
13
13
 
14
14
  ## 安装
15
15
 
16
- 需要 Node.js 18 或更高版本(LTS)。
16
+ 需要 Node.js 22.12 或更高版本;生产环境请使用仍受支持的 LTS
17
17
 
18
18
  ```bash
19
19
  npm install -g pixivflow
package/README_EN.md CHANGED
@@ -8,13 +8,13 @@ and run recurring collection jobs on a schedule. CLI and WebUI included.
8
8
  Built with TypeScript and Node.js; runs on Windows, macOS, Linux and Docker.
9
9
 
10
10
  [![Version](https://img.shields.io/npm/v/pixivflow?style=flat-square)](https://www.npmjs.com/package/pixivflow)
11
- [![Node](https://img.shields.io/badge/Node.js-18%2B_LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
11
+ [![Node](https://img.shields.io/badge/Node.js-22.12%2B_LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
12
12
  [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
13
13
  [![Documentation](https://img.shields.io/badge/Docs-redtidev1918.github.io-6366f1?style=flat-square)](https://redtidev1918.github.io/PixivFlow/)
14
14
 
15
15
  ## Install
16
16
 
17
- Requires Node.js 18 or later (LTS).
17
+ Requires Node.js 22.12 or later; use a currently supported LTS release in production.
18
18
 
19
19
  ```bash
20
20
  npm install -g pixivflow
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "pixivflow",
4
- "version": "2.10.19",
4
+ "version": "2.10.21",
5
5
  "private": true
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "pixivflow-webui-backend",
4
- "version": "2.10.19",
4
+ "version": "2.10.21",
5
5
  "description": "PixivFlow WebUI Backend - CommonJS module"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixivflow",
3
- "version": "2.10.19",
3
+ "version": "2.10.21",
4
4
  "description": "🎨 智能的 Pixiv 自动化下载工具 - 支持批量下载插画和小说、定时任务、Docker部署 | Intelligent Pixiv Automation Downloader with batch download, scheduler, and Docker support",
5
5
  "repository": {
6
6
  "type": "git",
@@ -115,14 +115,14 @@
115
115
  "express": "^4.22.2",
116
116
  "franc-min": "^6.2.0",
117
117
  "https-proxy-agent": "^7.0.6",
118
- "node-cron": "^3.0.3",
119
- "pixiv-token-getter": "^2.2.0",
118
+ "node-cron": "^4.6.0",
119
+ "pixiv-token-getter": "^2.2.1",
120
120
  "socket.io": "^4.8.3",
121
121
  "socks-proxy-agent": "^8.0.5",
122
122
  "undici": "^6.28.0"
123
123
  },
124
124
  "engines": {
125
- "node": "^18.14.0 || ^20.0.0 || ^22.0.0",
125
+ "node": ">=22.12.0",
126
126
  "npm": ">=9.0.0"
127
127
  },
128
128
  "files": [