aiteam-x 0.11.2 → 0.12.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 (2) hide show
  1. package/package.json +1 -1
  2. package/scripts/cli.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiteam-x",
3
- "version": "0.11.2",
3
+ "version": "0.12.0",
4
4
  "description": "Pixel-art dashboard for orchestrating BMAD AI agents with Cursor ACP integration",
5
5
  "keywords": [
6
6
  "bmad",
package/scripts/cli.mjs CHANGED
@@ -136,7 +136,7 @@ async function main() {
136
136
  const absTarget = path.resolve(cwd, targetDir);
137
137
 
138
138
  console.log("\n" + C.bold(C.cyan("╔══════════════════════════════════════╗")));
139
- console.log(C.bold(C.cyan("║ AITEAM-X — Instalação v0.11.2 ║")));
139
+ console.log(C.bold(C.cyan("║ AITEAM-X — Instalação v0.12.0 ║")));
140
140
  console.log(C.bold(C.cyan("╚══════════════════════════════════════╝")) + "\n");
141
141
 
142
142
  const empty = isDirEmpty(absTarget);