File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " http://json-schema.org/schema" ,
3+ "$id" : " feature-options" ,
4+ "type" : " object" ,
5+ "properties" : {
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments