piclist 1.0.4 → 1.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.
@@ -367,6 +367,8 @@ export interface IWebdavPlistConfig {
367
367
  webpath: string;
368
368
  /** webdav 的 `customUrl` */
369
369
  customUrl: string;
370
+ /** webdav 的 `authType` */
371
+ authType: string;
370
372
  }
371
373
  /** 内置sftp 图床配置项 */
372
374
  export interface ISftpPlistConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.0.4",
3
+ "version": "1.1.1",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",
@@ -127,7 +127,8 @@
127
127
  "sharp": "^0.32.1",
128
128
  "text-to-svg": "^3.1.5",
129
129
  "tunnel": "^0.0.6",
130
- "uuid": "^9.0.0"
130
+ "uuid": "^9.0.0",
131
+ "webdav": "^4.11.2"
131
132
  },
132
133
  "repository": {
133
134
  "type": "git",