@sourcegraph/amp 0.0.1750622473-g45ccee → 0.0.1750636917-g45ccee
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
@@ -119830,7 +119830,7 @@ async function fSr({
|
|
119830
119830
|
}
|
119831
119831
|
async function pSr(t) {
|
119832
119832
|
try {
|
119833
|
-
const e = await lSr("0.0.
|
119833
|
+
const e = await lSr("0.0.1750636917-g45ccee");
|
119834
119834
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119835
119835
|
try {
|
119836
119836
|
await hSr(e.latestVersion), t.next({
|
@@ -122401,7 +122401,7 @@ async function lg(t, e) {
|
|
122401
122401
|
cI({
|
122402
122402
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
122403
122403
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
122404
|
-
}), Jdt("0.0.
|
122404
|
+
}), Jdt("0.0.1750636917-g45ccee");
|
122405
122405
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
122406
122406
|
Be.info("Using settings file", { settingsFile: r });
|
122407
122407
|
const n = m4(), i = w7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -122514,11 +122514,11 @@ function VSr(t) {
|
|
122514
122514
|
const o = s.originalError ?? s;
|
122515
122515
|
eh(t, o);
|
122516
122516
|
}), e.option("-V, --version", "output the version number", () => {
|
122517
|
-
const o = "(released 2025-06-
|
122517
|
+
const o = "(released 2025-06-23T00:10:23.399Z)";
|
122518
122518
|
t.isTTY ? xi.write(
|
122519
|
-
`0.0.
|
122519
|
+
`0.0.1750636917-g45ccee ${t.printer.print(o, { foreground: "gray" })}
|
122520
122520
|
`
|
122521
|
-
) : xi.write(`0.0.
|
122521
|
+
) : xi.write(`0.0.1750636917-g45ccee ${o}
|
122522
122522
|
`), process.exit(0);
|
122523
122523
|
}), e.addHelpText(
|
122524
122524
|
"after",
|
package/package.json
CHANGED