flow-debugger 1.6.0 → 1.7.0

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.
package/README.md CHANGED
@@ -4,11 +4,12 @@
4
4
 
5
5
  Traces requests step-by-step, measures timing, classifies errors, detects root causes, and provides endpoint analytics with a live dashboard.
6
6
 
7
- ---
8
7
 
9
- ![Flow Debugger Dashboard](./FLOWDEBUGER.png)
10
- ![PROJECT Debugger Dashboard](./assets/FLOWDUBGERDASH.png)
11
8
 
9
+ ![Flow Debugger Dashboard](./FLOWDEBUGER.png)
10
+ ---
11
+ ![PROJECT Debugger Dashboard](./FLOWDUBGERDASH.png)
12
+ ---
12
13
  ## 🚀 Easy 3-Line Setup (Beginner Friendly)
13
14
  Beginners can get a professional dashboard and request tracing with just **3 lines of code**:
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flow-debugger",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Production-safe flow-level debugging SDK. Traces requests, measures timing, classifies errors, detects root causes, and provides endpoint analytics with a live dashboard.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",