@sourcegraph/amp 0.0.1749945757-g52da15 → 0.0.1749974513-g06874e
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/amp.js +5 -5
- package/package.json +1 -1
package/dist/amp.js
CHANGED
@@ -113489,7 +113489,7 @@ async function hhr({
|
|
113489
113489
|
}
|
113490
113490
|
async function phr(t) {
|
113491
113491
|
try {
|
113492
|
-
const e = await ohr("0.0.
|
113492
|
+
const e = await ohr("0.0.1749974513-g06874e");
|
113493
113493
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
113494
113494
|
try {
|
113495
113495
|
await dhr(e.latestVersion), t.next({
|
@@ -115414,7 +115414,7 @@ async function C0(t, e) {
|
|
115414
115414
|
TR({
|
115415
115415
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
115416
115416
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
115417
|
-
}), tpt("0.0.
|
115417
|
+
}), tpt("0.0.1749974513-g06874e");
|
115418
115418
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
115419
115419
|
Qe.info("Using settings file", { settingsFile: r });
|
115420
115420
|
const n = $5(), i = XLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -115525,11 +115525,11 @@ function Bhr(t) {
|
|
115525
115525
|
const o = s.originalError ?? s;
|
115526
115526
|
um(t, o);
|
115527
115527
|
}), e.option("-V, --version", "output the version number", () => {
|
115528
|
-
const o = "(released 2025-06-
|
115528
|
+
const o = "(released 2025-06-15T08:09:38.259Z)";
|
115529
115529
|
t.isTTY ? Ni.write(
|
115530
|
-
`0.0.
|
115530
|
+
`0.0.1749974513-g06874e ${t.printer.print(o, { foreground: "gray" })}
|
115531
115531
|
`
|
115532
|
-
) : Ni.write(`0.0.
|
115532
|
+
) : Ni.write(`0.0.1749974513-g06874e ${o}
|
115533
115533
|
`), process.exit(0);
|
115534
115534
|
}), e.addHelpText(
|
115535
115535
|
"after",
|
package/package.json
CHANGED