@my-life-buddies/cli 0.17.6 → 0.17.7

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/dist/web/app.js CHANGED
@@ -1023,7 +1023,7 @@
1023
1023
  void refreshConnection();
1024
1024
  });
1025
1025
  $("#copy-connect-command").addEventListener("click", async () => {
1026
- try { await navigator.clipboard.writeText($("#connect-command").textContent); toast("连接指令已复制,请在当前搭子的工程目录执行"); }
1026
+ try { await navigator.clipboard.writeText($("#connect-command").textContent); toast("连接指令已复制,在工程目录执行后返回当前页面即可"); }
1027
1027
  catch { showError(new Error("请手动复制下方的完整连接指令")); }
1028
1028
  });
1029
1029
  const statusTimer = window.setInterval(() => void refreshConnection(), 2000);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@my-life-buddies/cli",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
4
4
  "type": "module",
5
5
  "description": "搭搭 Developer Platform 命令行工具",
6
6
  "publishConfig": {
@@ -39,7 +39,7 @@
39
39
  "ws": "8.21.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@buddy/cli-core": "0.17.6",
43
- "@buddy/preview": "0.17.6"
42
+ "@buddy/cli-core": "0.17.7",
43
+ "@buddy/preview": "0.17.7"
44
44
  }
45
45
  }