@integrity-labs/agt-cli 0.28.487 → 0.28.488
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.
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
resolveEffectivePinRaw,
|
|
45
45
|
safeWriteJsonAtomic,
|
|
46
46
|
setConfigHash
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-PMDCZKFQ.js";
|
|
48
48
|
import {
|
|
49
49
|
getProjectDir as getProjectDir2,
|
|
50
50
|
getReadyTasks,
|
|
@@ -10079,7 +10079,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
10079
10079
|
var lastVersionCheckAt = 0;
|
|
10080
10080
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
10081
10081
|
var lastResponsivenessProbeAt = 0;
|
|
10082
|
-
var agtCliVersion = true ? "0.28.
|
|
10082
|
+
var agtCliVersion = true ? "0.28.488" : "dev";
|
|
10083
10083
|
function resolveBrewPath(execFileSync2) {
|
|
10084
10084
|
try {
|
|
10085
10085
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|