archbyte 0.5.3 → 0.6.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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archbyte",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "ArchByte - See what agents build. As they build it.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,6 +11,7 @@
11
11
  "build": "npm run build:ts && npm run build:ui",
12
12
  "build:ts": "tsc",
13
13
  "build:ui": "cd ui && npm run build",
14
+ "build:playground": "cd playground && npm run build",
14
15
  "dev": "tsx cli/serve.ts",
15
16
  "dev:ui": "cd ui && npm run dev",
16
17
  "start": "node dist/cli/serve.js",