foxref-remote 0.1.3 → 0.1.4

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/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -183,6 +183,7 @@ program
183
183
  console.log(` Built: ${res.built_at}`);
184
184
  console.log(` Age: ${res.index_age_hours.toFixed(1)}h`);
185
185
  console.log(` Server: ${process.env.FOXREF_SERVER || "https://foxref.lienly.com"}`);
186
+ console.log(` CLI: foxref-remote v${pkg.version}`);
186
187
  }
187
188
  catch (e) {
188
189
  handleError(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxref-remote",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Code intelligence CLI — search symbols, find references, analyze impact across the Lienly codebase",
5
5
  "bin": {
6
6
  "foxref-remote": "dist/cli.js"