@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
package/src/dashboard/index.html
CHANGED
|
@@ -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>
|