@delt/claude-alarm 0.6.6 → 0.6.7

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.
@@ -1453,7 +1453,6 @@
1453
1453
  <div class="perm-info">
1454
1454
  <div class="perm-header">
1455
1455
  <span class="perm-tool">${esc(r.toolName)}</span>
1456
- ${esc(r.description)}
1457
1456
  </div>
1458
1457
  ${previewText ? `<div class="perm-preview">${esc(previewText)}${truncLabel}</div>` : ''}
1459
1458
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1453,7 +1453,6 @@
1453
1453
  <div class="perm-info">
1454
1454
  <div class="perm-header">
1455
1455
  <span class="perm-tool">${esc(r.toolName)}</span>
1456
- ${esc(r.description)}
1457
1456
  </div>
1458
1457
  ${previewText ? `<div class="perm-preview">${esc(previewText)}${truncLabel}</div>` : ''}
1459
1458
  </div>