@orchestrator-claude/cli 2.0.0 → 2.1.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.
package/dist/index.d.ts CHANGED
@@ -11,5 +11,5 @@
11
11
  /**
12
12
  * CLI version
13
13
  */
14
- export declare const CLI_VERSION = "2.0.0";
14
+ export declare const CLI_VERSION = "2.1.0";
15
15
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import { OutputFormatter } from './formatters/OutputFormatter.js';
20
20
  /**
21
21
  * CLI version
22
22
  */
23
- export const CLI_VERSION = '2.0.0';
23
+ export const CLI_VERSION = '2.1.0';
24
24
  /**
25
25
  * Main CLI function
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-claude/cli",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Orchestrator CLI - Thin Client",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",