@sourcegraph/amp 0.0.1751094514-g2ba7d4 → 0.0.1751095715-g35b2a2

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/main.js +6 -6
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -109595,7 +109595,7 @@ async function nlr({
109595
109595
  }
109596
109596
  async function alr(t) {
109597
109597
  try {
109598
- const e = await Jor("0.0.1751094514-g2ba7d4");
109598
+ const e = await Jor("0.0.1751095715-g35b2a2");
109599
109599
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
109600
109600
  try {
109601
109601
  await rlr(e.latestVersion), t.next({
@@ -109624,7 +109624,7 @@ const k3 = {
109624
109624
 
109625
109625
  # ensure AMP is set, pointing to the default installation name
109626
109626
  # this mainly exists to aid development by setting AMP to something
109627
- # like 'node cli/dist/amp.js'
109627
+ # like 'node cli/dist/main.js'
109628
109628
  if-shell '[[ -z "$AMP" ]]' {
109629
109629
  setenv -g AMP amp
109630
109630
  }
@@ -114164,7 +114164,7 @@ async function cf(t, e) {
114164
114164
  FA({
114165
114165
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
114166
114166
  logFile: e.logFile || process.env.AMP_LOG_FILE
114167
- }), Nrt("0.0.1751094514-g2ba7d4");
114167
+ }), Nrt("0.0.1751095715-g35b2a2");
114168
114168
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
114169
114169
  Be.info("Using settings file", { settingsFile: r });
114170
114170
  const n = wC(), a = j7e({ settingsFile: r }), i = process.env.AMP_API_KEY;
@@ -114279,11 +114279,11 @@ function pcr(t) {
114279
114279
  const o = s.originalError ?? s;
114280
114280
  hd(t, o);
114281
114281
  }), e.option("-V, --version", "output the version number", () => {
114282
- const o = "(released 2025-06-28T07:17:39.295Z)";
114282
+ const o = "(released 2025-06-28T07:36:46.560Z)";
114283
114283
  t.isTTY ? ua.write(
114284
- `0.0.1751094514-g2ba7d4 ${t.printer.print(o, { foreground: "gray" })}
114284
+ `0.0.1751095715-g35b2a2 ${t.printer.print(o, { foreground: "gray" })}
114285
114285
  `
114286
- ) : ua.write(`0.0.1751094514-g2ba7d4 ${o}
114286
+ ) : ua.write(`0.0.1751095715-g35b2a2 ${o}
114287
114287
  `), process.exit(0);
114288
114288
  }), e.addHelpText(
114289
114289
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1751094514-g2ba7d4",
3
+ "version": "0.0.1751095715-g35b2a2",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {