@sourcegraph/amp 0.0.1750070541-gbe3cf2 → 0.0.1750075287-g100830

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 +5 -5
  2. package/package.json +1 -1
package/dist/amp.js CHANGED
@@ -113539,7 +113539,7 @@ async function Chr({
113539
113539
  }
113540
113540
  async function xhr(t) {
113541
113541
  try {
113542
- const e = await vhr("0.0.1750070541-gbe3cf2");
113542
+ const e = await vhr("0.0.1750075287-g100830");
113543
113543
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
113544
113544
  try {
113545
113545
  await Shr(e.latestVersion), t.next({
@@ -115496,7 +115496,7 @@ async function C0(t, e) {
115496
115496
  DR({
115497
115497
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
115498
115498
  logFile: e.logFile || process.env.AMP_LOG_FILE
115499
- }), npt("0.0.1750070541-gbe3cf2");
115499
+ }), npt("0.0.1750075287-g100830");
115500
115500
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
115501
115501
  Qe.info("Using settings file", { settingsFile: r });
115502
115502
  const n = Y5(), i = QLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -115608,11 +115608,11 @@ function Xhr(t) {
115608
115608
  const o = s.originalError ?? s;
115609
115609
  um(t, o);
115610
115610
  }), e.option("-V, --version", "output the version number", () => {
115611
- const o = "(released 2025-06-16T10:50:14.818Z)";
115611
+ const o = "(released 2025-06-16T12:09:41.627Z)";
115612
115612
  t.isTTY ? Ni.write(
115613
- `0.0.1750070541-gbe3cf2 ${t.printer.print(o, { foreground: "gray" })}
115613
+ `0.0.1750075287-g100830 ${t.printer.print(o, { foreground: "gray" })}
115614
115614
  `
115615
- ) : Ni.write(`0.0.1750070541-gbe3cf2 ${o}
115615
+ ) : Ni.write(`0.0.1750075287-g100830 ${o}
115616
115616
  `), process.exit(0);
115617
115617
  }), e.addHelpText(
115618
115618
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750070541-gbe3cf2",
3
+ "version": "0.0.1750075287-g100830",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {