@integrity-labs/agt-cli 0.28.711 → 0.28.712
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.
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
safeWriteJsonAtomic,
|
|
55
55
|
setConfigHash,
|
|
56
56
|
tripClass
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-4OXDKMGC.js";
|
|
58
58
|
import {
|
|
59
59
|
getProjectDir as getProjectDir2,
|
|
60
60
|
getReadyTasks,
|
|
@@ -12826,7 +12826,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
12826
12826
|
var lastVersionCheckAt = 0;
|
|
12827
12827
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
12828
12828
|
var lastResponsivenessProbeAt = 0;
|
|
12829
|
-
var agtCliVersion = true ? "0.28.
|
|
12829
|
+
var agtCliVersion = true ? "0.28.712" : "dev";
|
|
12830
12830
|
function resolveBrewPath(execFileSync3) {
|
|
12831
12831
|
try {
|
|
12832
12832
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|