agentflow-dashboard 0.1.4 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentflow-dashboard",
3
- "version": "0.1.4",
3
+ "version": "0.3.0",
4
4
  "description": "Real-time monitoring dashboard for AgentFlow - Visualize agent execution graphs and performance",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,16 +21,16 @@
21
21
  "public"
22
22
  ],
23
23
  "scripts": {
24
- "build": "tsup src/index.ts --format esm,cjs --clean && npm run build:public",
24
+ "build": "tsup src/index.ts src/cli.ts --format esm,cjs --clean && npm run build:public",
25
25
  "build:public": "cp -r public dist/",
26
26
  "dev": "tsx src/server.ts",
27
27
  "start": "node dist/server.js"
28
28
  },
29
29
  "dependencies": {
30
- "agentflow-core": "^0.1.4",
30
+ "agentflow-core": "^0.6.3",
31
+ "chokidar": "^3.5.3",
31
32
  "express": "^4.18.2",
32
- "ws": "^8.16.0",
33
- "chokidar": "^3.5.3"
33
+ "ws": "^8.16.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/express": "^4.17.21",