|
12 | 12 | "pack-messaging": "ng build --project=@kephas/messaging", |
13 | 13 | "pack-commands": "ng build --project=@kephas/commands", |
14 | 14 | "pack-ui": "ng build --project=@kephas/ui", |
15 | | - "pack-all": "ng build --project=@kephas/core && ng build --project=@kephas/reflection && ng build --project=@kephas/messaging && ng build --project=@kephas/commands && ng build --project=@kephas/ui" |
| 15 | + "pack-ngx-core": "ng build --project=@kephas/ngx-core", |
| 16 | + "pack-all-fwk": "ng build --project=@kephas/core && ng build --project=@kephas/reflection && ng build --project=@kephas/messaging && ng build --project=@kephas/commands && ng build --project=@kephas/ui", |
| 17 | + "pack-all-ngx": "ng build --project=@kephas/ngx-core" |
16 | 18 | }, |
17 | 19 | "private": true, |
18 | 20 | "dependencies": { |
19 | | - "tslib": "^2.0.0" |
| 21 | + "tslib": "^2.3.0" |
20 | 22 | }, |
21 | 23 | "devDependencies": { |
22 | | - "@angular/animations": "~11.0.3", |
23 | | - "@angular/common": "~11.0.3", |
24 | | - "@angular/compiler": "~11.0.3", |
25 | | - "@angular/core": "~11.0.3", |
26 | | - "@angular/forms": "~11.0.3", |
27 | | - "@angular/platform-browser": "~11.0.3", |
28 | | - "@angular/platform-browser-dynamic": "~11.0.3", |
29 | | - "@angular/router": "~11.0.3", |
| 24 | + "@angular/animations": "~12.2.3", |
| 25 | + "@angular/common": "~12.2.3", |
| 26 | + "@angular/compiler": "~12.2.3", |
| 27 | + "@angular/core": "~12.2.3", |
| 28 | + "@angular/forms": "~12.2.3", |
| 29 | + "@angular/platform-browser": "~12.2.3", |
| 30 | + "@angular/platform-browser-dynamic": "~12.2.3", |
| 31 | + "@angular/router": "~12.2.3", |
30 | 32 | "@angular-devkit/build-angular": "~12.2.3", |
31 | 33 | "@angular/cli": "~12.2.3", |
32 | 34 | "@angular/compiler-cli": "~12.2.3", |
|
0 commit comments