claude-code-marketplace 0.5.5 → 0.5.6

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/package.json +1 -1
  2. package/public/app.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-marketplace",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Web UI for browsing and managing Claude Code marketplace plugins",
5
5
  "main": "server.js",
6
6
  "bin": {
package/public/app.js CHANGED
@@ -394,8 +394,8 @@ function renderPluginRow(p) {
394
394
  <span class="tree-icon">${icon}</span>
395
395
  <span class="tree-label">${esc(p.name)} ${ver} ${updateIndicator}</span>
396
396
  ${desc}
397
- ${scopes}
398
397
  ${summary}
398
+ ${scopes}
399
399
  </div>`;
400
400
 
401
401
  return html;