piclist 1.9.5 → 1.9.7

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.
@@ -19,7 +19,6 @@ export declare const buildInUploaderNames: {
19
19
  sftpplist: string;
20
20
  smms: string;
21
21
  tcyun: string;
22
- telegraphplist: string;
23
22
  upyun: string;
24
23
  webdavplist: string;
25
24
  };
@@ -247,7 +247,10 @@ export interface IPathTransformedImgInfo extends IImgInfo {
247
247
  }
248
248
  export type IStringKeyMap<T> = Record<string, T extends T ? T : any>;
249
249
  export type ICLIConfigs = Record<string, IStringKeyMap<any>>;
250
- /** Telegraph 图床配置项 */
250
+ /**
251
+ * Telegraph 图床配置项
252
+ * @deprecated since v1.9.6
253
+ */
251
254
  export interface ITelegraphConfig {
252
255
  proxy?: string;
253
256
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",
@@ -1,2 +0,0 @@
1
- import { IPicGo } from '../../types';
2
- export default function register(ctx: IPicGo): void;