@sourcegraph/amp 0.0.1750622473-g45ccee → 0.0.1750636917-g45ccee

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
@@ -119830,7 +119830,7 @@ async function fSr({
119830
119830
  }
119831
119831
  async function pSr(t) {
119832
119832
  try {
119833
- const e = await lSr("0.0.1750622473-g45ccee");
119833
+ const e = await lSr("0.0.1750636917-g45ccee");
119834
119834
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119835
119835
  try {
119836
119836
  await hSr(e.latestVersion), t.next({
@@ -122401,7 +122401,7 @@ async function lg(t, e) {
122401
122401
  cI({
122402
122402
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122403
122403
  logFile: e.logFile || process.env.AMP_LOG_FILE
122404
- }), Jdt("0.0.1750622473-g45ccee");
122404
+ }), Jdt("0.0.1750636917-g45ccee");
122405
122405
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122406
122406
  Be.info("Using settings file", { settingsFile: r });
122407
122407
  const n = m4(), i = w7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122514,11 +122514,11 @@ function VSr(t) {
122514
122514
  const o = s.originalError ?? s;
122515
122515
  eh(t, o);
122516
122516
  }), e.option("-V, --version", "output the version number", () => {
122517
- const o = "(released 2025-06-22T20:09:28.262Z)";
122517
+ const o = "(released 2025-06-23T00:10:23.399Z)";
122518
122518
  t.isTTY ? xi.write(
122519
- `0.0.1750622473-g45ccee ${t.printer.print(o, { foreground: "gray" })}
122519
+ `0.0.1750636917-g45ccee ${t.printer.print(o, { foreground: "gray" })}
122520
122520
  `
122521
- ) : xi.write(`0.0.1750622473-g45ccee ${o}
122521
+ ) : xi.write(`0.0.1750636917-g45ccee ${o}
122522
122522
  `), process.exit(0);
122523
122523
  }), e.addHelpText(
122524
122524
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750622473-g45ccee",
3
+ "version": "0.0.1750636917-g45ccee",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {