@sourcegraph/amp 0.0.1749772899-g2f0af9 → 0.0.1749787542-g93da4f
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 +8 -8
- 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.1749787542-g93da4f");
|
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({
|
@@ -115264,7 +115264,7 @@ async function T0(t, e) {
|
|
115264
115264
|
gR({
|
115265
115265
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
115266
115266
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
115267
|
-
}), Uft("0.0.
|
115267
|
+
}), Uft("0.0.1749787542-g93da4f");
|
115268
115268
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
115269
115269
|
Qe.info("Using settings file", { settingsFile: r });
|
115270
115270
|
const n = O5(), i = OLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -115376,7 +115376,7 @@ function sfr(t) {
|
|
115376
115376
|
om(t, o);
|
115377
115377
|
}), e.option("-V, --version", "output the version number", () => {
|
115378
115378
|
if (t.isTTY) {
|
115379
|
-
const s = "0.0.
|
115379
|
+
const s = "0.0.1749787542-g93da4f".match(/^(\d+\.\d+)\.(\d+)-(.+)$/);
|
115380
115380
|
if (s) {
|
115381
115381
|
const [, , o] = s;
|
115382
115382
|
try {
|
@@ -115387,21 +115387,21 @@ function sfr(t) {
|
|
115387
115387
|
day: "numeric"
|
115388
115388
|
});
|
115389
115389
|
ui.write(
|
115390
|
-
`0.0.
|
115390
|
+
`0.0.1749787542-g93da4f ${t.printer.print(`(released ${u})`, { foreground: "gray" })}
|
115391
115391
|
`
|
115392
115392
|
);
|
115393
115393
|
} else
|
115394
|
-
ui.write(`0.0.
|
115394
|
+
ui.write(`0.0.1749787542-g93da4f
|
115395
115395
|
`);
|
115396
115396
|
} catch {
|
115397
|
-
ui.write(`0.0.
|
115397
|
+
ui.write(`0.0.1749787542-g93da4f
|
115398
115398
|
`);
|
115399
115399
|
}
|
115400
115400
|
} else
|
115401
|
-
ui.write(`0.0.
|
115401
|
+
ui.write(`0.0.1749787542-g93da4f
|
115402
115402
|
`);
|
115403
115403
|
} else
|
115404
|
-
ui.write(`0.0.
|
115404
|
+
ui.write(`0.0.1749787542-g93da4f
|
115405
115405
|
`);
|
115406
115406
|
process.exit(0);
|
115407
115407
|
}), e.addHelpText(
|
package/package.json
CHANGED