@integrity-labs/agt-cli 0.24.4 → 0.24.5
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.
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
provisionOrientHook,
|
|
13
13
|
provisionStopHook,
|
|
14
14
|
requireHost
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-QWMGMV4N.js";
|
|
16
16
|
import {
|
|
17
17
|
findTaskByTemplate,
|
|
18
18
|
getProjectDir as getProjectDir2,
|
|
@@ -2806,7 +2806,7 @@ var cachedFrameworkVersion = null;
|
|
|
2806
2806
|
var lastVersionCheckAt = 0;
|
|
2807
2807
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
2808
2808
|
var lastResponsivenessProbeAt = 0;
|
|
2809
|
-
var agtCliVersion = true ? "0.24.
|
|
2809
|
+
var agtCliVersion = true ? "0.24.5" : "dev";
|
|
2810
2810
|
function resolveBrewPath(execFileSync4) {
|
|
2811
2811
|
try {
|
|
2812
2812
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|