Skip to content

Commit b6ef483

Browse files
committed
feature: update for nx13 and angular 13
1 parent b4c11ef commit b6ef483

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

libs/ddd/collection.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"schematics": {
66
"ng-add": {
77
"factory": "./libs/ddd/src/schematics/ng-add/index",
8-
"description": "adds initial access restrictions to linting rules"
8+
"description": "adds initial access restrictions to linting rules",
9+
"aliases": ["init"],
10+
"schema": "./libs/ddd/src/schematics/ng-add/schema.json"
911
},
1012
"domain": {
1113
"factory": "./libs/ddd/src/schematics/domain/index",

libs/ddd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ddd",
3-
"version": "1.4.0",
3+
"version": "1.5.1",
44
"license": "MIT",
55
"author": "Manfred Steyer",
66
"description": "Nx plugin for structuring a monorepo with domains and layers",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "http://json-schema.org/schema",
3+
"$id": "feature-options",
4+
"type": "object",
5+
"properties": {
6+
}
7+
}

0 commit comments

Comments
 (0)