Skip to content

Commit 009aee6

Browse files
committed
r0b08x [chore] 11/10/2021, 2:08:25 PM
1 parent 79eb30e commit 009aee6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@license p3x-angular-http-cache-interceptor v2021.10.152
2+
@license p3x-angular-http-cache-interceptor v2021.10.155
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

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
# 🔥 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 v2021.10.152
14+
# 🔥 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 v2021.10.155
1515

1616

1717

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

191191
---
192192

193-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2021.10.152
193+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2021.10.155
194194

195195
[![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)
196196

Diff for: README_Angular.md

+1-1
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 v2021.10.152
50+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2021.10.155
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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2021.10.152",
3+
"version": "2021.10.155",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
@@ -86,7 +86,7 @@
8686
"@typescript-eslint/eslint-plugin": "5.3.1",
8787
"@typescript-eslint/parser": "5.3.1",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2021.10.196",
89+
"corifeus-builder": "^2021.10.199",
9090
"eslint": "^8.2.0",
9191
"eslint-plugin-import": "2.25.3",
9292
"eslint-plugin-jsdoc": "37.0.3",

0 commit comments

Comments
 (0)