star-sdk-cli 0.1.24 → 0.1.25

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/dist/cli.mjs +1 -0
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1982,6 +1982,7 @@ async function main() {
1982
1982
  break;
1983
1983
  }
1984
1984
  case "docs":
1985
+ case "install-docs":
1985
1986
  case "skill":
1986
1987
  case "prompt":
1987
1988
  docsCommand(positional[0]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "star-sdk-cli",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "CLI for Star SDK — register games, install AI docs, and deploy to Star hosting",
5
5
  "type": "module",
6
6
  "bin": {