@openape/apes 0.14.1 → 0.14.3

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/cli.js CHANGED
@@ -2668,7 +2668,7 @@ var proxyCommand = defineCommand22({
2668
2668
  });
2669
2669
  });
2670
2670
  if (close) await close();
2671
- if (exitCode !== 0) throw new CliExit(exitCode);
2671
+ if (exitCode !== 0) process.exit(exitCode);
2672
2672
  }
2673
2673
  });
2674
2674
  function signalNumber(signal) {
@@ -2944,7 +2944,7 @@ var mcpCommand = defineCommand27({
2944
2944
  if (transport !== "stdio" && transport !== "sse") {
2945
2945
  throw new Error('Transport must be "stdio" or "sse"');
2946
2946
  }
2947
- const { startMcpServer } = await import("./server-Z4PCQEB3.js");
2947
+ const { startMcpServer } = await import("./server-EAT2FXDR.js");
2948
2948
  await startMcpServer(transport, port);
2949
2949
  }
2950
2950
  });
@@ -3436,7 +3436,7 @@ async function bestEffortGrantCount(idp) {
3436
3436
  }
3437
3437
  }
3438
3438
  async function runHealth(args) {
3439
- const version = true ? "0.14.1" : "0.0.0";
3439
+ const version = true ? "0.14.3" : "0.0.0";
3440
3440
  const auth = loadAuth();
3441
3441
  if (!auth) {
3442
3442
  throw new CliError("Not logged in. Run `apes login` first.", 1);
@@ -3638,10 +3638,10 @@ if (shellRewrite) {
3638
3638
  if (shellRewrite.action === "rewrite") {
3639
3639
  process.argv = shellRewrite.argv;
3640
3640
  } else if (shellRewrite.action === "version") {
3641
- console.log(`ape-shell ${"0.14.1"} (OpenApe DDISA shell wrapper)`);
3641
+ console.log(`ape-shell ${"0.14.3"} (OpenApe DDISA shell wrapper)`);
3642
3642
  process.exit(0);
3643
3643
  } else if (shellRewrite.action === "help") {
3644
- console.log(`ape-shell ${"0.14.1"} \u2014 OpenApe DDISA shell wrapper`);
3644
+ console.log(`ape-shell ${"0.14.3"} \u2014 OpenApe DDISA shell wrapper`);
3645
3645
  console.log("");
3646
3646
  console.log("Usage:");
3647
3647
  console.log(" ape-shell Start interactive grant-mediated REPL");
@@ -3699,7 +3699,7 @@ var configCommand = defineCommand34({
3699
3699
  var main = defineCommand34({
3700
3700
  meta: {
3701
3701
  name: "apes",
3702
- version: "0.14.1",
3702
+ version: "0.14.3",
3703
3703
  description: "Unified CLI for OpenApe"
3704
3704
  },
3705
3705
  subCommands: {