lunel-cli 0.1.83 → 0.1.84

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.
@@ -310,7 +310,9 @@ export class OpenCodeProvider {
310
310
  console.warn("[sse] Dropped malformed event:", redactSensitive(JSON.stringify(parsed).substring(0, 200)));
311
311
  continue;
312
312
  }
313
- console.log("[sse]", base.type);
313
+ if (base.type !== "server.heartbeat") {
314
+ console.log("[sse]", base.type);
315
+ }
314
316
  this.trackPermissionEvent(base.type, base.properties || {});
315
317
  this.emitter?.({ type: base.type, properties: base.properties || {} });
316
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunel-cli",
3
- "version": "0.1.83",
3
+ "version": "0.1.84",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",