piclist 0.5.1 → 0.5.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.
@@ -28,9 +28,13 @@ export interface IPicGo extends NodeJS.EventEmitter {
28
28
  */
29
29
  output: IImgInfo[];
30
30
  /**
31
- * the origin input
31
+ * the processed input
32
32
  */
33
33
  input: any[];
34
+ /**
35
+ * the origin input
36
+ */
37
+ rawInput: any[];
34
38
  /**
35
39
  * register\unregister\get picgo's plugin
36
40
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",