@sourcegraph/amp 0.0.1750170094-g4310d8 → 0.0.1750176128-g4310d8
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
@@ -119505,7 +119505,7 @@ async function bvr({
|
|
119505
119505
|
}
|
119506
119506
|
async function Evr(t) {
|
119507
119507
|
try {
|
119508
|
-
const e = await gvr("0.0.
|
119508
|
+
const e = await gvr("0.0.1750176128-g4310d8");
|
119509
119509
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119510
119510
|
try {
|
119511
119511
|
await vvr(e.latestVersion), t.next({
|
@@ -121625,7 +121625,7 @@ async function Im(t, e) {
|
|
121625
121625
|
YR({
|
121626
121626
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
121627
121627
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
121628
|
-
}), bgt("0.0.
|
121628
|
+
}), bgt("0.0.1750176128-g4310d8");
|
121629
121629
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
121630
121630
|
$e.info("Using settings file", { settingsFile: r });
|
121631
121631
|
const n = s4(), i = $8e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -121737,11 +121737,11 @@ function jvr(t) {
|
|
121737
121737
|
const o = s.originalError ?? s;
|
121738
121738
|
ZT(t, o);
|
121739
121739
|
}), e.option("-V, --version", "output the version number", () => {
|
121740
|
-
const o = "(released 2025-06-
|
121740
|
+
const o = "(released 2025-06-17T16:10:08.321Z)";
|
121741
121741
|
t.isTTY ? Ni.write(
|
121742
|
-
`0.0.
|
121742
|
+
`0.0.1750176128-g4310d8 ${t.printer.print(o, { foreground: "gray" })}
|
121743
121743
|
`
|
121744
|
-
) : Ni.write(`0.0.
|
121744
|
+
) : Ni.write(`0.0.1750176128-g4310d8 ${o}
|
121745
121745
|
`), process.exit(0);
|
121746
121746
|
}), e.addHelpText(
|
121747
121747
|
"after",
|
package/package.json
CHANGED