|
6 | 6 | "ng": "ng",
|
7 | 7 | "start": "ng serve --project sample -o",
|
8 | 8 | "build": "ng build --prod --project lib && npm run copy:readme && npm run docs",
|
| 9 | + "build:jwks": "ng build angular-oauth2-oidc-jwks --ts-config tsconfig.npm.json", |
9 | 10 | "test": "ng test",
|
10 | 11 | "lint": "ng lint",
|
11 | 12 | "e2e": "ng e2e",
|
|
19 | 20 | },
|
20 | 21 | "private": true,
|
21 | 22 | "dependencies": {
|
22 |
| - "@angular/animations": "9.0.0", |
23 |
| - "@angular/common": "9.0.0", |
24 |
| - "@angular/compiler": "9.0.0", |
25 |
| - "@angular/core": "9.0.0", |
26 |
| - "@angular/elements": "9.0.0", |
27 |
| - "@angular/forms": "9.0.0", |
28 |
| - "@angular/platform-browser": "9.0.0", |
29 |
| - "@angular/platform-browser-dynamic": "9.0.0", |
30 |
| - "@angular/router": "9.0.0", |
| 23 | + "@angular/animations": "9.0.5", |
| 24 | + "@angular/common": "9.0.5", |
| 25 | + "@angular/compiler": "9.0.5", |
| 26 | + "@angular/core": "9.0.5", |
| 27 | + "@angular/elements": "9.0.5", |
| 28 | + "@angular/forms": "9.0.5", |
| 29 | + "@angular/platform-browser": "9.0.5", |
| 30 | + "@angular/platform-browser-dynamic": "9.0.5", |
| 31 | + "@angular/router": "9.0.5", |
31 | 32 | "@webcomponents/custom-elements": "^1.2.4",
|
| 33 | + "angular-oauth2-oidc": "^9.0.0", |
32 | 34 | "base64-js": "^1.3.0",
|
33 | 35 | "bootstrap": "^3.3.7",
|
34 | 36 | "jsrsasign": "^8.0.12",
|
35 | 37 | "rxjs": "6.5.4",
|
36 | 38 | "rxjs-compat": "^6.5.2",
|
37 | 39 | "text-encoder-lite": "^1.0.1",
|
38 | 40 | "tsickle": "^0.35.0",
|
39 |
| - "tslib": "^1.10.0", |
40 |
| - "zone.js": "^0.9.1" |
| 41 | + "tslib": "^1.11.1", |
| 42 | + "zone.js": "^0.10.2" |
41 | 43 | },
|
42 | 44 | "devDependencies": {
|
43 | 45 | "@angular-devkit/build-angular": "~0.900.1",
|
44 | 46 | "@angular-devkit/build-ng-packagr": "~0.900.1",
|
45 | 47 | "@angular/cli": "^9.0.1",
|
46 |
| - "@angular/compiler-cli": "9.0.0", |
47 |
| - "@angular/language-service": "9.0.0", |
| 48 | + "@angular/compiler-cli": "9.0.5", |
| 49 | + "@angular/language-service": "9.0.5", |
48 | 50 | "@compodoc/compodoc": "^1.1.11",
|
49 | 51 | "@types/jasmine": "~3.3.13",
|
50 | 52 | "@types/jasminewd2": "~2.0.6",
|
|
0 commit comments