Skip to content

Commit fe95aa8

Browse files
committed
r0b08x [chore] 2/16/2024, 12:27:19 PM
1 parent 2ba9c10 commit fe95aa8

File tree

5 files changed

+30
-33
lines changed

5 files changed

+30
-33
lines changed

Diff for: Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = (grunt) => {
99
loader.js({
1010
replacer: {
1111
type: 'p3x',
12-
npmio: true,
1312
},
1413
config: {
1514
htmlmin: {

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 v2024.4.104
2+
@license p3x-angular-http-cache-interceptor v2024.4.107
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-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[//]: #@corifeus-header
22

3-
[![NPM](https://nodei.co/npm-dl/p3x-angular-http-cache-interceptor.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor/)
4-
53

64

75
[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://paypal.me/patrikx3) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Corifeus @ Facebook](https://img.shields.io/badge/Facebook-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg)](https://stats.uptimerobot.com/9ggnzcWrw)
@@ -10,7 +8,7 @@
108

119

1210

13-
# 🔥 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 v2024.4.104
11+
# 🔥 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 v2024.4.107
1412

1513

1614

@@ -24,7 +22,7 @@
2422
### Built on NodeJs version
2523

2624
```txt
27-
v20.11.0
25+
v20.11.1
2826
```
2927

3028

@@ -33,7 +31,7 @@ v20.11.0
3331
# Built on Angular
3432

3533
```text
36-
17.1.1
34+
17.2.1
3735
```
3836

3937

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

186184
---
187185

188-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.104
186+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.107
189187

190188
[![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)
191189

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

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2024.4.104",
3+
"version": "2024.4.107",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v20.11.0",
10+
"nodejs": "v20.11.1",
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": "17.1.1"
16+
"angular": "17.2.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": "^17.1.1",
56-
"@angular/cdk": "^17.1.1",
57-
"@angular/common": "^17.1.1",
58-
"@angular/compiler": "^17.1.1",
59-
"@angular/core": "^17.1.1",
60-
"@angular/forms": "^17.1.1",
61-
"@angular/material": "^17.1.1",
62-
"@angular/platform-browser": "^17.1.1",
63-
"@angular/platform-browser-dynamic": "^17.1.1",
64-
"@angular/router": "^17.1.1",
65-
"@types/node": "^20.11.7",
55+
"@angular/animations": "^17.2.1",
56+
"@angular/cdk": "^17.2.0",
57+
"@angular/common": "^17.2.1",
58+
"@angular/compiler": "^17.2.1",
59+
"@angular/core": "^17.2.1",
60+
"@angular/forms": "^17.2.1",
61+
"@angular/material": "^17.2.0",
62+
"@angular/platform-browser": "^17.2.1",
63+
"@angular/platform-browser-dynamic": "^17.2.1",
64+
"@angular/router": "^17.2.1",
65+
"@types/node": "^20.11.19",
6666
"hash": "^0.2.1",
6767
"highlight.js": "^11.9.0",
6868
"object": "^0.1.1",
6969
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.33",
70+
"postcss": "^8.4.35",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
7373
"zone.js": "~0.14.2"
@@ -76,22 +76,22 @@
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
79-
"@angular-devkit/build-angular": "^17.1.1",
80-
"@angular/cli": "^17.1.1",
81-
"@angular/compiler-cli": "^17.1.1",
82-
"@angular/language-service": "^17.1.1",
79+
"@angular-devkit/build-angular": "^17.2.0",
80+
"@angular/cli": "^17.2.0",
81+
"@angular/compiler-cli": "^17.2.1",
82+
"@angular/language-service": "^17.2.1",
8383
"@types/highlight.js": "^9.12.4",
8484
"@types/jasmine": "~5.1.4",
8585
"@types/jasminewd2": "~2.0.13",
86-
"@typescript-eslint/eslint-plugin": "6.19.1",
87-
"@typescript-eslint/parser": "6.19.1",
86+
"@typescript-eslint/eslint-plugin": "7.0.1",
87+
"@typescript-eslint/parser": "7.0.1",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2024.4.103",
89+
"corifeus-builder": "^2024.4.106",
9090
"eslint": "^8.56.0",
9191
"eslint-plugin-import": "2.29.1",
92-
"eslint-plugin-jsdoc": "48.0.4",
92+
"eslint-plugin-jsdoc": "48.1.0",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~5.1.1",
94+
"jasmine-core": "~5.1.2",
9595
"jasmine-spec-reporter": "~7.0.0",
9696
"karma": "~6.3.2",
9797
"karma-chrome-launcher": "~3.2.0",

0 commit comments

Comments
 (0)