@integrity-labs/agt-cli 0.28.227 → 0.28.228
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.
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
requireHost,
|
|
38
38
|
safeWriteJsonAtomic,
|
|
39
39
|
setConfigHash
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-STDJAYQQ.js";
|
|
41
41
|
import {
|
|
42
42
|
getProjectDir as getProjectDir2,
|
|
43
43
|
getReadyTasks,
|
|
@@ -6373,7 +6373,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
6373
6373
|
var lastVersionCheckAt = 0;
|
|
6374
6374
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6375
6375
|
var lastResponsivenessProbeAt = 0;
|
|
6376
|
-
var agtCliVersion = true ? "0.28.
|
|
6376
|
+
var agtCliVersion = true ? "0.28.228" : "dev";
|
|
6377
6377
|
function resolveBrewPath(execFileSync2) {
|
|
6378
6378
|
try {
|
|
6379
6379
|
const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
|