Skip to content

Commit f13b7b5

Browse files
committed
r0b08x [chore] 1/5/2022, 9:33:03 PM
1 parent abd3891 commit f13b7b5

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

LICENSE

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

2-
@license p3x-angular-http-cache-interceptor v2021.10.161
2+
@license p3x-angular-http-cache-interceptor v2022.4.102
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) 2021 Patrik Laszlo / P3X / Corifeus and contributors.
8+
Copyright (c) 2022 Patrik Laszlo / P3X / Corifeus and contributors.
99

1010
MIT License
1111

README.md

+3-3
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.161
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 v2022.4.102
1515

1616

1717

@@ -34,7 +34,7 @@ v16.13.1
3434
# Built on Angular
3535

3636
```text
37-
13.1.0
37+
13.1.1
3838
```
3939

4040

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

187187
---
188188

189-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2021.10.161
189+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2022.4.102
190190

191191
[![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)
192192

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

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2021.10.161",
3+
"version": "2022.4.102",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
@@ -13,7 +13,7 @@
1313
"build": true,
1414
"cdn": true,
1515
"publish-location": "./dist/angular-http-cache-interceptor",
16-
"angular": "13.1.0"
16+
"angular": "13.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": "~13.1.0",
56-
"@angular/cdk": "^13.1.0",
57-
"@angular/common": "~13.1.0",
58-
"@angular/compiler": "~13.1.0",
59-
"@angular/core": "~13.1.0",
60-
"@angular/forms": "~13.1.0",
61-
"@angular/material": "^13.1.0",
62-
"@angular/platform-browser": "~13.1.0",
63-
"@angular/platform-browser-dynamic": "~13.1.0",
64-
"@angular/router": "~13.1.0",
65-
"@types/node": "^16.11.12",
55+
"@angular/animations": "~13.1.1",
56+
"@angular/cdk": "^13.1.1",
57+
"@angular/common": "~13.1.1",
58+
"@angular/compiler": "~13.1.1",
59+
"@angular/core": "~13.1.1",
60+
"@angular/forms": "~13.1.1",
61+
"@angular/material": "^13.1.1",
62+
"@angular/platform-browser": "~13.1.1",
63+
"@angular/platform-browser-dynamic": "~13.1.1",
64+
"@angular/router": "~13.1.1",
65+
"@types/node": "^17.0.8",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.3.1",
6868
"object": "^0.1.1",
6969
"object-hash": "^2.2.0",
70-
"postcss": "^8.4.4",
70+
"postcss": "^8.4.5",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
7373
"zone.js": "~0.11.4"
@@ -76,22 +76,22 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "~13.1.1",
80-
"@angular/cli": "~13.1.1",
81-
"@angular/compiler-cli": "~13.1.0",
82-
"@angular/language-service": "~13.1.0",
79+
"@angular-devkit/build-angular": "~13.1.2",
80+
"@angular/cli": "~13.1.2",
81+
"@angular/compiler-cli": "~13.1.1",
82+
"@angular/language-service": "~13.1.1",
8383
"@types/highlight.js": "^9.12.4",
84-
"@types/jasmine": "~3.10.2",
84+
"@types/jasmine": "~3.10.3",
8585
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "5.6.0",
87-
"@typescript-eslint/parser": "5.6.0",
86+
"@typescript-eslint/eslint-plugin": "5.9.0",
87+
"@typescript-eslint/parser": "5.9.0",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2021.10.206",
90-
"eslint": "^8.4.1",
91-
"eslint-plugin-import": "2.25.3",
92-
"eslint-plugin-jsdoc": "37.2.0",
89+
"corifeus-builder": "^2022.4.101",
90+
"eslint": "^8.6.0",
91+
"eslint-plugin-import": "2.25.4",
92+
"eslint-plugin-jsdoc": "37.5.1",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~3.10.1",
94+
"jasmine-core": "~4.0.0",
9595
"jasmine-spec-reporter": "~7.0.0",
9696
"karma": "~6.3.2",
9797
"karma-chrome-launcher": "~3.1.0",

0 commit comments

Comments
 (0)