Skip to content

Commit 168db00

Browse files
committed
r0b08x [chore] 3/27/2024, 6:57:54 PM
1 parent 5ecbc2d commit 168db00

File tree

5 files changed

+34
-40
lines changed

5 files changed

+34
-40
lines changed

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"<node_internals>/**"
1818
],
1919
"cwd": "${workspaceRoot}",
20-
"program": "/usr/bin/npm"
20+
"runtimeExecutable": "npm",
21+
"runtimeArgs": [
22+
"--preserve-symlinks"
23+
]
2124
}
2225
]
2326
}

LICENSE

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
@license p3x-angular-http-cache-interceptor v2024.4.114
3-
4-
🔥 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
5-
6-
https://corifeus.com/angular-http-cache-interceptor
7-
8-
Copyright (c) 2024 Patrik Laszlo / P3X / Corifeus and contributors.
9-
101
MIT License
112

123
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2516
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2617
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2718
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28-
SOFTWARE.
19+
SOFTWARE.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# 🔥 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.114
9+
# 🔥 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.117
1010

1111

1212

@@ -20,7 +20,7 @@
2020
### Built on NodeJs version
2121

2222
```txt
23-
v20.11.1
23+
v20.12.0
2424
```
2525

2626

@@ -29,7 +29,7 @@ v20.11.1
2929
# Built on Angular
3030

3131
```text
32-
17.2.4
32+
17.3.1
3333
```
3434

3535

@@ -181,9 +181,9 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
181181

182182
---
183183

184-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.114
184+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.117
185185

186-
[![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)
186+
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![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)
187187

188188

189189

README_Angular.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ 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 v2024.4.114
50+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.117
5151

52-
[![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)
52+
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![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

5454

5555

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2024.4.114",
3+
"version": "2024.4.117",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v20.11.1",
10+
"nodejs": "v20.12.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.2.4"
16+
"angular": "17.3.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.2.4",
56-
"@angular/cdk": "^17.2.2",
57-
"@angular/common": "^17.2.4",
58-
"@angular/compiler": "^17.2.4",
59-
"@angular/core": "^17.2.4",
60-
"@angular/forms": "^17.2.4",
61-
"@angular/material": "^17.2.2",
62-
"@angular/platform-browser": "^17.2.4",
63-
"@angular/platform-browser-dynamic": "^17.2.4",
64-
"@angular/router": "^17.2.4",
65-
"@types/node": "^20.11.25",
55+
"@angular/animations": "^17.3.1",
56+
"@angular/cdk": "^17.3.1",
57+
"@angular/common": "^17.3.1",
58+
"@angular/compiler": "^17.3.1",
59+
"@angular/core": "^17.3.1",
60+
"@angular/forms": "^17.3.1",
61+
"@angular/material": "^17.3.1",
62+
"@angular/platform-browser": "^17.3.1",
63+
"@angular/platform-browser-dynamic": "^17.3.1",
64+
"@angular/router": "^17.3.1",
65+
"@types/node": "^20.11.30",
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.35",
70+
"postcss": "^8.4.38",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
7373
"zone.js": "~0.14.2"
@@ -76,17 +76,17 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "^17.2.3",
80-
"@angular/cli": "^17.2.3",
81-
"@angular/compiler-cli": "^17.2.4",
82-
"@angular/language-service": "^17.2.4",
79+
"@angular-devkit/build-angular": "^17.3.2",
80+
"@angular/cli": "^17.3.2",
81+
"@angular/compiler-cli": "^17.3.1",
82+
"@angular/language-service": "^17.3.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": "7.1.1",
87-
"@typescript-eslint/parser": "7.1.1",
86+
"@typescript-eslint/eslint-plugin": "7.4.0",
87+
"@typescript-eslint/parser": "7.4.0",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2024.4.123",
89+
"corifeus-builder": "^2024.4.131",
9090
"eslint": "^8.57.0",
9191
"eslint-plugin-import": "2.29.1",
9292
"eslint-plugin-jsdoc": "48.2.1",

0 commit comments

Comments
 (0)