Skip to content

Commit 9786757

Browse files
committed
r0b08x [chore] 2/26/2022, 2:15:53 PM
1 parent 3745d1b commit 9786757

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
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 v2022.4.108
2+
@license p3x-angular-http-cache-interceptor v2022.4.111
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

+4-4
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 v2022.4.108
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.111
1515

1616

1717

@@ -25,7 +25,7 @@
2525
### Built on NodeJs version
2626

2727
```txt
28-
v16.13.2
28+
v16.14.0
2929
```
3030

3131

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

3636
```text
37-
13.2.1
37+
13.2.4
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 v2022.4.108
189+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2022.4.111
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 v2022.4.108
50+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2022.4.111
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

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2022.4.108",
3+
"version": "2022.4.111",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v16.13.2",
10+
"nodejs": "v16.14.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": "13.2.1"
16+
"angular": "13.2.4"
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.2.1",
56-
"@angular/cdk": "^13.2.1",
57-
"@angular/common": "~13.2.1",
58-
"@angular/compiler": "~13.2.1",
59-
"@angular/core": "~13.2.1",
60-
"@angular/forms": "~13.2.1",
61-
"@angular/material": "^13.2.1",
62-
"@angular/platform-browser": "~13.2.1",
63-
"@angular/platform-browser-dynamic": "~13.2.1",
64-
"@angular/router": "~13.2.1",
65-
"@types/node": "^17.0.15",
55+
"@angular/animations": "~13.2.4",
56+
"@angular/cdk": "^13.2.4",
57+
"@angular/common": "~13.2.4",
58+
"@angular/compiler": "~13.2.4",
59+
"@angular/core": "~13.2.4",
60+
"@angular/forms": "~13.2.4",
61+
"@angular/material": "^13.2.4",
62+
"@angular/platform-browser": "~13.2.4",
63+
"@angular/platform-browser-dynamic": "~13.2.4",
64+
"@angular/router": "~13.2.4",
65+
"@types/node": "^17.0.21",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.4.0",
6868
"object": "^0.1.1",
69-
"object-hash": "^2.2.0",
70-
"postcss": "^8.4.6",
69+
"object-hash": "^3.0.0",
70+
"postcss": "^8.4.7",
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.2.2",
80-
"@angular/cli": "~13.2.2",
81-
"@angular/compiler-cli": "~13.2.1",
82-
"@angular/language-service": "~13.2.1",
79+
"@angular-devkit/build-angular": "~13.2.5",
80+
"@angular/cli": "~13.2.5",
81+
"@angular/compiler-cli": "~13.2.4",
82+
"@angular/language-service": "~13.2.4",
8383
"@types/highlight.js": "^9.12.4",
8484
"@types/jasmine": "~3.10.3",
8585
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "5.10.2",
87-
"@typescript-eslint/parser": "5.10.2",
86+
"@typescript-eslint/eslint-plugin": "5.12.1",
87+
"@typescript-eslint/parser": "5.12.1",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2022.4.108",
90-
"eslint": "^8.8.0",
89+
"corifeus-builder": "^2022.4.111",
90+
"eslint": "^8.10.0",
9191
"eslint-plugin-import": "2.25.4",
92-
"eslint-plugin-jsdoc": "37.7.1",
92+
"eslint-plugin-jsdoc": "37.9.4",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~4.0.0",
94+
"jasmine-core": "~4.0.1",
9595
"jasmine-spec-reporter": "~7.0.0",
9696
"karma": "~6.3.2",
9797
"karma-chrome-launcher": "~3.1.0",
@@ -100,7 +100,7 @@
100100
"karma-jasmine-html-reporter": "^1.7.0",
101101
"ng-packagr": "^13.0.3",
102102
"protractor": "~7.0.0",
103-
"ts-node": "~10.4.0",
103+
"ts-node": "~10.5.0",
104104
"typescript": "~4.4.4",
105105
"webpack-bundle-analyzer": "^4.5.0"
106106
},

0 commit comments

Comments
 (0)