@sourcegraph/amp 0.0.1749844876-g4dbafe → 0.0.1749859306-g627062
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
@@ -113350,7 +113350,7 @@ async function Mhr({
|
|
113350
113350
|
}
|
113351
113351
|
async function Phr(t) {
|
113352
113352
|
try {
|
113353
|
-
const e = await Dhr("0.0.
|
113353
|
+
const e = await Dhr("0.0.1749859306-g627062");
|
113354
113354
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
113355
113355
|
try {
|
113356
113356
|
await Ohr(e.latestVersion), t.next({
|
@@ -115275,7 +115275,7 @@ async function T0(t, e) {
|
|
115275
115275
|
gR({
|
115276
115276
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
115277
115277
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
115278
|
-
}), Uft("0.0.
|
115278
|
+
}), Uft("0.0.1749859306-g627062");
|
115279
115279
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
115280
115280
|
Qe.info("Using settings file", { settingsFile: r });
|
115281
115281
|
const n = O5(), i = OLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -115386,11 +115386,11 @@ function sfr(t) {
|
|
115386
115386
|
const o = s.originalError ?? s;
|
115387
115387
|
om(t, o);
|
115388
115388
|
}), e.option("-V, --version", "output the version number", () => {
|
115389
|
-
const o = "(released 2025-06-
|
115389
|
+
const o = "(released 2025-06-14T00:09:20.651Z)";
|
115390
115390
|
t.isTTY ? Di.write(
|
115391
|
-
`0.0.
|
115391
|
+
`0.0.1749859306-g627062 ${t.printer.print(o, { foreground: "gray" })}
|
115392
115392
|
`
|
115393
|
-
) : Di.write(`0.0.
|
115393
|
+
) : Di.write(`0.0.1749859306-g627062 ${o}
|
115394
115394
|
`), process.exit(0);
|
115395
115395
|
}), e.addHelpText(
|
115396
115396
|
"after",
|
package/package.json
CHANGED