piclist 0.8.4 → 0.8.5

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.
@@ -591,6 +591,7 @@ export interface IBuildInCompressOptions {
591
591
  isReSize?: boolean;
592
592
  reSizeWidth?: number;
593
593
  reSizeHeight?: number;
594
+ skipReSizeOfSmallImg?: boolean;
594
595
  isReSizeByPercent?: boolean;
595
596
  reSizePercent?: number;
596
597
  isRotate?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",