cloudcc-cli 1.5.5 → 1.5.6

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/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ # ReleaseV1.5.6
2
+ #### 发布日期:2024-1-3
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 修复
6
+ * 组件打包使用build1命令。
7
+
1
8
  # ReleaseV1.5.5
2
9
  #### 发布日期:2023-12-26
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -192,7 +192,7 @@ class Builder {
192
192
  * @param {string} plginTemp 生成模板代码存储路径
193
193
  */
194
194
  initPluginFile(buildFileName, component, plginTemp) {
195
- this.initPluginFile2(buildFileName, component, plginTemp)
195
+ this.initPluginFile1(buildFileName, component, plginTemp)
196
196
  }
197
197
  /**
198
198
  * 生成依赖文件,vue-custom-element