opencara 0.6.0 → 0.6.2

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
@@ -1999,7 +1999,7 @@ var statsCommand = new Command3("stats").description("Display agent dashboard: t
1999
1999
  });
2000
2000
 
2001
2001
  // src/index.ts
2002
- var program = new Command4().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.5.0");
2002
+ var program = new Command4().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.6.1");
2003
2003
  program.addCommand(loginCommand);
2004
2004
  program.addCommand(agentCommand);
2005
2005
  program.addCommand(statsCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencara",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",