piclist 0.6.8 → 0.6.9

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.
@@ -590,5 +590,6 @@ export interface IBuildInCompressOptions {
590
590
  isRotate?: boolean;
591
591
  rotateDegree?: number;
592
592
  isRemoveExif?: boolean;
593
+ [propName: string]: any;
593
594
  }
594
595
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",