@sourcegraph/amp 0.0.1750017682-g4857f7 → 0.0.1750032176-g4857f7
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
@@ -113496,7 +113496,7 @@ async function mhr({
|
|
113496
113496
|
}
|
113497
113497
|
async function _hr(t) {
|
113498
113498
|
try {
|
113499
|
-
const e = await uhr("0.0.
|
113499
|
+
const e = await uhr("0.0.1750032176-g4857f7");
|
113500
113500
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
113501
113501
|
try {
|
113502
113502
|
await phr(e.latestVersion), t.next({
|
@@ -115442,7 +115442,7 @@ async function C0(t, e) {
|
|
115442
115442
|
SR({
|
115443
115443
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
115444
115444
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
115445
|
-
}), npt("0.0.
|
115445
|
+
}), npt("0.0.1750032176-g4857f7");
|
115446
115446
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
115447
115447
|
Qe.info("Using settings file", { settingsFile: r });
|
115448
115448
|
const n = $5(), i = QLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -115554,11 +115554,11 @@ function zhr(t) {
|
|
115554
115554
|
const o = s.originalError ?? s;
|
115555
115555
|
um(t, o);
|
115556
115556
|
}), e.option("-V, --version", "output the version number", () => {
|
115557
|
-
const o = "(released 2025-06-
|
115557
|
+
const o = "(released 2025-06-16T00:11:53.299Z)";
|
115558
115558
|
t.isTTY ? Ni.write(
|
115559
|
-
`0.0.
|
115559
|
+
`0.0.1750032176-g4857f7 ${t.printer.print(o, { foreground: "gray" })}
|
115560
115560
|
`
|
115561
|
-
) : Ni.write(`0.0.
|
115561
|
+
) : Ni.write(`0.0.1750032176-g4857f7 ${o}
|
115562
115562
|
`), process.exit(0);
|
115563
115563
|
}), e.addHelpText(
|
115564
115564
|
"after",
|
package/package.json
CHANGED