@sourcegraph/amp 0.0.1750550544-gb19e9c → 0.0.1750565323-gfb6979

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
@@ -119823,7 +119823,7 @@ async function hSr({
119823
119823
  }
119824
119824
  async function fSr(t) {
119825
119825
  try {
119826
- const e = await oSr("0.0.1750550544-gb19e9c");
119826
+ const e = await oSr("0.0.1750565323-gfb6979");
119827
119827
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119828
119828
  try {
119829
119829
  await dSr(e.latestVersion), t.next({
@@ -122394,7 +122394,7 @@ async function lg(t, e) {
122394
122394
  cI({
122395
122395
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122396
122396
  logFile: e.logFile || process.env.AMP_LOG_FILE
122397
- }), Zdt("0.0.1750550544-gb19e9c");
122397
+ }), Zdt("0.0.1750565323-gfb6979");
122398
122398
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122399
122399
  Be.info("Using settings file", { settingsFile: r });
122400
122400
  const n = m4(), i = w7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122507,11 +122507,11 @@ function HSr(t) {
122507
122507
  const o = s.originalError ?? s;
122508
122508
  eh(t, o);
122509
122509
  }), e.option("-V, --version", "output the version number", () => {
122510
- const o = "(released 2025-06-22T00:10:50.904Z)";
122510
+ const o = "(released 2025-06-22T04:16:55.174Z)";
122511
122511
  t.isTTY ? xi.write(
122512
- `0.0.1750550544-gb19e9c ${t.printer.print(o, { foreground: "gray" })}
122512
+ `0.0.1750565323-gfb6979 ${t.printer.print(o, { foreground: "gray" })}
122513
122513
  `
122514
- ) : xi.write(`0.0.1750550544-gb19e9c ${o}
122514
+ ) : xi.write(`0.0.1750565323-gfb6979 ${o}
122515
122515
  `), process.exit(0);
122516
122516
  }), e.addHelpText(
122517
122517
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750550544-gb19e9c",
3
+ "version": "0.0.1750565323-gfb6979",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {