@integrity-labs/agt-cli 0.27.150-test.15 → 0.27.150-test.16
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.
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
provisionStopHook,
|
|
19
19
|
requireHost,
|
|
20
20
|
safeWriteJsonAtomic
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-QHEAAPEG.js";
|
|
22
22
|
import {
|
|
23
23
|
getProjectDir as getProjectDir2,
|
|
24
24
|
getReadyTasks,
|
|
@@ -4760,7 +4760,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4760
4760
|
var lastVersionCheckAt = 0;
|
|
4761
4761
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4762
4762
|
var lastResponsivenessProbeAt = 0;
|
|
4763
|
-
var agtCliVersion = true ? "0.27.150-test.
|
|
4763
|
+
var agtCliVersion = true ? "0.27.150-test.16" : "dev";
|
|
4764
4764
|
function resolveBrewPath(execFileSync4) {
|
|
4765
4765
|
try {
|
|
4766
4766
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|