@liuli-util/cli 3.9.0 → 3.9.1
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liuli-util/cli",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "一个针对于库和 CLI 应用程序打包的零配置 CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@liuli-util/liuli-cli-plugin-build": "^0.1.0",
|
|
27
|
-
"@liuli-util/liuli-cli-plugin-generate": "^0.1.
|
|
28
|
-
"@liuli-util/liuli-cli-plugin-sync": "^0.1.
|
|
27
|
+
"@liuli-util/liuli-cli-plugin-generate": "^0.1.1",
|
|
28
|
+
"@liuli-util/liuli-cli-plugin-sync": "^0.1.1",
|
|
29
29
|
"chalk": "^4.1.2",
|
|
30
30
|
"commander": "^7.0.0",
|
|
31
31
|
"fs-extra": "^10.0.0",
|