@integrity-labs/agt-cli 0.24.10 → 0.25.0

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.
@@ -6710,4 +6710,4 @@ export {
6710
6710
  managerInstallSystemUnitCommand,
6711
6711
  managerUninstallSystemUnitCommand
6712
6712
  };
6713
- //# sourceMappingURL=chunk-Z25YM6B4.js.map
6713
+ //# sourceMappingURL=chunk-5PS4FY7I.js.map
@@ -13,7 +13,7 @@ import {
13
13
  provisionOrientHook,
14
14
  provisionStopHook,
15
15
  requireHost
16
- } from "../chunk-Z25YM6B4.js";
16
+ } from "../chunk-5PS4FY7I.js";
17
17
  import {
18
18
  findTaskByTemplate,
19
19
  getProjectDir as getProjectDir2,
@@ -2852,7 +2852,7 @@ var cachedFrameworkVersion = null;
2852
2852
  var lastVersionCheckAt = 0;
2853
2853
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
2854
2854
  var lastResponsivenessProbeAt = 0;
2855
- var agtCliVersion = true ? "0.24.10" : "dev";
2855
+ var agtCliVersion = true ? "0.25.0" : "dev";
2856
2856
  function resolveBrewPath(execFileSync4) {
2857
2857
  try {
2858
2858
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();