@integrity-labs/agt-cli 0.27.149 → 0.27.150
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.
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
provisionStopHook,
|
|
20
20
|
requireHost,
|
|
21
21
|
safeWriteJsonAtomic
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-CUHP2SVW.js";
|
|
23
23
|
import {
|
|
24
24
|
getProjectDir as getProjectDir2,
|
|
25
25
|
getReadyTasks,
|
|
@@ -4776,7 +4776,7 @@ var cachedMaintenanceWindow = null;
|
|
|
4776
4776
|
var lastVersionCheckAt = 0;
|
|
4777
4777
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
4778
4778
|
var lastResponsivenessProbeAt = 0;
|
|
4779
|
-
var agtCliVersion = true ? "0.27.
|
|
4779
|
+
var agtCliVersion = true ? "0.27.150" : "dev";
|
|
4780
4780
|
function resolveBrewPath(execFileSync4) {
|
|
4781
4781
|
try {
|
|
4782
4782
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/package.json
CHANGED
|
File without changes
|