|
1 | 1 | {
|
2 | 2 | "name": "p3x-angular-http-cache-interceptor",
|
3 |
| - "version": "2021.10.155", |
| 3 | + "version": "2021.10.158", |
4 | 4 | "corifeus": {
|
5 | 5 | "icon": "fas fa-fire",
|
6 | 6 | "prefix": "p3x-",
|
|
13 | 13 | "build": true,
|
14 | 14 | "cdn": true,
|
15 | 15 | "publish-location": "./dist/angular-http-cache-interceptor",
|
16 |
| - "angular": "13.0.0" |
| 16 | + "angular": "13.0.1" |
17 | 17 | },
|
18 | 18 | "description": "🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request",
|
19 | 19 | "scripts": {
|
|
52 | 52 | },
|
53 | 53 | "homepage": "https://corifeus.com/angular-http-cache-interceptor",
|
54 | 54 | "dependencies": {
|
55 |
| - "@angular/animations": "~13.0.0", |
56 |
| - "@angular/cdk": "^13.0.0", |
57 |
| - "@angular/common": "~13.0.0", |
58 |
| - "@angular/compiler": "~13.0.0", |
59 |
| - "@angular/core": "~13.0.0", |
60 |
| - "@angular/forms": "~13.0.0", |
61 |
| - "@angular/material": "^13.0.0", |
62 |
| - "@angular/platform-browser": "~13.0.0", |
63 |
| - "@angular/platform-browser-dynamic": "~13.0.0", |
64 |
| - "@angular/router": "~13.0.0", |
| 55 | + "@angular/animations": "~13.0.1", |
| 56 | + "@angular/cdk": "^13.0.1", |
| 57 | + "@angular/common": "~13.0.1", |
| 58 | + "@angular/compiler": "~13.0.1", |
| 59 | + "@angular/core": "~13.0.1", |
| 60 | + "@angular/forms": "~13.0.1", |
| 61 | + "@angular/material": "^13.0.1", |
| 62 | + "@angular/platform-browser": "~13.0.1", |
| 63 | + "@angular/platform-browser-dynamic": "~13.0.1", |
| 64 | + "@angular/router": "~13.0.1", |
65 | 65 | "@types/node": "^16.11.7",
|
66 | 66 | "hash": "^0.2.1",
|
67 | 67 | "highlight.js": "^11.3.1",
|
|
76 | 76 | "p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@angular-devkit/build-angular": "~13.0.1", |
80 |
| - "@angular/cli": "~13.0.1", |
81 |
| - "@angular/compiler-cli": "~13.0.0", |
82 |
| - "@angular/language-service": "~13.0.0", |
| 79 | + "@angular-devkit/build-angular": "~13.0.2", |
| 80 | + "@angular/cli": "~13.0.2", |
| 81 | + "@angular/compiler-cli": "~13.0.1", |
| 82 | + "@angular/language-service": "~13.0.1", |
83 | 83 | "@types/highlight.js": "^9.12.4",
|
84 | 84 | "@types/jasmine": "~3.10.2",
|
85 | 85 | "@types/jasminewd2": "~2.0.10",
|
86 |
| - "@typescript-eslint/eslint-plugin": "5.3.1", |
87 |
| - "@typescript-eslint/parser": "5.3.1", |
| 86 | + "@typescript-eslint/eslint-plugin": "5.4.0", |
| 87 | + "@typescript-eslint/parser": "5.4.0", |
88 | 88 | "codelyzer": "^6.0.2",
|
89 |
| - "corifeus-builder": "^2021.10.199", |
| 89 | + "corifeus-builder": "^2021.10.202", |
90 | 90 | "eslint": "^8.2.0",
|
91 | 91 | "eslint-plugin-import": "2.25.3",
|
92 | 92 | "eslint-plugin-jsdoc": "37.0.3",
|
|
103 | 103 | "ts-node": "~10.4.0",
|
104 | 104 | "typescript": "~4.4.4",
|
105 | 105 | "webpack-bundle-analyzer": "^4.5.0",
|
106 |
| - "webpack-sources": "^3.2.1" |
| 106 | + "webpack-sources": "^3.2.2" |
107 | 107 | },
|
108 | 108 | "engines": {
|
109 | 109 | "node": ">=12.13.0"
|
|
0 commit comments