@saga-ai/dashboard 4.2.2 → 4.2.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saga-ai/dashboard",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "Dashboard and session monitoring for SAGA - Structured Autonomous Goal Achievement",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"scripts": {
|
|
93
93
|
"build:cli": "esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.cjs --format=cjs --banner:js='#!/usr/bin/env node' --external:express --external:ws --external:chokidar --external:gray-matter --external:commander",
|
|
94
94
|
"build:client": "vite build --config src/client/vite.config.ts",
|
|
95
|
-
"build": "pnpm lint && concurrently -g \"pnpm build:cli\" \"pnpm build:client\"",
|
|
95
|
+
"build": "pnpm lint:fix && concurrently -g \"pnpm build:cli\" \"pnpm build:client\"",
|
|
96
96
|
"test": "pnpm build && vitest run && pnpm test:integration && pnpm test:e2e",
|
|
97
97
|
"test:watch": "vitest",
|
|
98
98
|
"test:integration": "playwright test --config src/client/playwright.config.ts",
|