@doocs/md-cli 0.0.6 → 0.0.7
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@doocs/md-cli",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.7",
|
4
4
|
"description": "✍ 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 所有基础语法、色盘取色、一键复制并粘贴到公众号后台、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -21,9 +21,9 @@
|
|
21
21
|
"license": "ISC",
|
22
22
|
"dependencies": {
|
23
23
|
"@wll8/process-manager": "^1.0.1",
|
24
|
-
"form-data": "
|
24
|
+
"form-data": "4.0.0",
|
25
25
|
"get-port": "5.1.1",
|
26
26
|
"mockm": "^1.1.27-alpha.2",
|
27
|
-
"node-fetch": "^3.
|
27
|
+
"node-fetch": "^3.2.10"
|
28
28
|
}
|
29
29
|
}
|
File without changes
|