@sourcegraph/amp 0.0.1750505121-g9404ca → 0.0.1750521684-g19c25c

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
@@ -119814,7 +119814,7 @@ async function dSr({
119814
119814
  }
119815
119815
  async function hSr(t) {
119816
119816
  try {
119817
- const e = await sSr("0.0.1750505121-g9404ca");
119817
+ const e = await sSr("0.0.1750521684-g19c25c");
119818
119818
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119819
119819
  try {
119820
119820
  await uSr(e.latestVersion), t.next({
@@ -122385,7 +122385,7 @@ async function lg(t, e) {
122385
122385
  cI({
122386
122386
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122387
122387
  logFile: e.logFile || process.env.AMP_LOG_FILE
122388
- }), Qdt("0.0.1750505121-g9404ca");
122388
+ }), Qdt("0.0.1750521684-g19c25c");
122389
122389
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122390
122390
  Be.info("Using settings file", { settingsFile: r });
122391
122391
  const n = m4(), i = w7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122498,11 +122498,11 @@ function GSr(t) {
122498
122498
  const o = s.originalError ?? s;
122499
122499
  eh(t, o);
122500
122500
  }), e.option("-V, --version", "output the version number", () => {
122501
- const o = "(released 2025-06-21T11:33:33.953Z)";
122501
+ const o = "(released 2025-06-21T16:09:46.409Z)";
122502
122502
  t.isTTY ? xi.write(
122503
- `0.0.1750505121-g9404ca ${t.printer.print(o, { foreground: "gray" })}
122503
+ `0.0.1750521684-g19c25c ${t.printer.print(o, { foreground: "gray" })}
122504
122504
  `
122505
- ) : xi.write(`0.0.1750505121-g9404ca ${o}
122505
+ ) : xi.write(`0.0.1750521684-g19c25c ${o}
122506
122506
  `), process.exit(0);
122507
122507
  }), e.addHelpText(
122508
122508
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750505121-g9404ca",
3
+ "version": "0.0.1750521684-g19c25c",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {