@integrity-labs/agt-cli 0.28.157 → 0.28.158
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.
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
requireHost,
|
|
29
29
|
safeWriteJsonAtomic,
|
|
30
30
|
setConfigHash
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-3OLFOA4F.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -6871,7 +6871,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6871
6871
|
var lastVersionCheckAt = 0;
|
|
6872
6872
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6873
6873
|
var lastResponsivenessProbeAt = 0;
|
|
6874
|
-
var agtCliVersion = true ? "0.28.
|
|
6874
|
+
var agtCliVersion = true ? "0.28.158" : "dev";
|
|
6875
6875
|
function resolveBrewPath(execFileSync4) {
|
|
6876
6876
|
try {
|
|
6877
6877
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|