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.
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
-
/**
|
|
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