flow-debugger 1.0.1 → 1.0.2
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/package.json +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flow-debugger",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -62,6 +62,17 @@
|
|
|
62
62
|
"apm",
|
|
63
63
|
"observability"
|
|
64
64
|
],
|
|
65
|
+
"repository": {
|
|
66
|
+
"type": "git",
|
|
67
|
+
"url": "https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-.git"
|
|
68
|
+
},
|
|
69
|
+
"homepage": "https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-",
|
|
70
|
+
"bugs": {
|
|
71
|
+
"url": "https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-/issues"
|
|
72
|
+
},
|
|
73
|
+
"bin": {
|
|
74
|
+
"api-response-monitor": "bin/cli.js"
|
|
75
|
+
},
|
|
65
76
|
"author": "",
|
|
66
77
|
"license": "MIT",
|
|
67
78
|
"peerDependencies": {
|