proofscan 0.10.46 → 0.10.47

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.
@@ -2253,10 +2253,10 @@ function getConnectorReportScript() {
2253
2253
  // 2-column layout: Summary (left) + Raw JSON (right)
2254
2254
  rightPane.innerHTML =
2255
2255
  '<div class="rpc-inspector">' +
2256
- '<div class="rpc-inspector-summary" style="flex: 0 0 280px; max-width: 320px;">' +
2256
+ '<div class="rpc-inspector-summary">' +
2257
2257
  '<div class="summary-container">' + summaryHtml + '</div>' +
2258
2258
  '</div>' +
2259
- '<div class="rpc-inspector-raw" style="flex: 1; min-width: 0;">' +
2259
+ '<div class="rpc-inspector-raw">' +
2260
2260
  '<div class="rpc-raw-header">' +
2261
2261
  '<span class="rpc-raw-title">Payload</span>' +
2262
2262
  '</div>' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proofscan",
3
- "version": "0.10.46",
3
+ "version": "0.10.47",
4
4
  "description": "MCP Server scanner - eliminate black boxes by capturing JSON-RPC from connection to tools/list",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",