@integrity-labs/agt-cli 0.28.388 → 0.28.389
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.
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
resolveEffectivePinRaw,
|
|
44
44
|
safeWriteJsonAtomic,
|
|
45
45
|
setConfigHash
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-GZKD4K7H.js";
|
|
47
47
|
import {
|
|
48
48
|
getProjectDir as getProjectDir2,
|
|
49
49
|
getReadyTasks,
|
|
@@ -9113,7 +9113,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
9113
9113
|
var lastVersionCheckAt = 0;
|
|
9114
9114
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
9115
9115
|
var lastResponsivenessProbeAt = 0;
|
|
9116
|
-
var agtCliVersion = true ? "0.28.
|
|
9116
|
+
var agtCliVersion = true ? "0.28.389" : "dev";
|
|
9117
9117
|
function resolveBrewPath(execFileSync2) {
|
|
9118
9118
|
try {
|
|
9119
9119
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|