@integrity-labs/agt-cli 0.27.0-test.4 → 0.27.1

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/bin/agt.js CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  success,
27
27
  table,
28
28
  warn
29
- } from "../chunk-CPZIFISH.js";
29
+ } from "../chunk-UVPB6TSJ.js";
30
30
  import {
31
31
  CHANNEL_REGISTRY,
32
32
  DEPLOYMENT_TEMPLATES,
@@ -4393,7 +4393,7 @@ import { execFileSync, execSync } from "child_process";
4393
4393
  import { existsSync as existsSync8, realpathSync as realpathSync2 } from "fs";
4394
4394
  import chalk18 from "chalk";
4395
4395
  import ora16 from "ora";
4396
- var cliVersion = true ? "0.27.0-test.4" : "dev";
4396
+ var cliVersion = true ? "0.27.1" : "dev";
4397
4397
  async function fetchLatestVersion() {
4398
4398
  const host2 = getHost();
4399
4399
  if (!host2) return null;
@@ -4925,7 +4925,7 @@ function handleError(err) {
4925
4925
  }
4926
4926
 
4927
4927
  // src/bin/agt.ts
4928
- var cliVersion2 = true ? "0.27.0-test.4" : "dev";
4928
+ var cliVersion2 = true ? "0.27.1" : "dev";
4929
4929
  var program = new Command();
4930
4930
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
4931
4931
  program.hook("preAction", (thisCommand) => {