lens-engine 0.1.2 → 0.1.3

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/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -4368,7 +4368,7 @@ async function logoutCommand() {
4368
4368
  }
4369
4369
 
4370
4370
  // packages/cli/src/index.ts
4371
- var program2 = new Command().name("lens").description("LENS \u2014 Local-first repo context engine").version("0.1.0");
4371
+ var program2 = new Command().name("lens").description("LENS \u2014 Local-first repo context engine").version("0.1.2");
4372
4372
  function trackCommand(name) {
4373
4373
  if (!isTelemetryEnabled()) return;
4374
4374
  const BASE_URL2 = process.env.LENS_HOST ?? "http://127.0.0.1:4111";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lens-engine",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "LENS — Local-first repo context engine for AI agents",
5
5
  "type": "module",
6
6
  "bin": {