piclist 1.1.0 → 1.1.2

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.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",
@@ -61,7 +61,7 @@
61
61
  "@rollup/plugin-replace": "^5.0.2",
62
62
  "@types/cross-spawn": "^6.0.2",
63
63
  "@types/ejs": "^3.0.5",
64
- "@types/fs-extra": "^11.0.1",
64
+ "@types/fs-extra": "^11.0.2",
65
65
  "@types/heic-convert": "^1.2.0",
66
66
  "@types/image-size": "^0.8.0",
67
67
  "@types/inquirer": "^0.0.42",
@@ -74,25 +74,25 @@
74
74
  "@types/text-to-svg": "^3.1.1",
75
75
  "@types/tunnel": "^0.0.3",
76
76
  "@types/uuid": "^9.0.1",
77
- "@typescript-eslint/eslint-plugin": "^6.5.0",
78
- "@typescript-eslint/parser": "^6.5.0",
77
+ "@typescript-eslint/eslint-plugin": "^6.7.3",
78
+ "@typescript-eslint/parser": "^6.7.3",
79
79
  "babel-eslint": "^10.1.0",
80
80
  "builtins": "^4.0.0",
81
81
  "conventional-changelog": "^3.0.6",
82
82
  "cross-env": "^7.0.3",
83
83
  "cz-customizable": "^5.10.0",
84
- "dpdm": "^3.13.1",
85
- "eslint": "^8.48.0",
86
- "eslint-config-standard-with-typescript": "^39.0.0",
84
+ "dpdm": "^3.14.0",
85
+ "eslint": "^8.50.0",
86
+ "eslint-config-standard-with-typescript": "^39.1.0",
87
87
  "eslint-plugin-import": "^2.28.1",
88
- "eslint-plugin-n": "^16.0.2",
88
+ "eslint-plugin-n": "^16.1.0",
89
89
  "eslint-plugin-node": "^11.1.0",
90
90
  "eslint-plugin-promise": "^6.1.1",
91
91
  "eslint-plugin-standard": "^5.0.0",
92
92
  "husky": "^1.3.1",
93
93
  "pre-commit": "^1.2.2",
94
94
  "rollup": "^2.79.1",
95
- "rollup-plugin-copy": "^3.4.0",
95
+ "rollup-plugin-copy": "^3.5.0",
96
96
  "rollup-plugin-string": "^3.0.0",
97
97
  "rollup-plugin-terser": "^7.0.2",
98
98
  "rollup-plugin-typescript2": "^0.35.0",
@@ -101,11 +101,11 @@
101
101
  "dependencies": {
102
102
  "@picgo/i18n": "^1.0.0",
103
103
  "@picgo/store": "^2.1.0",
104
- "axios": "^1.5.0",
104
+ "axios": "^1.5.1",
105
105
  "chalk": "^2.4.1",
106
106
  "commander": "^8.1.0",
107
107
  "cross-spawn": "^7.0.3",
108
- "dayjs": "^1.11.9",
108
+ "dayjs": "^1.11.10",
109
109
  "download-git-repo": "^3.0.2",
110
110
  "ejs": "^2.6.1",
111
111
  "form-data": "^4.0.0",
@@ -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",