@sourcegraph/amp 0.0.1750305969-g7312b9 → 0.0.1750320080-g20c7b5
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
@@ -119911,7 +119911,7 @@ async function VSr({
|
|
119911
119911
|
}
|
119912
119912
|
async function WSr(t) {
|
119913
119913
|
try {
|
119914
|
-
const e = await $Sr("0.0.
|
119914
|
+
const e = await $Sr("0.0.1750320080-g20c7b5");
|
119915
119915
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119916
119916
|
try {
|
119917
119917
|
await HSr(e.latestVersion), t.next({
|
@@ -122478,7 +122478,7 @@ async function og(t, e) {
|
|
122478
122478
|
gI({
|
122479
122479
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
122480
122480
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
122481
|
-
}), q_t("0.0.
|
122481
|
+
}), q_t("0.0.1750320080-g20c7b5");
|
122482
122482
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
122483
122483
|
Ue.info("Using settings file", { settingsFile: r });
|
122484
122484
|
const n = b4(), i = U7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -122590,11 +122590,11 @@ function STr(t) {
|
|
122590
122590
|
const o = s.originalError ?? s;
|
122591
122591
|
Jd(t, o);
|
122592
122592
|
}), e.option("-V, --version", "output the version number", () => {
|
122593
|
-
const o = "(released 2025-06-
|
122593
|
+
const o = "(released 2025-06-19T08:09:26.604Z)";
|
122594
122594
|
t.isTTY ? xi.write(
|
122595
|
-
`0.0.
|
122595
|
+
`0.0.1750320080-g20c7b5 ${t.printer.print(o, { foreground: "gray" })}
|
122596
122596
|
`
|
122597
|
-
) : xi.write(`0.0.
|
122597
|
+
) : xi.write(`0.0.1750320080-g20c7b5 ${o}
|
122598
122598
|
`), process.exit(0);
|
122599
122599
|
}), e.addHelpText(
|
122600
122600
|
"after",
|
package/package.json
CHANGED