File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ testem.log
38
38
.DS_Store
39
39
Thumbs.db
40
40
41
+ # Angular & NX
41
42
.angular
43
+ .nx /cache
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/ddd" ,
3
- "version" : " 19 .0.0 " ,
3
+ "version" : " 17 .0.4 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Manfred Steyer" ,
6
6
"description" : " Nx plugin for structuring a monorepo with domains and layers" ,
7
7
"repository" : {
8
8
"type" : " github" ,
9
9
"url" : " https://github.com/angular-architects/nx-ddd-plugin"
10
10
},
11
+ "engines" : {
12
+ "node" : " >= 18" ,
13
+ "npm" : " >= 9" ,
14
+ "yarn" : " ^1.22.17"
15
+ },
11
16
"dependencies" : {
12
- "@ngrx/schematics" : " ^18.0.0"
17
+ "@ngrx/schematics" : " ^17.0.0" ,
18
+ "tslib" : " ^2.3.1"
13
19
},
14
20
"peerDependencies" : {
15
- "@nx/angular" : " ^19.0.0"
21
+ "@angular/core" : " ^17.0.0" ,
22
+ "@nx/angular" : " >=18.0.0 <19.8.0"
16
23
},
17
24
"main" : " src/index.js" ,
18
25
"schematics" : " ./collection.json" ,
You can’t perform that action at this time.
0 commit comments