Skip to content

Commit 2ba9c10

Browse files
committed
r0b08x [chore] 1/27/2024, 8:55:39 AM
1 parent 3167716 commit 2ba9c10

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
@license p3x-angular-http-cache-interceptor v2023.10.135
2+
@license p3x-angular-http-cache-interceptor v2024.4.104
33

44
🔥 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
55

66
https://corifeus.com/angular-http-cache-interceptor
77

8-
Copyright (c) 2023 Patrik Laszlo / P3X / Corifeus and contributors.
8+
Copyright (c) 2024 Patrik Laszlo / P3X / Corifeus and contributors.
99

1010
MIT License
1111

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212

13-
# 🔥 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 v2023.10.135
13+
# 🔥 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 v2024.4.104
1414

1515

1616

@@ -24,7 +24,7 @@
2424
### Built on NodeJs version
2525

2626
```txt
27-
v20.5.1
27+
v20.11.0
2828
```
2929

3030

@@ -33,7 +33,7 @@ v20.5.1
3333
# Built on Angular
3434

3535
```text
36-
17.0.5
36+
17.1.1
3737
```
3838

3939

@@ -185,7 +185,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
185185

186186
---
187187

188-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2023.10.135
188+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.104
189189

190190
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
191191

README_Angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
4747

4848
---
4949

50-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2023.10.135
50+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.104
5151

5252
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
5353

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2023.10.135",
3+
"version": "2024.4.104",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v20.5.1",
10+
"nodejs": "v20.11.0",
1111
"opencollective": false,
1212
"reponame": "angular-http-cache-interceptor",
1313
"build": true,
1414
"cdn": true,
1515
"publish-location": "./dist/angular-http-cache-interceptor",
16-
"angular": "17.0.5"
16+
"angular": "17.1.1"
1717
},
1818
"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",
1919
"scripts": {
@@ -52,22 +52,22 @@
5252
},
5353
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
5454
"dependencies": {
55-
"@angular/animations": "^17.0.5",
56-
"@angular/cdk": "^17.0.2",
57-
"@angular/common": "^17.0.5",
58-
"@angular/compiler": "^17.0.5",
59-
"@angular/core": "^17.0.5",
60-
"@angular/forms": "^17.0.5",
61-
"@angular/material": "^17.0.2",
62-
"@angular/platform-browser": "^17.0.5",
63-
"@angular/platform-browser-dynamic": "^17.0.5",
64-
"@angular/router": "^17.0.5",
65-
"@types/node": "^20.10.3",
55+
"@angular/animations": "^17.1.1",
56+
"@angular/cdk": "^17.1.1",
57+
"@angular/common": "^17.1.1",
58+
"@angular/compiler": "^17.1.1",
59+
"@angular/core": "^17.1.1",
60+
"@angular/forms": "^17.1.1",
61+
"@angular/material": "^17.1.1",
62+
"@angular/platform-browser": "^17.1.1",
63+
"@angular/platform-browser-dynamic": "^17.1.1",
64+
"@angular/router": "^17.1.1",
65+
"@types/node": "^20.11.7",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.9.0",
6868
"object": "^0.1.1",
6969
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.32",
70+
"postcss": "^8.4.33",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
7373
"zone.js": "~0.14.2"
@@ -76,20 +76,20 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "^17.0.5",
80-
"@angular/cli": "^17.0.5",
81-
"@angular/compiler-cli": "^17.0.5",
82-
"@angular/language-service": "^17.0.5",
79+
"@angular-devkit/build-angular": "^17.1.1",
80+
"@angular/cli": "^17.1.1",
81+
"@angular/compiler-cli": "^17.1.1",
82+
"@angular/language-service": "^17.1.1",
8383
"@types/highlight.js": "^9.12.4",
8484
"@types/jasmine": "~5.1.4",
8585
"@types/jasminewd2": "~2.0.13",
86-
"@typescript-eslint/eslint-plugin": "6.13.2",
87-
"@typescript-eslint/parser": "6.13.2",
86+
"@typescript-eslint/eslint-plugin": "6.19.1",
87+
"@typescript-eslint/parser": "6.19.1",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2023.10.142",
90-
"eslint": "^8.55.0",
91-
"eslint-plugin-import": "2.29.0",
92-
"eslint-plugin-jsdoc": "46.9.0",
89+
"corifeus-builder": "^2024.4.103",
90+
"eslint": "^8.56.0",
91+
"eslint-plugin-import": "2.29.1",
92+
"eslint-plugin-jsdoc": "48.0.4",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
9494
"jasmine-core": "~5.1.1",
9595
"jasmine-spec-reporter": "~7.0.0",
@@ -100,7 +100,7 @@
100100
"karma-jasmine-html-reporter": "^2.1.0",
101101
"ng-packagr": "^17.0.2",
102102
"protractor": "~7.0.0",
103-
"ts-node": "~10.9.1",
103+
"ts-node": "~10.9.2",
104104
"typescript": "~5.2.2",
105105
"webpack-bundle-analyzer": "^4.10.1"
106106
},

0 commit comments

Comments
 (0)