@mandible-ai/mandible 0.3.1 → 0.3.2

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mandible-ai/mandible",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Universal stigmergy framework for autonomous agent coordination — like ant colonies using pheromone trails",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -68,7 +68,7 @@
68
68
  "url": "git+https://github.com/mandible-ai/mandible.git"
69
69
  },
70
70
  "scripts": {
71
- "build": "tsc",
71
+ "build": "tsc && cp src/cli/dashboard.html dist/src/cli/dashboard.html",
72
72
  "dev": "tsx watch examples/code-pipeline/index.ts",
73
73
  "demo": "tsx examples/code-pipeline/index.ts",
74
74
  "test": "vitest",