@sourcegraph/amp 0.0.1749772899-g2f0af9 → 0.0.1749787542-g93da4f

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.
Files changed (2) hide show
  1. package/dist/amp.js +8 -8
  2. package/package.json +1 -1
package/dist/amp.js CHANGED
@@ -113350,7 +113350,7 @@ async function Mhr({
113350
113350
  }
113351
113351
  async function Phr(t) {
113352
113352
  try {
113353
- const e = await Dhr("0.0.1749772899-g2f0af9");
113353
+ const e = await Dhr("0.0.1749787542-g93da4f");
113354
113354
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
113355
113355
  try {
113356
113356
  await Ohr(e.latestVersion), t.next({
@@ -115264,7 +115264,7 @@ async function T0(t, e) {
115264
115264
  gR({
115265
115265
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
115266
115266
  logFile: e.logFile || process.env.AMP_LOG_FILE
115267
- }), Uft("0.0.1749772899-g2f0af9");
115267
+ }), Uft("0.0.1749787542-g93da4f");
115268
115268
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
115269
115269
  Qe.info("Using settings file", { settingsFile: r });
115270
115270
  const n = O5(), i = OLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -115376,7 +115376,7 @@ function sfr(t) {
115376
115376
  om(t, o);
115377
115377
  }), e.option("-V, --version", "output the version number", () => {
115378
115378
  if (t.isTTY) {
115379
- const s = "0.0.1749772899-g2f0af9".match(/^(\d+\.\d+)\.(\d+)-(.+)$/);
115379
+ const s = "0.0.1749787542-g93da4f".match(/^(\d+\.\d+)\.(\d+)-(.+)$/);
115380
115380
  if (s) {
115381
115381
  const [, , o] = s;
115382
115382
  try {
@@ -115387,21 +115387,21 @@ function sfr(t) {
115387
115387
  day: "numeric"
115388
115388
  });
115389
115389
  ui.write(
115390
- `0.0.1749772899-g2f0af9 ${t.printer.print(`(released ${u})`, { foreground: "gray" })}
115390
+ `0.0.1749787542-g93da4f ${t.printer.print(`(released ${u})`, { foreground: "gray" })}
115391
115391
  `
115392
115392
  );
115393
115393
  } else
115394
- ui.write(`0.0.1749772899-g2f0af9
115394
+ ui.write(`0.0.1749787542-g93da4f
115395
115395
  `);
115396
115396
  } catch {
115397
- ui.write(`0.0.1749772899-g2f0af9
115397
+ ui.write(`0.0.1749787542-g93da4f
115398
115398
  `);
115399
115399
  }
115400
115400
  } else
115401
- ui.write(`0.0.1749772899-g2f0af9
115401
+ ui.write(`0.0.1749787542-g93da4f
115402
115402
  `);
115403
115403
  } else
115404
- ui.write(`0.0.1749772899-g2f0af9
115404
+ ui.write(`0.0.1749787542-g93da4f
115405
115405
  `);
115406
115406
  process.exit(0);
115407
115407
  }), e.addHelpText(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1749772899-g2f0af9",
3
+ "version": "0.0.1749787542-g93da4f",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {