agentflow-dashboard 0.3.1 → 0.4.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/dist/server.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DashboardServer
3
- } from "./chunk-EDHK4NJD.js";
3
+ } from "./chunk-25MUPUYY.js";
4
4
  export {
5
5
  DashboardServer
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentflow-dashboard",
3
- "version": "0.3.1",
3
+ "version": "0.4.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",
@@ -24,7 +24,17 @@
24
24
  "build": "tsup src/index.ts src/cli.ts src/server.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
- "start": "node dist/server.js"
27
+ "start": "node dist/server.js",
28
+ "test": "vitest run",
29
+ "test:watch": "vitest",
30
+ "test:coverage": "vitest run --coverage",
31
+ "test:unit": "vitest run tests/unit/",
32
+ "test:integration": "vitest run tests/integration/",
33
+ "test:performance": "vitest run tests/performance/ --testTimeout=120000",
34
+ "test:e2e": "playwright test",
35
+ "test:e2e:server": "tsx tests/e2e/test-server.ts",
36
+ "test:all": "npm run test:unit && npm run test:integration && npm run test:performance && npm run test:e2e",
37
+ "test:ci": "npm run test:unit && npm run test:integration"
28
38
  },
29
39
  "dependencies": {
30
40
  "agentflow-core": "^0.6.3",
@@ -33,10 +43,16 @@
33
43
  "ws": "^8.16.0"
34
44
  },
35
45
  "devDependencies": {
46
+ "@playwright/test": "^1.41.0",
36
47
  "@types/express": "^4.17.21",
37
48
  "@types/ws": "^8.5.10",
49
+ "@vitest/coverage-v8": "^3.0.0",
50
+ "get-port": "^7.0.0",
51
+ "supertest": "^7.0.0",
38
52
  "tsup": "^8.4.0",
39
- "tsx": "^4.19.0"
53
+ "tsx": "^4.19.0",
54
+ "vitest": "^3.0.0",
55
+ "ws": "^8.16.0"
40
56
  },
41
57
  "keywords": [
42
58
  "agentflow",
@@ -49,4 +65,4 @@
49
65
  "real-time"
50
66
  ],
51
67
  "license": "MIT"
52
- }
68
+ }
package/public/index.html CHANGED
@@ -1144,7 +1144,7 @@
1144
1144
  </head>
1145
1145
  <body>
1146
1146
  <header class="header">
1147
- <h1><span>AgentFlow</span> Dashboard <span style="font-size:0.6rem;color:var(--text-secondary);font-weight:400;margin-left:8px;">v0.2.3</span></h1>
1147
+ <h1><span>AgentFlow</span> Dashboard <span style="font-size:0.6rem;color:var(--text-secondary);font-weight:400;margin-left:8px;">v0.4.0</span></h1>
1148
1148
  <div class="header-right">
1149
1149
  <div class="connection-status">
1150
1150
  <span class="status-dot" id="connectionDot"></span>