skill-atlas-cli 0.2.0-beta.7 → 0.2.0-beta.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skillhub.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.2.0-beta.7",
3
+ "version": "0.2.0-beta.8",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -25,7 +25,7 @@ curl -fsSL https://unpkg.com/skill-atlas-cli/install.sh | bash
25
25
  **测试环境(OSS 使用 `install_test.tar.gz`):**
26
26
 
27
27
  ```bash
28
- SKILL_ATLAS_INSTALL_CHANNEL=test curl -fsSL https://unpkg.com/skill-atlas-cli/install.sh | bash
28
+ SKILL_ATLAS_INSTALL_CHANNEL=test curl -fsSL https://unpkg.com/skill-atlas-cli@beta/install.sh | bash
29
29
  ```
30
30
 
31
31
  **Windows (PowerShell):**