@sourcegraph/amp 0.0.1751126473-g173f2e → 0.0.1751140934-gfc70b5
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
@@ -120415,7 +120415,7 @@ async function KSr({
|
|
120415
120415
|
}
|
120416
120416
|
async function XSr(t) {
|
120417
120417
|
try {
|
120418
|
-
const e = await HSr("0.0.
|
120418
|
+
const e = await HSr("0.0.1751140934-gfc70b5");
|
120419
120419
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
120420
120420
|
try {
|
120421
120421
|
await jSr(e.latestVersion), t.next({
|
@@ -122994,7 +122994,7 @@ async function lg(t, e) {
|
|
122994
122994
|
fI({
|
122995
122995
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
122996
122996
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
122997
|
-
}), Nht("0.0.
|
122997
|
+
}), Nht("0.0.1751140934-gfc70b5");
|
122998
122998
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
122999
122999
|
Ne.info("Using settings file", { settingsFile: r });
|
123000
123000
|
const n = S4(), i = Q7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -123109,11 +123109,11 @@ function ATr(t) {
|
|
123109
123109
|
const o = s.originalError ?? s;
|
123110
123110
|
nh(t, o);
|
123111
123111
|
}), e.option("-V, --version", "output the version number", () => {
|
123112
|
-
const o = "(released 2025-06-
|
123112
|
+
const o = "(released 2025-06-28T20:11:18.152Z)";
|
123113
123113
|
t.isTTY ? xi.write(
|
123114
|
-
`0.0.
|
123114
|
+
`0.0.1751140934-gfc70b5 ${t.printer.print(o, { foreground: "gray" })}
|
123115
123115
|
`
|
123116
|
-
) : xi.write(`0.0.
|
123116
|
+
) : xi.write(`0.0.1751140934-gfc70b5 ${o}
|
123117
123117
|
`), process.exit(0);
|
123118
123118
|
}), e.addHelpText(
|
123119
123119
|
"after",
|
package/package.json
CHANGED