@sourcegraph/amp 0.0.1750076738-geee7e1 → 0.0.1750078173-gb5d825
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.
- package/dist/amp.js +6 -6
- package/package.json +1 -1
package/dist/amp.js
CHANGED
@@ -110261,7 +110261,7 @@ const Y8e = {
|
|
110261
110261
|
description: "Whether to enable the experimental run_javascript tool"
|
110262
110262
|
},
|
110263
110263
|
"lsp.enabled": {
|
110264
|
-
value: !
|
110264
|
+
value: !1,
|
110265
110265
|
visible: !1,
|
110266
110266
|
description: "Enable LSP-based diagnostics"
|
110267
110267
|
}
|
@@ -119143,7 +119143,7 @@ async function Pyr({
|
|
119143
119143
|
}
|
119144
119144
|
async function Fyr(t) {
|
119145
119145
|
try {
|
119146
|
-
const e = await Nyr("0.0.
|
119146
|
+
const e = await Nyr("0.0.1750078173-gb5d825");
|
119147
119147
|
e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
|
119148
119148
|
try {
|
119149
119149
|
await Myr(e.latestVersion), t.next({
|
@@ -121054,7 +121054,7 @@ async function Dm(t, e) {
|
|
121054
121054
|
L3({
|
121055
121055
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
121056
121056
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
121057
|
-
}), Tpt("0.0.
|
121057
|
+
}), Tpt("0.0.1750078173-gb5d825");
|
121058
121058
|
const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
121059
121059
|
Ge.info("Using settings file", { settingsFile: r });
|
121060
121060
|
const n = Q5(), i = f8e({ settingsFile: r }), a = process.env.AMP_API_KEY;
|
@@ -121166,11 +121166,11 @@ function lvr(t) {
|
|
121166
121166
|
const o = s.originalError ?? s;
|
121167
121167
|
p0(t, o);
|
121168
121168
|
}), e.option("-V, --version", "output the version number", () => {
|
121169
|
-
const o = "(released 2025-06-16T12:
|
121169
|
+
const o = "(released 2025-06-16T12:58:10.875Z)";
|
121170
121170
|
t.isTTY ? Ni.write(
|
121171
|
-
`0.0.
|
121171
|
+
`0.0.1750078173-gb5d825 ${t.printer.print(o, { foreground: "gray" })}
|
121172
121172
|
`
|
121173
|
-
) : Ni.write(`0.0.
|
121173
|
+
) : Ni.write(`0.0.1750078173-gb5d825 ${o}
|
121174
121174
|
`), process.exit(0);
|
121175
121175
|
}), e.addHelpText(
|
121176
121176
|
"after",
|
package/package.json
CHANGED