domain-driver 0.3.0 → 0.3.1

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
@@ -239,7 +239,7 @@ Every layer command now takes a single `<feature>/<Name>` target instead of sepa
239
239
 
240
240
  ## Requirements
241
241
 
242
- - Node.js 18+
242
+ - Node.js 20+
243
243
 
244
244
  ---
245
245
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domain-driver",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CLI scaffolding tool for domain-driven feature folders in Next.js, React, Node, and NestJS projects, with per-action files, bespoke actions, and agent guidance",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -35,7 +35,7 @@
35
35
  "author": "Isaac Hatilima",
36
36
  "license": "MIT",
37
37
  "engines": {
38
- "node": ">=18"
38
+ "node": ">=20"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^25.4.0",