proofscan 0.3.6 → 0.3.9

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -58,7 +58,7 @@ Examples:
58
58
  program
59
59
  .name('pfscan')
60
60
  .description('MCP Server scanner - eliminate black boxes by capturing JSON-RPC')
61
- .version('0.3.6')
61
+ .version('0.3.9')
62
62
  .option('-c, --config <path>', 'Path to config file')
63
63
  .option('--json', 'Output in JSON format')
64
64
  .option('-v, --verbose', 'Verbose output')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proofscan",
3
- "version": "0.3.6",
3
+ "version": "0.3.9",
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",