@sourcegraph/amp 0.0.1751342697-g6f8b6d → 0.0.1751343239-gad22a6
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
@@ -125398,7 +125398,7 @@ async function uwr({
|
|
125398
125398
|
}
|
125399
125399
|
async function dwr(t) {
|
125400
125400
|
try {
|
125401
|
-
const e = await awr("0.0.
|
125401
|
+
const e = await awr("0.0.1751343239-gad22a6");
|
125402
125402
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
125403
125403
|
try {
|
125404
125404
|
await cwr(e.latestVersion), t.next({
|
@@ -127974,7 +127974,7 @@ async function lg(t, e) {
|
|
127974
127974
|
vI({
|
127975
127975
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
127976
127976
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
127977
|
-
}), bht("0.0.
|
127977
|
+
}), bht("0.0.1751343239-gad22a6");
|
127978
127978
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
127979
127979
|
De.info("Using settings file", { settingsFile: r });
|
127980
127980
|
const n = D4(), i = uBe({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -128093,11 +128093,11 @@ function qwr(t) {
|
|
128093
128093
|
const o = s.originalError ?? s;
|
128094
128094
|
nh(t, o);
|
128095
128095
|
}), e.option("-V, --version", "output the version number", () => {
|
128096
|
-
const o = "(released 2025-07-01T04:
|
128096
|
+
const o = "(released 2025-07-01T04:22:18.620Z)";
|
128097
128097
|
t.isTTY ? xi.write(
|
128098
|
-
`0.0.
|
128098
|
+
`0.0.1751343239-gad22a6 ${t.printer.print(o, { foreground: "gray" })}
|
128099
128099
|
`
|
128100
|
-
) : xi.write(`0.0.
|
128100
|
+
) : xi.write(`0.0.1751343239-gad22a6 ${o}
|
128101
128101
|
`), process.exit(0);
|
128102
128102
|
}), e.addHelpText(
|
128103
128103
|
"after",
|
package/package.json
CHANGED