@lazycatcloud/lzc-cli 1.2.47 → 1.2.48

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.
Files changed (2) hide show
  1. package/changelog.md +5 -0
  2. package/package.json +4 -1
package/changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 1.2.48
2
+
3
+ 1. 添加 rsync 版本限制
4
+ 2. 修复触发生成 apk-shell api 变更
5
+
1
6
  # 1.2.46
2
7
 
3
8
  1. 修复拉取构建的镜像dns错误
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-cli",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
4
4
  "description": "lazycat cloud developer kit",
5
+ "scripts": {
6
+ "prepublishOnly": "node check-changelog.js"
7
+ },
5
8
  "files": [
6
9
  "template",
7
10
  "scripts",