@integrity-labs/agt-cli 0.28.680 → 0.28.681
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.
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
setConfigHash,
|
|
56
56
|
setSecretFileTmpfsBacking,
|
|
57
57
|
tripClass
|
|
58
|
-
} from "../chunk-
|
|
58
|
+
} from "../chunk-Q44TIWZN.js";
|
|
59
59
|
import {
|
|
60
60
|
getProjectDir as getProjectDir2,
|
|
61
61
|
getReadyTasks,
|
|
@@ -12360,7 +12360,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
12360
12360
|
var lastVersionCheckAt = 0;
|
|
12361
12361
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
12362
12362
|
var lastResponsivenessProbeAt = 0;
|
|
12363
|
-
var agtCliVersion = true ? "0.28.
|
|
12363
|
+
var agtCliVersion = true ? "0.28.681" : "dev";
|
|
12364
12364
|
function resolveBrewPath(execFileSync3) {
|
|
12365
12365
|
try {
|
|
12366
12366
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|