@orchestrator-claude/cli 3.3.3 → 3.3.4

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
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * CLI version
14
14
  */
15
- export declare const CLI_VERSION = "3.3.3";
15
+ export declare const CLI_VERSION = "3.3.4";
16
16
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import { OutputFormatter } from './formatters/OutputFormatter.js';
23
23
  /**
24
24
  * CLI version
25
25
  */
26
- export const CLI_VERSION = '3.3.3';
26
+ export const CLI_VERSION = '3.3.4';
27
27
  /**
28
28
  * Main CLI function
29
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-claude/cli",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Orchestrator CLI - Project scaffolding, migration and management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",