cloudcc-cli 1.6.2 → 1.6.3

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,5 +1,12 @@
1
+ # ReleaseV1.6.3
2
+ #### 发布日期:2024-5-13
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 优化
6
+ * 除去开发日志
7
+
1
8
  # ReleaseV1.6.2
2
- #### 发布日期:2024-5-
9
+ #### 发布日期:2024-5-13
3
10
  #### 发布范围:全量
4
11
  #### 发布内容
5
12
  * 优化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -30,7 +30,6 @@ async function publish(name) {
30
30
  }
31
31
  let url = new URL(global.baseUrl).origin
32
32
  let res = await postNormal(url + "/setup/api/ccfag/save", body)
33
- console.log(res)
34
33
  if (res.result) {
35
34
  console.log(chalk.green('发布成功!'));
36
35
  console.log();