@sourcegraph/amp 0.0.1750795280-g77323b → 0.0.1750809705-gc32ec0
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
@@ -119942,7 +119942,7 @@ async function CSr({
|
|
119942
119942
|
}
|
119943
119943
|
async function xSr(t) {
|
119944
119944
|
try {
|
119945
|
-
const e = await bSr("0.0.
|
119945
|
+
const e = await bSr("0.0.1750809705-gc32ec0");
|
119946
119946
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119947
119947
|
try {
|
119948
119948
|
await wSr(e.latestVersion), t.next({
|
@@ -122513,7 +122513,7 @@ async function lg(t, e) {
|
|
122513
122513
|
uI({
|
122514
122514
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
122515
122515
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
122516
|
-
}), sht("0.0.
|
122516
|
+
}), sht("0.0.1750809705-gc32ec0");
|
122517
122517
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
122518
122518
|
Be.info("Using settings file", { settingsFile: r });
|
122519
122519
|
const n = _4(), i = R7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -122626,11 +122626,11 @@ function nTr(t) {
|
|
122626
122626
|
const o = s.originalError ?? s;
|
122627
122627
|
eh(t, o);
|
122628
122628
|
}), e.option("-V, --version", "output the version number", () => {
|
122629
|
-
const o = "(released 2025-06-
|
122629
|
+
const o = "(released 2025-06-25T00:09:54.023Z)";
|
122630
122630
|
t.isTTY ? xi.write(
|
122631
|
-
`0.0.
|
122631
|
+
`0.0.1750809705-gc32ec0 ${t.printer.print(o, { foreground: "gray" })}
|
122632
122632
|
`
|
122633
|
-
) : xi.write(`0.0.
|
122633
|
+
) : xi.write(`0.0.1750809705-gc32ec0 ${o}
|
122634
122634
|
`), process.exit(0);
|
122635
122635
|
}), e.addHelpText(
|
122636
122636
|
"after",
|
package/package.json
CHANGED