piclist 1.0.3 → 1.1.0

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.
@@ -406,7 +406,7 @@ export interface IConfig {
406
406
  debug?: boolean;
407
407
  silent?: boolean;
408
408
  settings?: {
409
- logLevel?: string;
409
+ logLevel?: string[];
410
410
  logPath?: string;
411
411
  /** for npm */
412
412
  registry?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",
@@ -100,7 +100,7 @@
100
100
  },
101
101
  "dependencies": {
102
102
  "@picgo/i18n": "^1.0.0",
103
- "@picgo/store": "^2.0.4",
103
+ "@picgo/store": "^2.1.0",
104
104
  "axios": "^1.5.0",
105
105
  "chalk": "^2.4.1",
106
106
  "commander": "^8.1.0",