@integrity-labs/agt-cli 0.28.595 → 0.28.596
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.
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
safeWriteJsonAtomic,
|
|
54
54
|
setConfigHash,
|
|
55
55
|
tripClass
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-EAZQXZ4Q.js";
|
|
57
57
|
import {
|
|
58
58
|
getProjectDir as getProjectDir2,
|
|
59
59
|
getReadyTasks,
|
|
@@ -11827,7 +11827,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
|
|
|
11827
11827
|
var lastVersionCheckAt = 0;
|
|
11828
11828
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
11829
11829
|
var lastResponsivenessProbeAt = 0;
|
|
11830
|
-
var agtCliVersion = true ? "0.28.
|
|
11830
|
+
var agtCliVersion = true ? "0.28.596" : "dev";
|
|
11831
11831
|
function resolveBrewPath(execFileSync3) {
|
|
11832
11832
|
try {
|
|
11833
11833
|
const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
|