@indigoai-us/hq-cli 5.1.1 → 5.2.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
@@ -14,7 +14,7 @@ const program = new Command();
14
14
  program
15
15
  .name("hq")
16
16
  .description("HQ management CLI — modules and cloud sync")
17
- .version("5.1.1");
17
+ .version("5.2.0");
18
18
  // Module management subcommand group
19
19
  const modulesCmd = program
20
20
  .command("modules")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.1.1",
3
+ "version": "5.2.0",
4
4
  "description": "HQ management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {