File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/ddd" ,
3
- "version" : " 18.0.1 " ,
3
+ "version" : " 18.1.0 " ,
4
4
"license" : " MIT" ,
5
5
"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 " ,
7
7
"repository" : {
8
8
"type" : " github" ,
9
9
"url" : " https://github.com/angular-architects/nx-ddd-plugin"
13
13
"npm" : " >=9" ,
14
14
"yarn" : " ^1.22.17"
15
15
},
16
+ "optionalDependencies" : {
17
+ "@ngrx/schematics" : " ^18.0.0"
18
+ },
16
19
"peerDependencies" : {
17
20
"@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"
20
22
},
21
23
"main" : " src/index.js" ,
22
24
"schematics" : " ./collection.json" ,
Original file line number Diff line number Diff line change 7
7
"start" : " nx serve" ,
8
8
"build" : " nx build" ,
9
9
"test" : " nx test" ,
10
+ "reset" : " rm -rf node_modules && rm package-lock.json && npm i" ,
10
11
"build-pack" : " nx b ddd && npm pack dist/libs/ddd"
11
12
},
12
13
"private" : true ,
You can’t perform that action at this time.
0 commit comments