@defai.digital/ax-cli 3.15.16 → 3.15.17

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/README.md CHANGED
@@ -50,7 +50,7 @@ ax-cli
50
50
  - [Security](#security)
51
51
  - [Architecture](#architecture)
52
52
  - [Changelog](#changelog)
53
- - [Recent Changes (v3.15.16)](#recent-changes-v31516)
53
+ - [Recent Changes (v3.15.17)](#recent-changes-v31517)
54
54
  - [Documentation](#documentation)
55
55
 
56
56
  ---
@@ -442,7 +442,27 @@ Email: **security@defai.digital** (private disclosure)
442
442
 
443
443
  ---
444
444
 
445
- ## Recent Changes (v3.15.16)
445
+ ## Recent Changes (v3.15.17)
446
+
447
+ ### Node.js 24 Compatibility (Comprehensive Review)
448
+
449
+ This release ensures full Node.js 24 compatibility across all modules:
450
+
451
+ - **Updated `@ax-cli/schemas` package**: Engines updated from `>=20.0.0` to `>=24.0.0`
452
+ - **Updated `@types/node`** in schemas package to `^24.0.0`
453
+ - **Verified all native modules**: fsevents, rollup bindings all compatible with Node 24 ABI
454
+ - **Full test suite passing**: 2423 tests pass on Node 24.11.1
455
+
456
+ ### Node.js 24 Requirements Summary
457
+
458
+ | Component | Node Requirement |
459
+ |-----------|------------------|
460
+ | ax-cli (main) | `>=24.0.0` |
461
+ | @ax-cli/schemas | `>=24.0.0` |
462
+ | CI Workflows | Node 24.x |
463
+ | .nvmrc | 24 |
464
+
465
+ ## Previous Changes (v3.15.16)
446
466
 
447
467
  ### Runtime Health & DX Improvements (CTO/Bob suggestions)
448
468
 
@@ -458,8 +478,8 @@ Run `ax-cli doctor` to check for:
458
478
  - Node.js version compatibility
459
479
  - API configuration validity
460
480
  - MCP server status
461
- - **NEW**: Native module ABI compatibility
462
- - **NEW**: Directory permission issues
481
+ - Native module ABI compatibility
482
+ - Directory permission issues
463
483
 
464
484
  ## Previous Changes (v3.15.15)
465
485
 
@@ -40,7 +40,7 @@
40
40
  "zod": "^3.22.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^20.10.0",
43
+ "@types/node": "^24.0.0",
44
44
  "@typescript-eslint/eslint-plugin": "^6.13.0",
45
45
  "@typescript-eslint/parser": "^6.13.0",
46
46
  "@vitest/coverage-v8": "^4.0.14",
@@ -49,6 +49,6 @@
49
49
  "vitest": "^4.0.14"
50
50
  },
51
51
  "engines": {
52
- "node": ">=20.0.0"
52
+ "node": ">=24.0.0"
53
53
  }
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/ax-cli",
3
- "version": "3.15.16",
3
+ "version": "3.15.17",
4
4
  "sdkVersion": "1.3.0",
5
5
  "description": "Enterprise-Class AI Command Line Interface - Primary support for GLM (General Language Model) with multi-provider AI orchestration powered by AutomatosX.",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "zod": "^3.22.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^20.10.0",
43
+ "@types/node": "^24.0.0",
44
44
  "@typescript-eslint/eslint-plugin": "^6.13.0",
45
45
  "@typescript-eslint/parser": "^6.13.0",
46
46
  "@vitest/coverage-v8": "^4.0.14",
@@ -49,6 +49,6 @@
49
49
  "vitest": "^4.0.14"
50
50
  },
51
51
  "engines": {
52
- "node": ">=20.0.0"
52
+ "node": ">=24.0.0"
53
53
  }
54
54
  }