@integrity-labs/agt-cli 0.27.121 → 0.27.123

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.
@@ -17,7 +17,7 @@ import {
17
17
  provisionStopHook,
18
18
  requireHost,
19
19
  safeWriteJsonAtomic
20
- } from "../chunk-PMBWORBQ.js";
20
+ } from "../chunk-H33EWCMO.js";
21
21
  import {
22
22
  getProjectDir as getProjectDir2,
23
23
  getReadyTasks,
@@ -4424,7 +4424,7 @@ var cachedMaintenanceWindow = null;
4424
4424
  var lastVersionCheckAt = 0;
4425
4425
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4426
4426
  var lastResponsivenessProbeAt = 0;
4427
- var agtCliVersion = true ? "0.27.121" : "dev";
4427
+ var agtCliVersion = true ? "0.27.123" : "dev";
4428
4428
  function resolveBrewPath(execFileSync4) {
4429
4429
  try {
4430
4430
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();