@saptools/cf-inspector 0.3.11 → 0.3.12

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/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,13 +69,6 @@ This command internally calls `@saptools/cf-debugger` to open the SSH tunnel, ru
69
69
  Set one or more breakpoints, wait for any of them to hit, capture frame metadata and requested expressions, auto-resume, exit.
70
70
 
71
71
  ```bash
72
- # Simple snapshot
73
- cf-inspector snapshot \
74
- --port 9229 \
75
- --bp src/handler.ts:42 \
76
- --capture 'this.user, req.body' \
77
- --timeout 30
78
-
79
72
  # Conditional snapshot — only pauses for the user we care about
80
73
  cf-inspector snapshot --port 9229 \
81
74
  --bp src/handler.ts:42 \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saptools/cf-inspector",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Set breakpoints, capture variable snapshots, and evaluate expressions on a SAP BTP Cloud Foundry Node.js app via the Chrome DevTools Protocol — agent-friendly, no IDE required.",
5
5
  "type": "module",
6
6
  "publishConfig": {