@liuli-util/cli 3.19.0 → 3.19.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 +13 -0
- package/dist/bin.js +45 -45
- package/dist/bin.js.map +2 -2
- package/dist/commands/sync/SyncProgram.d.ts.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +2 -2
- package/package.json +73 -74
- package/src/commands/generate/__tests__/.temp/test-cli/package.json +0 -1
- package/src/commands/sync/SyncProgram.ts +4 -6
- package/templates/cli/package.json +0 -1
- package/LICENSE +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 3.19.1
|
|
4
|
+
|
|
5
|
+
- fix: 修复同步 eslint+simple hooks 错误处理 css 文件的问题
|
|
6
|
+
- chore: 更新使用最新版的统一配置
|
|
7
|
+
- chore: 删除 cli 模板中不再需要的 @types/lodash 依赖
|
|
8
|
+
|
|
9
|
+
## 3.19.0
|
|
10
|
+
|
|
11
|
+
- feat: 构建模式下默认删除 dist 目录,避免依赖于 rimraf
|
|
12
|
+
- feat: 支持零配置打包 userjs 脚本
|
|
13
|
+
- feat: build single 支持构建不同类型的 bundle
|
|
14
|
+
- docs: 更新 liuli deploy 的文档
|
|
15
|
+
|
|
3
16
|
## 3.18.0
|
|
4
17
|
|
|
5
18
|
- feat: 支持自定义 `repo/remote/branch` 等配置
|