opencara 0.3.0 → 0.5.0

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
@@ -1968,7 +1968,7 @@ var statsCommand = new Command3("stats").description("Display agent dashboard: t
1968
1968
  });
1969
1969
 
1970
1970
  // src/index.ts
1971
- var program = new Command4().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.2.2");
1971
+ var program = new Command4().name("opencara").description("OpenCara \u2014 distributed AI code review agent").version("0.4.0");
1972
1972
  program.addCommand(loginCommand);
1973
1973
  program.addCommand(agentCommand);
1974
1974
  program.addCommand(statsCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencara",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",