pixivflow 2.1.0 → 2.1.1
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/dist/package.json +1 -1
- package/dist/webui/package.json +1 -1
- package/package.json +2 -2
package/dist/package.json
CHANGED
package/dist/webui/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixivflow",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "🎨 智能的 Pixiv 自动化下载工具 - 支持批量下载插画和小说、定时任务、Docker部署 | Intelligent Pixiv Automation Downloader with batch download, scheduler, and Docker support",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"franc-min": "^6.2.0",
|
|
110
110
|
"https-proxy-agent": "^7.0.6",
|
|
111
111
|
"node-cron": "^3.0.3",
|
|
112
|
-
"pixiv-token-getter": "^2.
|
|
112
|
+
"pixiv-token-getter": "^2.1.0",
|
|
113
113
|
"socket.io": "^4.6.1",
|
|
114
114
|
"socks-proxy-agent": "^8.0.5",
|
|
115
115
|
"undici": "^6.19.8"
|