proofscan 0.3.3 → 0.3.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/dist/cli.js +1 -1
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024
3
+ Copyright (c) 2025 proofofprotocol
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.3')
61
+ .version('0.3.6')
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.3",
3
+ "version": "0.3.6",
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",