@axlsdk/studio 0.13.6 → 0.13.8

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.
@@ -2,7 +2,7 @@ import {
2
2
  ConnectionManager,
3
3
  CostAggregator,
4
4
  createServer
5
- } from "../chunk-6MWSGTJ4.js";
5
+ } from "../chunk-YWRYXT7U.js";
6
6
  export {
7
7
  ConnectionManager,
8
8
  CostAggregator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axlsdk/studio",
3
- "version": "0.13.6",
3
+ "version": "0.13.8",
4
4
  "description": "Local development UI for debugging, testing, and iterating on Axl agents and workflows",
5
5
  "type": "module",
6
6
  "main": "./dist/server/index.cjs",
@@ -40,7 +40,7 @@
40
40
  "@hono/node-ws": "^1.1.0",
41
41
  "tsx": "^4.19.0",
42
42
  "ws": "^8.0.0",
43
- "@axlsdk/axl": "0.13.6"
43
+ "@axlsdk/axl": "0.13.8"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@tailwindcss/vite": "^4.1.0",
@@ -61,10 +61,10 @@
61
61
  "vite": "^6.0.0",
62
62
  "vitest": "^3.0.0",
63
63
  "zod": "^4.0.0",
64
- "@axlsdk/testing": "0.13.6"
64
+ "@axlsdk/testing": "0.13.8"
65
65
  },
66
66
  "peerDependencies": {
67
- "@axlsdk/eval": "0.13.6"
67
+ "@axlsdk/eval": "0.13.8"
68
68
  },
69
69
  "peerDependenciesMeta": {
70
70
  "@axlsdk/eval": {
@@ -98,7 +98,7 @@
98
98
  "build": "pnpm build:client && pnpm build:server",
99
99
  "build:server": "tsup",
100
100
  "build:client": "vite build",
101
- "dev": "concurrently \"vite\" \"tsx watch src/cli.ts -- --port 4400\"",
101
+ "dev": "concurrently --names vite,server --prefix-colors blue,green --kill-others-on-fail \"vite\" \"tsx watch src/cli.ts -- --port 4400\"",
102
102
  "typecheck": "tsc --noEmit",
103
103
  "test": "vitest run",
104
104
  "test:watch": "vitest watch",