cloudcc-cli 1.2.0 → 1.2.2

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,17 @@
1
+ # ReleaseV1.2.2
2
+ #### 发布日期:2022-11-12
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 优化
6
+ * 版本信息从阿里云获取,提高编译速度
7
+
8
+ # ReleaseV1.2.1
9
+ #### 发布日期:2022-9-9
10
+ #### 发布范围:全量
11
+ #### 发布内容
12
+ * 修复
13
+ * 添加cloudcc-ccdk
14
+
1
15
  # ReleaseV1.2.0
2
16
  #### 发布日期:2022-8-24
3
17
  #### 发布范围:全量
package/bin/buildtag.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const Creator = require("../src/buildTag.js");
4
4
 
package/bin/publishh5.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const Publish = require("../src/publishProjectH5.js");
4
4