Skip to content

Commit 7287673

Browse files
committed
r0b08x [chore] 6/1/2022, 11:19:26 AM
1 parent e003070 commit 7287673

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
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.115
2+
@license p3x-angular-http-cache-interceptor v2022.4.126
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.115
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.126
1515

1616

1717

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

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

3131

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

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

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2022.4.115",
3+
"version": "2022.4.126",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v16.14.0",
10+
"nodejs": "v16.15.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.4"
16+
"angular": "13.3.11"
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.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",
55+
"@angular/animations": "~13.3.11",
56+
"@angular/cdk": "^13.3.8",
57+
"@angular/common": "~13.3.11",
58+
"@angular/compiler": "~13.3.11",
59+
"@angular/core": "~13.3.11",
60+
"@angular/forms": "~13.3.11",
61+
"@angular/material": "^13.3.8",
62+
"@angular/platform-browser": "~13.3.11",
63+
"@angular/platform-browser-dynamic": "~13.3.11",
64+
"@angular/router": "~13.3.11",
65+
"@types/node": "^17.0.38",
6666
"hash": "^0.2.1",
67-
"highlight.js": "^11.4.0",
67+
"highlight.js": "^11.5.1",
6868
"object": "^0.1.1",
6969
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.7",
70+
"postcss": "^8.4.14",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
7373
"zone.js": "~0.11.4"
@@ -76,31 +76,31 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
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",
79+
"@angular-devkit/build-angular": "~13.3.7",
80+
"@angular/cli": "~13.3.7",
81+
"@angular/compiler-cli": "~13.3.11",
82+
"@angular/language-service": "~13.3.11",
8383
"@types/highlight.js": "^9.12.4",
84-
"@types/jasmine": "~3.10.3",
84+
"@types/jasmine": "~4.0.3",
8585
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "5.12.1",
87-
"@typescript-eslint/parser": "5.12.1",
86+
"@typescript-eslint/eslint-plugin": "5.27.0",
87+
"@typescript-eslint/parser": "5.27.0",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2022.4.115",
90-
"eslint": "^8.10.0",
91-
"eslint-plugin-import": "2.25.4",
92-
"eslint-plugin-jsdoc": "37.9.4",
89+
"corifeus-builder": "^2022.4.127",
90+
"eslint": "^8.16.0",
91+
"eslint-plugin-import": "2.26.0",
92+
"eslint-plugin-jsdoc": "39.3.2",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~4.0.1",
94+
"jasmine-core": "~4.1.1",
9595
"jasmine-spec-reporter": "~7.0.0",
9696
"karma": "~6.3.2",
97-
"karma-chrome-launcher": "~3.1.0",
97+
"karma-chrome-launcher": "~3.1.1",
9898
"karma-coverage-istanbul-reporter": "~3.0.3",
99-
"karma-jasmine": "~4.0.1",
100-
"karma-jasmine-html-reporter": "^1.7.0",
99+
"karma-jasmine": "~5.0.1",
100+
"karma-jasmine-html-reporter": "^2.0.0",
101101
"ng-packagr": "^13.0.3",
102102
"protractor": "~7.0.0",
103-
"ts-node": "~10.5.0",
103+
"ts-node": "~10.8.0",
104104
"typescript": "~4.4.4",
105105
"webpack-bundle-analyzer": "^4.5.0"
106106
},

0 commit comments

Comments
 (0)