|
1 | 1 | {
|
2 | 2 | "name": "p3x-angular-http-cache-interceptor",
|
3 |
| - "version": "2025.4.121", |
| 3 | + "version": "2025.4.124", |
4 | 4 | "corifeus": {
|
5 | 5 | "icon": "fas fa-fire",
|
6 | 6 | "prefix": "p3x-",
|
7 | 7 | "publish": true,
|
8 | 8 | "type": "p3x",
|
9 | 9 | "code": "Breeze",
|
10 |
| - "nodejs": "v22.13.0", |
| 10 | + "nodejs": "v22.13.1", |
11 | 11 | "opencollective": false,
|
12 | 12 | "reponame": "angular-http-cache-interceptor",
|
13 | 13 | "build": true,
|
14 | 14 | "cdn": true,
|
15 | 15 | "publish-location": "./dist/angular-http-cache-interceptor",
|
16 |
| - "angular": "19.1.1" |
| 16 | + "angular": "19.1.4" |
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": "^19.1.1", |
56 |
| - "@angular/cdk": "^19.1.0", |
57 |
| - "@angular/common": "^19.1.1", |
58 |
| - "@angular/compiler": "^19.1.1", |
59 |
| - "@angular/core": "^19.1.1", |
60 |
| - "@angular/forms": "^19.1.1", |
61 |
| - "@angular/material": "^19.1.0", |
62 |
| - "@angular/platform-browser": "^19.1.1", |
63 |
| - "@angular/platform-browser-dynamic": "^19.1.1", |
64 |
| - "@angular/router": "^19.1.1", |
65 |
| - "@types/node": "^22.10.7", |
| 55 | + "@angular/animations": "^19.1.4", |
| 56 | + "@angular/cdk": "^19.1.2", |
| 57 | + "@angular/common": "^19.1.4", |
| 58 | + "@angular/compiler": "^19.1.4", |
| 59 | + "@angular/core": "^19.1.4", |
| 60 | + "@angular/forms": "^19.1.4", |
| 61 | + "@angular/material": "^19.1.2", |
| 62 | + "@angular/platform-browser": "^19.1.4", |
| 63 | + "@angular/platform-browser-dynamic": "^19.1.4", |
| 64 | + "@angular/router": "^19.1.4", |
| 65 | + "@types/node": "^22.13.0", |
66 | 66 | "hash": "^0.2.1",
|
67 | 67 | "highlight.js": "^11.11.1",
|
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": "^19.1.2", |
80 |
| - "@angular/cli": "^19.1.2", |
81 |
| - "@angular/compiler-cli": "^19.1.1", |
82 |
| - "@angular/language-service": "^19.1.1", |
| 79 | + "@angular-devkit/build-angular": "^19.1.5", |
| 80 | + "@angular/cli": "^19.1.5", |
| 81 | + "@angular/compiler-cli": "^19.1.4", |
| 82 | + "@angular/language-service": "^19.1.4", |
83 | 83 | "@types/highlight.js": "^10.1.0",
|
84 |
| - "corifeus-builder": "^2025.4.128", |
| 84 | + "corifeus-builder": "^2025.4.135", |
85 | 85 | "ng-packagr": "^19.0.1",
|
86 | 86 | "ts-node": "~10.9.2",
|
87 | 87 | "typescript": "~5.6.3",
|
|
0 commit comments