star-sdk-cli 0.1.16 → 0.1.17

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 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1390,7 +1390,7 @@ leaderboard.submit(reactionTimeMs);
1390
1390
  5. **Works for guests** - Guests get a generated name like "Guest1234". They can sign in later to claim scores.`;
1391
1391
 
1392
1392
  // src/cli.ts
1393
- var VERSION = "0.1.0";
1393
+ var VERSION = JSON.parse(fs.readFileSync(new URL("../package.json", import.meta.url), "utf8")).version;
1394
1394
  var API_BASE = process.env.STAR_API_BASE || "https://buildwithstar.com";
1395
1395
  var CONFIG_FILE = ".starrc";
1396
1396
  var colors = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "star-sdk-cli",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "CLI for Star SDK — register games, install AI docs, and deploy to Star hosting",
5
5
  "type": "module",
6
6
  "bin": {