|
1 | 1 | {
|
2 | 2 | "name": "p3x-angular-http-cache-interceptor",
|
3 |
| - "version": "2023.10.126", |
| 3 | + "version": "2023.10.129", |
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": "16.1.7" |
| 16 | + "angular": "16.1.8" |
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": "^16.1.7", |
56 |
| - "@angular/cdk": "^16.1.6", |
57 |
| - "@angular/common": "^16.1.7", |
58 |
| - "@angular/compiler": "^16.1.7", |
59 |
| - "@angular/core": "^16.1.7", |
60 |
| - "@angular/forms": "^16.1.7", |
61 |
| - "@angular/material": "^16.1.6", |
62 |
| - "@angular/platform-browser": "^16.1.7", |
63 |
| - "@angular/platform-browser-dynamic": "^16.1.7", |
64 |
| - "@angular/router": "^16.1.7", |
65 |
| - "@types/node": "^20.4.5", |
| 55 | + "@angular/animations": "^16.1.8", |
| 56 | + "@angular/cdk": "^16.1.7", |
| 57 | + "@angular/common": "^16.1.8", |
| 58 | + "@angular/compiler": "^16.1.8", |
| 59 | + "@angular/core": "^16.1.8", |
| 60 | + "@angular/forms": "^16.1.8", |
| 61 | + "@angular/material": "^16.1.7", |
| 62 | + "@angular/platform-browser": "^16.1.8", |
| 63 | + "@angular/platform-browser-dynamic": "^16.1.8", |
| 64 | + "@angular/router": "^16.1.8", |
| 65 | + "@types/node": "^20.4.9", |
66 | 66 | "hash": "^0.2.1",
|
67 | 67 | "highlight.js": "^11.8.0",
|
68 | 68 | "object": "^0.1.1",
|
|
76 | 76 | "p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@angular-devkit/build-angular": "^16.1.6", |
80 |
| - "@angular/cli": "^16.1.6", |
81 |
| - "@angular/compiler-cli": "^16.1.7", |
82 |
| - "@angular/language-service": "^16.1.7", |
| 79 | + "@angular-devkit/build-angular": "^16.1.8", |
| 80 | + "@angular/cli": "^16.1.8", |
| 81 | + "@angular/compiler-cli": "^16.1.8", |
| 82 | + "@angular/language-service": "^16.1.8", |
83 | 83 | "@types/highlight.js": "^9.12.4",
|
84 | 84 | "@types/jasmine": "~4.3.5",
|
85 | 85 | "@types/jasminewd2": "~2.0.10",
|
86 |
| - "@typescript-eslint/eslint-plugin": "6.2.0", |
87 |
| - "@typescript-eslint/parser": "6.2.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "6.3.0", |
| 87 | + "@typescript-eslint/parser": "6.3.0", |
88 | 88 | "codelyzer": "^6.0.2",
|
89 |
| - "corifeus-builder": "^2023.10.132", |
| 89 | + "corifeus-builder": "^2023.10.135", |
90 | 90 | "eslint": "^8.46.0",
|
91 | 91 | "eslint-plugin-import": "2.28.0",
|
92 |
| - "eslint-plugin-jsdoc": "46.4.5", |
| 92 | + "eslint-plugin-jsdoc": "46.4.6", |
93 | 93 | "eslint-plugin-prefer-arrow": "1.2.3",
|
94 | 94 | "jasmine-core": "~5.1.0",
|
95 | 95 | "jasmine-spec-reporter": "~7.0.0",
|
|
0 commit comments