codeprobe-scanner 1.0.0 → 1.0.1

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.
@@ -88,4 +88,4 @@ if [ ! -f "$PACKAGE_ROOT/package.json" ]; then
88
88
  fi
89
89
 
90
90
  # Run CodeProbe CLI
91
- "$BUN_BIN" run "$PACKAGE_ROOT/src/cli/index.ts" scan "$@"
91
+ "$BUN_BIN" run "$PACKAGE_ROOT/src/cli-server.ts" "$@"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeprobe-scanner",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Automated vulnerability scanner with exploit verification and video evidence",
5
5
  "type": "module",
6
6
  "bin": {