@integrity-labs/agt-cli 0.28.51 → 0.28.52
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.
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
requireHost,
|
|
28
28
|
safeWriteJsonAtomic,
|
|
29
29
|
setConfigHash
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-GNRNPCJ6.js";
|
|
31
31
|
import {
|
|
32
32
|
getProjectDir as getProjectDir2,
|
|
33
33
|
getReadyTasks,
|
|
@@ -6630,7 +6630,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6630
6630
|
var lastVersionCheckAt = 0;
|
|
6631
6631
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6632
6632
|
var lastResponsivenessProbeAt = 0;
|
|
6633
|
-
var agtCliVersion = true ? "0.28.
|
|
6633
|
+
var agtCliVersion = true ? "0.28.52" : "dev";
|
|
6634
6634
|
function resolveBrewPath(execFileSync4) {
|
|
6635
6635
|
try {
|
|
6636
6636
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|