Skip to content

Commit d1f40a9

Browse files
committed
chore: release 17.0.4
1 parent 944ea3b commit d1f40a9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ testem.log
3838
.DS_Store
3939
Thumbs.db
4040

41+
# Angular & NX
4142
.angular
43+
.nx/cache

libs/ddd/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
22
"name": "@angular-architects/ddd",
3-
"version": "19.0.0",
3+
"version": "17.0.4",
44
"license": "MIT",
55
"author": "Manfred Steyer",
66
"description": "Nx plugin for structuring a monorepo with domains and layers",
77
"repository": {
88
"type": "github",
99
"url": "https://github.com/angular-architects/nx-ddd-plugin"
1010
},
11+
"engines": {
12+
"node": ">= 18",
13+
"npm": ">= 9",
14+
"yarn": "^1.22.17"
15+
},
1116
"dependencies": {
12-
"@ngrx/schematics": "^18.0.0"
17+
"@ngrx/schematics": "^17.0.0",
18+
"tslib": "^2.3.1"
1319
},
1420
"peerDependencies": {
15-
"@nx/angular": "^19.0.0"
21+
"@angular/core": "^17.0.0",
22+
"@nx/angular": ">=18.0.0 <19.8.0"
1623
},
1724
"main": "src/index.js",
1825
"schematics": "./collection.json",

0 commit comments

Comments
 (0)