@integrity-labs/agt-cli 0.28.629 → 0.28.631
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-RZDL5TB6.js";
|
|
58
58
|
import {
|
|
59
59
|
getProjectDir as getProjectDir2,
|
|
60
60
|
getReadyTasks,
|
|
@@ -12131,7 +12131,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
12131
12131
|
var lastVersionCheckAt = 0;
|
|
12132
12132
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
12133
12133
|
var lastResponsivenessProbeAt = 0;
|
|
12134
|
-
var agtCliVersion = true ? "0.28.
|
|
12134
|
+
var agtCliVersion = true ? "0.28.631" : "dev";
|
|
12135
12135
|
function resolveBrewPath(execFileSync3) {
|
|
12136
12136
|
try {
|
|
12137
12137
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|