@struere/cli 0.2.0 → 0.2.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2208,7 +2208,7 @@ var whoamiCommand = new Command11("whoami").description("Show current logged in
2208
2208
  });
2209
2209
 
2210
2210
  // src/index.ts
2211
- program.name("struere").description("Struere CLI - Build, test, and deploy AI agents").version("0.2.0");
2211
+ program.name("struere").description("Struere CLI - Build, test, and deploy AI agents").version("0.2.1");
2212
2212
  program.addCommand(initCommand);
2213
2213
  program.addCommand(loginCommand);
2214
2214
  program.addCommand(logoutCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@struere/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI tool for developing, testing, and deploying AI agents",
5
5
  "keywords": ["ai", "agents", "cli", "developer-tools", "llm"],
6
6
  "author": "struere",