@liuli-util/cli 3.14.0 → 3.15.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.
- package/CHANGELOG.md +9 -0
- package/dist/bin.js +12 -12
- package/dist/bin.js.map +2 -2
- package/dist/commands/generate/GenerateProgram.d.ts.map +1 -1
- package/dist/commands/sync/SyncProgram.d.ts.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/commands/sync/SyncProgram.ts +15 -41
- package/src/commands/sync/__tests__/.temp/package.json +3 -45
- package/src/commands/sync/__tests__/SyncProgram.test.ts +13 -1
- package/templates/cli/package.json +4 -10
- package/templates/lib/package.json +2 -8
- package/src/commands/sync/__tests__/.temp/lerna.json +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 3.15.0
|
|
4
|
+
|
|
5
|
+
<!--hash:5402013d664173283c30e818a63d427fa55edf73-->
|
|
6
|
+
|
|
7
|
+
- feat: 同步命令支持同步 jest 依赖
|
|
8
|
+
- chore: 更新模板,删除不需要的文档相关的命令
|
|
9
|
+
- chore: 将所有的 liuli-cli 的依赖强制指向本地
|
|
10
|
+
- fix: 修复 monorepo 中使用 cli 会复制 node_modules 的错误
|
|
11
|
+
|
|
3
12
|
## 3.14.0
|
|
4
13
|
|
|
5
14
|
<!--hash:640b9c257c2276edfe262e2cbfd1c11bab6fb27b-->
|