@pranshulsoni/flowwatch 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.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pranshulsoni/flowwatch",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Embedded operations dashboard, workflow runner, feature flags, tracing, error capture, health checks, and AI diagnostics for Express backends.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- }
13
- },
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ }
13
+ },
14
14
  "files": [
15
15
  "dist"
16
16
  ],
@@ -53,11 +53,11 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@elastic/elasticsearch": "^8.19.1",
57
- "bullmq": "^5.78.1",
58
- "express": "^5.2.1",
59
- "ioredis": "^5.11.1",
60
- "pg": "^8.21.0",
61
- "zod": "^4.4.3"
62
- }
63
- }
56
+ "@elastic/elasticsearch": "^8.19.1",
57
+ "bullmq": "^5.78.1",
58
+ "express": "^5.2.1",
59
+ "ioredis": "^5.11.1",
60
+ "pg": "^8.21.0",
61
+ "zod": "^4.4.3"
62
+ }
63
+ }