@integrity-labs/agt-cli 0.28.12 → 0.28.13-canary.18
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.
- package/dist/bin/agt.js +3 -3
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-27VZ6HII.js → chunk-BBTTZRCH.js} +1 -1
- package/dist/lib/manager-worker.js +2 -2
- package/dist/lib/manager-worker.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-27VZ6HII.js.map → chunk-BBTTZRCH.js.map} +0 -0
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
provisionStopHook,
|
|
23
23
|
requireHost,
|
|
24
24
|
safeWriteJsonAtomic
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-BBTTZRCH.js";
|
|
26
26
|
import {
|
|
27
27
|
getProjectDir as getProjectDir2,
|
|
28
28
|
getReadyTasks,
|
|
@@ -5083,7 +5083,7 @@ var cachedMaintenanceWindow = null;
|
|
|
5083
5083
|
var lastVersionCheckAt = 0;
|
|
5084
5084
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
5085
5085
|
var lastResponsivenessProbeAt = 0;
|
|
5086
|
-
var agtCliVersion = true ? "0.28.
|
|
5086
|
+
var agtCliVersion = true ? "0.28.13-canary.18" : "dev";
|
|
5087
5087
|
function resolveBrewPath(execFileSync4) {
|
|
5088
5088
|
try {
|
|
5089
5089
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|