@yalehwang/archguard 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -421,7 +421,7 @@ Valid .mmd
421
421
 
422
422
  ### Prerequisites
423
423
 
424
- - Node.js 18.x, 20.x, or 22.x LTS (Node.js 25+ not yet supported due to `tree-sitter` native addon compatibility)
424
+ - Node.js >= 18.0.0
425
425
  - npm or yarn
426
426
 
427
427
  Optional, for enhanced features:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yalehwang/archguard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "Automated architecture documentation generation tool with AI-powered Mermaid diagrams",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "migrate": "node dist/scripts/migrate-to-mermaid.js"
43
43
  },
44
44
  "engines": {
45
- "node": ">=18.0.0 <25"
45
+ "node": ">=18.0.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "@anthropic-ai/sdk": "^0.20.0",