@integrity-labs/agt-cli 0.27.76 → 0.27.77
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.
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost,
|
|
18
18
|
safeWriteJsonAtomic
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-CMOPDYMM.js";
|
|
20
20
|
import {
|
|
21
21
|
getProjectDir as getProjectDir2,
|
|
22
22
|
getReadyTasks,
|
|
@@ -3648,7 +3648,7 @@ var cachedMaintenanceWindow = null;
|
|
|
3648
3648
|
var lastVersionCheckAt = 0;
|
|
3649
3649
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3650
3650
|
var lastResponsivenessProbeAt = 0;
|
|
3651
|
-
var agtCliVersion = true ? "0.27.
|
|
3651
|
+
var agtCliVersion = true ? "0.27.77" : "dev";
|
|
3652
3652
|
function resolveBrewPath(execFileSync4) {
|
|
3653
3653
|
try {
|
|
3654
3654
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/package.json
CHANGED
|
File without changes
|