@sourcegraph/amp 0.0.1749945757-g52da15 → 0.0.1749960449-gc74a77

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
@@ -113489,7 +113489,7 @@ async function hhr({
113489
113489
  }
113490
113490
  async function phr(t) {
113491
113491
  try {
113492
- const e = await ohr("0.0.1749945757-g52da15");
113492
+ const e = await ohr("0.0.1749960449-gc74a77");
113493
113493
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
113494
113494
  try {
113495
113495
  await dhr(e.latestVersion), t.next({
@@ -115414,7 +115414,7 @@ async function C0(t, e) {
115414
115414
  TR({
115415
115415
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
115416
115416
  logFile: e.logFile || process.env.AMP_LOG_FILE
115417
- }), tpt("0.0.1749945757-g52da15");
115417
+ }), tpt("0.0.1749960449-gc74a77");
115418
115418
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
115419
115419
  Qe.info("Using settings file", { settingsFile: r });
115420
115420
  const n = $5(), i = XLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -115525,11 +115525,11 @@ function Bhr(t) {
115525
115525
  const o = s.originalError ?? s;
115526
115526
  um(t, o);
115527
115527
  }), e.option("-V, --version", "output the version number", () => {
115528
- const o = "(released 2025-06-15T00:11:37.244Z)";
115528
+ const o = "(released 2025-06-15T04:16:09.860Z)";
115529
115529
  t.isTTY ? Ni.write(
115530
- `0.0.1749945757-g52da15 ${t.printer.print(o, { foreground: "gray" })}
115530
+ `0.0.1749960449-gc74a77 ${t.printer.print(o, { foreground: "gray" })}
115531
115531
  `
115532
- ) : Ni.write(`0.0.1749945757-g52da15 ${o}
115532
+ ) : Ni.write(`0.0.1749960449-gc74a77 ${o}
115533
115533
  `), process.exit(0);
115534
115534
  }), e.addHelpText(
115535
115535
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1749945757-g52da15",
3
+ "version": "0.0.1749960449-gc74a77",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {