File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-architects/ddd" ,
3- "version" : " 18.0.1 " ,
3+ "version" : " 18.1.0 " ,
44 "license" : " MIT" ,
55 "author" : " Manfred Steyer" ,
6- "description" : " Nx plugin for structuring a monorepo with domains and layers " ,
6+ "description" : " Nx plugin for structuring a monorepo with domain driven design " ,
77 "repository" : {
88 "type" : " github" ,
99 "url" : " https://github.com/angular-architects/nx-ddd-plugin"
1313 "npm" : " >=9" ,
1414 "yarn" : " ^1.22.17"
1515 },
16+ "optionalDependencies" : {
17+ "@ngrx/schematics" : " ^18.0.0"
18+ },
1619 "peerDependencies" : {
1720 "@angular/core" : " ^18.0.0" ,
18- "@ngrx/schematics" : " ^18.0.0" ,
19- "@nx/angular" : " >=19.1.0 <20.0.0"
21+ "@nx/angular" : " >=20.0.0"
2022 },
2123 "main" : " src/index.js" ,
2224 "schematics" : " ./collection.json" ,
Original file line number Diff line number Diff line change 77 "start" : " nx serve" ,
88 "build" : " nx build" ,
99 "test" : " nx test" ,
10+ "reset" : " rm -rf node_modules && rm package-lock.json && npm i" ,
1011 "build-pack" : " nx b ddd && npm pack dist/libs/ddd"
1112 },
1213 "private" : true ,
You can’t perform that action at this time.
0 commit comments