@sourcegraph/amp 0.0.1750723301-g55d8e4 → 0.0.1750752079-ge808cc
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
@@ -119935,7 +119935,7 @@ async function ySr({
|
|
119935
119935
|
}
|
119936
119936
|
async function vSr(t) {
|
119937
119937
|
try {
|
119938
|
-
const e = await fSr("0.0.
|
119938
|
+
const e = await fSr("0.0.1750752079-ge808cc");
|
119939
119939
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119940
119940
|
try {
|
119941
119941
|
await _Sr(e.latestVersion), t.next({
|
@@ -122506,7 +122506,7 @@ async function lg(t, e) {
|
|
122506
122506
|
cI({
|
122507
122507
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
122508
122508
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
122509
|
-
}), rht("0.0.
|
122509
|
+
}), rht("0.0.1750752079-ge808cc");
|
122510
122510
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
122511
122511
|
Be.info("Using settings file", { settingsFile: r });
|
122512
122512
|
const n = m4(), i = A7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -122619,11 +122619,11 @@ function XSr(t) {
|
|
122619
122619
|
const o = s.originalError ?? s;
|
122620
122620
|
eh(t, o);
|
122621
122621
|
}), e.option("-V, --version", "output the version number", () => {
|
122622
|
-
const o = "(released 2025-06-
|
122622
|
+
const o = "(released 2025-06-24T08:09:34.562Z)";
|
122623
122623
|
t.isTTY ? xi.write(
|
122624
|
-
`0.0.
|
122624
|
+
`0.0.1750752079-ge808cc ${t.printer.print(o, { foreground: "gray" })}
|
122625
122625
|
`
|
122626
|
-
) : xi.write(`0.0.
|
122626
|
+
) : xi.write(`0.0.1750752079-ge808cc ${o}
|
122627
122627
|
`), process.exit(0);
|
122628
122628
|
}), e.addHelpText(
|
122629
122629
|
"after",
|
package/package.json
CHANGED