@lazycatcloud/lzc-cli 1.2.60 → 1.2.61

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 CHANGED
@@ -1,3 +1,6 @@
1
+ # 1.2.61
2
+ 1. 修复 lzc-build 文件配置 `compose.override` 字段不生效问题
3
+
1
4
  # 1.2.60
2
5
  1. 添加用户登录友好提示
3
6
  2. 移除已弃用模版
@@ -307,7 +307,7 @@ export class LpkBuild {
307
307
 
308
308
  // compose.override.yml
309
309
  if (this.options['compose_override']) {
310
- dumpToYaml(this.options['override'], path.join(tempDir, "compose.override.yml"))
310
+ dumpToYaml(this.options['compose_override'], path.join(tempDir, "compose.override.yml"))
311
311
  }
312
312
 
313
313
  // 打包 lpk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-cli",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "description": "lazycat cloud developer kit",
5
5
  "scripts": {
6
6
  "prepublishOnly": "node check-changelog.js"