@integrity-labs/agt-cli 0.28.102 → 0.28.103
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-UL7V7NIG.js";
|
|
32
32
|
import {
|
|
33
33
|
getProjectDir as getProjectDir2,
|
|
34
34
|
getReadyTasks,
|
|
@@ -6961,7 +6961,7 @@ var cachedMaintenanceWindow = null;
|
|
|
6961
6961
|
var lastVersionCheckAt = 0;
|
|
6962
6962
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
6963
6963
|
var lastResponsivenessProbeAt = 0;
|
|
6964
|
-
var agtCliVersion = true ? "0.28.
|
|
6964
|
+
var agtCliVersion = true ? "0.28.103" : "dev";
|
|
6965
6965
|
function resolveBrewPath(execFileSync4) {
|
|
6966
6966
|
try {
|
|
6967
6967
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|