piclist 0.8.13 → 0.9.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/i18n/zh-CN.d.ts +2 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/types/index.d.ts +4 -0
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -287,6 +287,10 @@ export interface IUpyunConfig {
|
|
|
287
287
|
path: string;
|
|
288
288
|
/** 加速域名,注意要加 `http://` 或者 `https://` */
|
|
289
289
|
url: string;
|
|
290
|
+
/** 防盗链密钥 */
|
|
291
|
+
antiLeechToken: string;
|
|
292
|
+
/** 防盗链过期时间,单位为秒 */
|
|
293
|
+
expireTime: number;
|
|
290
294
|
}
|
|
291
295
|
/** 腾讯云图床配置项 */
|
|
292
296
|
export interface ITcyunConfig {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piclist",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Modified PicGo core, A tool for picture uploading",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kuingsmile",
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@picgo/i18n": "^1.0.0",
|
|
107
107
|
"@picgo/store": "^2.0.4",
|
|
108
|
-
"axios": "^1.
|
|
108
|
+
"axios": "^1.5.0",
|
|
109
109
|
"chalk": "^2.4.1",
|
|
110
110
|
"commander": "^8.1.0",
|
|
111
111
|
"comment-json": "^2.3.1",
|
|
112
112
|
"cross-spawn": "^6.0.5",
|
|
113
|
-
"dayjs": "^1.11.
|
|
113
|
+
"dayjs": "^1.11.9",
|
|
114
114
|
"download-git-repo": "^3.0.2",
|
|
115
115
|
"ejs": "^2.6.1",
|
|
116
116
|
"form-data": "^4.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"minimatch": "^3.0.4",
|
|
128
128
|
"minimist": "^1.2.5",
|
|
129
129
|
"node-ssh-no-cpu-features": "^1.0.1",
|
|
130
|
-
"qiniu": "^7.
|
|
130
|
+
"qiniu": "^7.9.0",
|
|
131
131
|
"resolve": "^1.8.1",
|
|
132
132
|
"rimraf": "^3.0.2",
|
|
133
133
|
"sharp": "^0.32.1",
|