piclist 0.5.2 → 0.5.4
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/CHANGELOG.md +19 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piclist",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Modified PicGo core, A tool for picture uploading",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kuingsmile",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@types/cross-spawn": "^6.0.0",
|
|
66
66
|
"@types/ejs": "^3.0.5",
|
|
67
67
|
"@types/fs-extra": "^11.0.1",
|
|
68
|
+
"@types/heic-convert": "^1.2.0",
|
|
68
69
|
"@types/image-size": "^0.0.29",
|
|
69
70
|
"@types/inquirer": "^0.0.42",
|
|
70
71
|
"@types/js-yaml": "^4.0.5",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"dependencies": {
|
|
106
107
|
"@picgo/i18n": "^1.0.0",
|
|
107
108
|
"@picgo/store": "^2.0.4",
|
|
108
|
-
"axios": "^1.
|
|
109
|
+
"axios": "^1.4.0",
|
|
109
110
|
"chalk": "^2.4.1",
|
|
110
111
|
"commander": "^8.1.0",
|
|
111
112
|
"comment-json": "^2.3.1",
|
|
@@ -113,8 +114,10 @@
|
|
|
113
114
|
"dayjs": "^1.11.7",
|
|
114
115
|
"download-git-repo": "^3.0.2",
|
|
115
116
|
"ejs": "^2.6.1",
|
|
116
|
-
"
|
|
117
|
+
"form-data": "^4.0.0",
|
|
118
|
+
"fs-extra": "^11.1.1",
|
|
117
119
|
"globby": "^11.0.4",
|
|
120
|
+
"heic-convert": "^1.2.4",
|
|
118
121
|
"image-size": "^0.8.3",
|
|
119
122
|
"inquirer": "^6.0.0",
|
|
120
123
|
"is-wsl": "^2.2.0",
|
|
@@ -127,7 +130,7 @@
|
|
|
127
130
|
"qiniu": "^7.8.0",
|
|
128
131
|
"resolve": "^1.8.1",
|
|
129
132
|
"rimraf": "^3.0.2",
|
|
130
|
-
"sharp": "^0.
|
|
133
|
+
"sharp": "^0.32.1",
|
|
131
134
|
"text-to-svg": "^3.1.5",
|
|
132
135
|
"tunnel": "^0.0.6"
|
|
133
136
|
},
|