@arkhera30/cli 0.3.4 → 0.3.5

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2893,6 +2893,7 @@ function buildComposeEnv(runtime, ports, slotDataPath) {
2893
2893
  VAULT_ROUTER_PORT: String(ports.vault_router),
2894
2894
  VAULT_REST_PORT_PERSONAL: String(ports.vault_svc),
2895
2895
  TYPESENSE_PORT: String(ports.typesense),
2896
+ UI_PORT: String(ports.ui),
2896
2897
  // TEST_PORT_* vars for overlay reference (harmless duplicates after above fix)
2897
2898
  TEST_PORT_ANVIL: String(ports.anvil),
2898
2899
  TEST_PORT_TYPESENSE: String(ports.typesense),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkhera30/cli",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {