mdan-cli 2.4.2 → 2.4.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/cli/mdan.js CHANGED
@@ -6,7 +6,7 @@ const { execSync } = require('child_process');
6
6
  const { intro, text, select, isCancel, cancel, outro, spinner } = require('@clack/prompts');
7
7
  const pc = require('picocolors');
8
8
 
9
- const VERSION = '2.4.2';
9
+ const VERSION = '2.4.3';
10
10
  const MDAN_DIR = path.resolve(__dirname, '..');
11
11
 
12
12
  // Colors
package/cli/mdan.py CHANGED
@@ -7,7 +7,7 @@ import shutil
7
7
  import json
8
8
  from pathlib import Path
9
9
 
10
- VERSION = "2.4.2"
10
+ VERSION = "2.4.3"
11
11
  MDAN_DIR = Path(__file__).parent.parent
12
12
 
13
13
  # Colors
package/cli/mdan.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # Multi-Agent Development Agentic Network
6
6
  # ============================================================
7
7
 
8
- VERSION="2.4.2"
8
+ VERSION="2.4.3"
9
9
  MDAN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
10
10
 
11
11
  # Colors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdan-cli",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Multi-Agent Development Agentic Network - A modern, adaptive, LLM-agnostic methodology for building software",
5
5
  "main": "cli/mdan.js",
6
6
  "bin": {