@sourcegraph/amp 0.0.1750248093-g5beef1 → 0.0.1750262525-gb53e51
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
@@ -119630,7 +119630,7 @@ async function gvr({
|
|
119630
119630
|
}
|
119631
119631
|
async function mvr(t) {
|
119632
119632
|
try {
|
119633
|
-
const e = await uvr("0.0.
|
119633
|
+
const e = await uvr("0.0.1750262525-gb53e51");
|
119634
119634
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119635
119635
|
try {
|
119636
119636
|
await pvr(e.latestVersion), t.next({
|
@@ -121905,7 +121905,7 @@ async function Om(t, e) {
|
|
121905
121905
|
VR({
|
121906
121906
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
121907
121907
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
121908
|
-
}), ggt("0.0.
|
121908
|
+
}), ggt("0.0.1750262525-gb53e51");
|
121909
121909
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
121910
121910
|
$e.info("Using settings file", { settingsFile: r });
|
121911
121911
|
const n = i4(), i = O8e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -122017,11 +122017,11 @@ function Hvr(t) {
|
|
122017
122017
|
const o = s.originalError ?? s;
|
122018
122018
|
KT(t, o);
|
122019
122019
|
}), e.option("-V, --version", "output the version number", () => {
|
122020
|
-
const o = "(released 2025-06-
|
122020
|
+
const o = "(released 2025-06-18T16:10:15.082Z)";
|
122021
122021
|
t.isTTY ? Ni.write(
|
122022
|
-
`0.0.
|
122022
|
+
`0.0.1750262525-gb53e51 ${t.printer.print(o, { foreground: "gray" })}
|
122023
122023
|
`
|
122024
|
-
) : Ni.write(`0.0.
|
122024
|
+
) : Ni.write(`0.0.1750262525-gb53e51 ${o}
|
122025
122025
|
`), process.exit(0);
|
122026
122026
|
}), e.addHelpText(
|
122027
122027
|
"after",
|
package/package.json
CHANGED