flow-debugger 1.7.0 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ Traces requests step-by-step, measures timing, classifies errors, detects root c
6
6
 
7
7
 
8
8
 
9
- ![Flow Debugger Dashboard](./FLOWDEBUGER.png)
9
+ ![Flow Debugger Dashboard](flowdebuger.png)
10
10
  ---
11
11
  ![PROJECT Debugger Dashboard](./FLOWDUBGERDASH.png)
12
12
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flow-debugger",
3
- "version": "1.7.0",
3
+ "version": "1.9.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",
@@ -64,7 +64,7 @@
64
64
  ],
65
65
  "repository": {
66
66
  "type": "git",
67
- "url": "https://github.com/sannuk79/debugerpackages.git"
67
+ "url": "https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-"
68
68
  },
69
69
  "homepage": "https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-",
70
70
  "bugs": {