Skip to content

Commit d095eb6

Browse files
committed
r0b08x [chore] 8/9/2023, 2:30:31 PM
1 parent 2143562 commit d095eb6

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
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 v2023.10.126
2+
@license p3x-angular-http-cache-interceptor v2023.10.129
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-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 v2023.10.126
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 v2023.10.129
1515

1616

1717

@@ -34,7 +34,7 @@ v20.5.0
3434
# Built on Angular
3535

3636
```text
37-
16.1.7
37+
16.1.8
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 v2023.10.126
189+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2023.10.129
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

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

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2023.10.126",
3+
"version": "2023.10.129",
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": "16.1.7"
16+
"angular": "16.1.8"
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,17 +52,17 @@
5252
},
5353
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
5454
"dependencies": {
55-
"@angular/animations": "^16.1.7",
56-
"@angular/cdk": "^16.1.6",
57-
"@angular/common": "^16.1.7",
58-
"@angular/compiler": "^16.1.7",
59-
"@angular/core": "^16.1.7",
60-
"@angular/forms": "^16.1.7",
61-
"@angular/material": "^16.1.6",
62-
"@angular/platform-browser": "^16.1.7",
63-
"@angular/platform-browser-dynamic": "^16.1.7",
64-
"@angular/router": "^16.1.7",
65-
"@types/node": "^20.4.5",
55+
"@angular/animations": "^16.1.8",
56+
"@angular/cdk": "^16.1.7",
57+
"@angular/common": "^16.1.8",
58+
"@angular/compiler": "^16.1.8",
59+
"@angular/core": "^16.1.8",
60+
"@angular/forms": "^16.1.8",
61+
"@angular/material": "^16.1.7",
62+
"@angular/platform-browser": "^16.1.8",
63+
"@angular/platform-browser-dynamic": "^16.1.8",
64+
"@angular/router": "^16.1.8",
65+
"@types/node": "^20.4.9",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.8.0",
6868
"object": "^0.1.1",
@@ -76,20 +76,20 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "^16.1.6",
80-
"@angular/cli": "^16.1.6",
81-
"@angular/compiler-cli": "^16.1.7",
82-
"@angular/language-service": "^16.1.7",
79+
"@angular-devkit/build-angular": "^16.1.8",
80+
"@angular/cli": "^16.1.8",
81+
"@angular/compiler-cli": "^16.1.8",
82+
"@angular/language-service": "^16.1.8",
8383
"@types/highlight.js": "^9.12.4",
8484
"@types/jasmine": "~4.3.5",
8585
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "6.2.0",
87-
"@typescript-eslint/parser": "6.2.0",
86+
"@typescript-eslint/eslint-plugin": "6.3.0",
87+
"@typescript-eslint/parser": "6.3.0",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2023.10.132",
89+
"corifeus-builder": "^2023.10.135",
9090
"eslint": "^8.46.0",
9191
"eslint-plugin-import": "2.28.0",
92-
"eslint-plugin-jsdoc": "46.4.5",
92+
"eslint-plugin-jsdoc": "46.4.6",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
9494
"jasmine-core": "~5.1.0",
9595
"jasmine-spec-reporter": "~7.0.0",

0 commit comments

Comments
 (0)