Skip to content

Commit 7973aa1

Browse files
committed
r0b08x [chore] 11/17/2021, 5:27:37 PM
1 parent 009aee6 commit 7973aa1

File tree

4 files changed

+25
-29
lines changed

4 files changed

+25
-29
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.155
2+
@license p3x-angular-http-cache-interceptor v2021.10.158
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

+3-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@
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.155
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.158
1515

1616

1717

18-
# Warning on 2021 November 17
19-
All patrikx3.com, corifeus.com and sub-domains are offline.
20-
Will come back again on 2021 November 18.
21-
2218
**Bugs are evident™ - MATRIX️**
2319

2420

@@ -38,7 +34,7 @@ v16.13.0
3834
# Built on Angular
3935

4036
```text
41-
13.0.0
37+
13.0.1
4238
```
4339

4440

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

191187
---
192188

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

195191
[![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)
196192

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

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2021.10.155",
3+
"version": "2021.10.158",
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.0.0"
16+
"angular": "13.0.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,16 +52,16 @@
5252
},
5353
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
5454
"dependencies": {
55-
"@angular/animations": "~13.0.0",
56-
"@angular/cdk": "^13.0.0",
57-
"@angular/common": "~13.0.0",
58-
"@angular/compiler": "~13.0.0",
59-
"@angular/core": "~13.0.0",
60-
"@angular/forms": "~13.0.0",
61-
"@angular/material": "^13.0.0",
62-
"@angular/platform-browser": "~13.0.0",
63-
"@angular/platform-browser-dynamic": "~13.0.0",
64-
"@angular/router": "~13.0.0",
55+
"@angular/animations": "~13.0.1",
56+
"@angular/cdk": "^13.0.1",
57+
"@angular/common": "~13.0.1",
58+
"@angular/compiler": "~13.0.1",
59+
"@angular/core": "~13.0.1",
60+
"@angular/forms": "~13.0.1",
61+
"@angular/material": "^13.0.1",
62+
"@angular/platform-browser": "~13.0.1",
63+
"@angular/platform-browser-dynamic": "~13.0.1",
64+
"@angular/router": "~13.0.1",
6565
"@types/node": "^16.11.7",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.3.1",
@@ -76,17 +76,17 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "~13.0.1",
80-
"@angular/cli": "~13.0.1",
81-
"@angular/compiler-cli": "~13.0.0",
82-
"@angular/language-service": "~13.0.0",
79+
"@angular-devkit/build-angular": "~13.0.2",
80+
"@angular/cli": "~13.0.2",
81+
"@angular/compiler-cli": "~13.0.1",
82+
"@angular/language-service": "~13.0.1",
8383
"@types/highlight.js": "^9.12.4",
8484
"@types/jasmine": "~3.10.2",
8585
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "5.3.1",
87-
"@typescript-eslint/parser": "5.3.1",
86+
"@typescript-eslint/eslint-plugin": "5.4.0",
87+
"@typescript-eslint/parser": "5.4.0",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2021.10.199",
89+
"corifeus-builder": "^2021.10.202",
9090
"eslint": "^8.2.0",
9191
"eslint-plugin-import": "2.25.3",
9292
"eslint-plugin-jsdoc": "37.0.3",
@@ -103,7 +103,7 @@
103103
"ts-node": "~10.4.0",
104104
"typescript": "~4.4.4",
105105
"webpack-bundle-analyzer": "^4.5.0",
106-
"webpack-sources": "^3.2.1"
106+
"webpack-sources": "^3.2.2"
107107
},
108108
"engines": {
109109
"node": ">=12.13.0"

0 commit comments

Comments
 (0)