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.
- package/cli.js +1 -1
- 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.
|
|
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";
|