Skip to content

Commit eb0cf23

Browse files
committed
r0b08x [chore] 12/4/2023, 4:06:49 PM
1 parent d095eb6 commit eb0cf23

File tree

6 files changed

+60
-43
lines changed

6 files changed

+60
-43
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[//]: #@corifeus-header
22

3-
[![NPM](https://nodei.co/npm/p3x-angular-http-cache-interceptor.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor/)
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/)
44

55

66

@@ -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.129
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.132
1515

1616

1717

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

2727
```txt
28-
v20.5.0
28+
v20.5.1
2929
```
3030

3131

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

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

README_Angular.md

Lines changed: 1 addition & 1 deletion
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.129
50+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2023.10.132
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

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@
7070
"serve": {
7171
"builder": "@angular-devkit/build-angular:dev-server",
7272
"options": {
73-
"browserTarget": "workspace:build"
73+
"buildTarget": "workspace:build"
7474
},
7575
"configurations": {
7676
"production": {
77-
"browserTarget": "workspace:build:production"
77+
"buildTarget": "workspace:build:production"
7878
}
7979
}
8080
},
8181
"extract-i18n": {
8282
"builder": "@angular-devkit/build-angular:extract-i18n",
8383
"options": {
84-
"browserTarget": "workspace:build"
84+
"buildTarget": "workspace:build"
8585
}
8686
},
8787
"test": {

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2023.10.129",
3+
"version": "2023.10.132",
44
"corifeus": {
55
"icon": "fas fa-fire",
66
"prefix": "p3x-",
77
"publish": true,
88
"type": "p3x",
99
"code": "Breeze",
10-
"nodejs": "v20.5.0",
10+
"nodejs": "v20.5.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": "16.1.8"
16+
"angular": "17.0.5"
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,57 +52,57 @@
5252
},
5353
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
5454
"dependencies": {
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",
55+
"@angular/animations": "^17.0.5",
56+
"@angular/cdk": "^17.0.2",
57+
"@angular/common": "^17.0.5",
58+
"@angular/compiler": "^17.0.5",
59+
"@angular/core": "^17.0.5",
60+
"@angular/forms": "^17.0.5",
61+
"@angular/material": "^17.0.2",
62+
"@angular/platform-browser": "^17.0.5",
63+
"@angular/platform-browser-dynamic": "^17.0.5",
64+
"@angular/router": "^17.0.5",
65+
"@types/node": "^20.10.3",
6666
"hash": "^0.2.1",
67-
"highlight.js": "^11.8.0",
67+
"highlight.js": "^11.9.0",
6868
"object": "^0.1.1",
6969
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.27",
70+
"postcss": "^8.4.32",
7171
"rxjs": "~6.6.3",
7272
"tslib": "^2.2.0",
73-
"zone.js": "~0.13.1"
73+
"zone.js": "~0.14.2"
7474
},
7575
"dependencies-save": {
7676
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
7777
},
7878
"devDependencies": {
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",
79+
"@angular-devkit/build-angular": "^17.0.5",
80+
"@angular/cli": "^17.0.5",
81+
"@angular/compiler-cli": "^17.0.5",
82+
"@angular/language-service": "^17.0.5",
8383
"@types/highlight.js": "^9.12.4",
84-
"@types/jasmine": "~4.3.5",
85-
"@types/jasminewd2": "~2.0.10",
86-
"@typescript-eslint/eslint-plugin": "6.3.0",
87-
"@typescript-eslint/parser": "6.3.0",
84+
"@types/jasmine": "~5.1.4",
85+
"@types/jasminewd2": "~2.0.13",
86+
"@typescript-eslint/eslint-plugin": "6.13.1",
87+
"@typescript-eslint/parser": "6.13.1",
8888
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2023.10.135",
90-
"eslint": "^8.46.0",
91-
"eslint-plugin-import": "2.28.0",
92-
"eslint-plugin-jsdoc": "46.4.6",
89+
"corifeus-builder": "^2023.10.139",
90+
"eslint": "^8.55.0",
91+
"eslint-plugin-import": "2.29.0",
92+
"eslint-plugin-jsdoc": "46.9.0",
9393
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~5.1.0",
94+
"jasmine-core": "~5.1.1",
9595
"jasmine-spec-reporter": "~7.0.0",
9696
"karma": "~6.3.2",
9797
"karma-chrome-launcher": "~3.2.0",
9898
"karma-coverage-istanbul-reporter": "~3.0.3",
9999
"karma-jasmine": "~5.1.0",
100100
"karma-jasmine-html-reporter": "^2.1.0",
101-
"ng-packagr": "^16.1.0",
101+
"ng-packagr": "^17.0.2",
102102
"protractor": "~7.0.0",
103103
"ts-node": "~10.9.1",
104-
"typescript": "~5.1.6",
105-
"webpack-bundle-analyzer": "^4.9.0"
104+
"typescript": "~5.2.2",
105+
"webpack-bundle-analyzer": "^4.10.1"
106106
},
107107
"engines": {
108108
"node": ">=12.13.0"

src/styles.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@
1919
@include mat.all-component-typographies();
2020
@include mat.core();
2121

22+
// The following mixins include base theme styles that are only needed once per application. These
23+
// theme styles do not depend on the color, typography, or density settings in your theme. However,
24+
// these styles may differ depending on the theme's design system. Currently all themes use the
25+
// Material 2 design system, but in the future it may be possible to create theme based on other
26+
// design systems, such as Material 3.
27+
//
28+
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
29+
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
30+
//
31+
// To learn more about "base" theme styles visit our theming guide:
32+
// https://material.angular.io/guide/theming#theming-dimensions
33+
//
34+
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
35+
// your theme to them. This will ensure the correct values for your app are included.
36+
//@include mat.all-component-bases(/* TODO(v17): pass $your-theme here */);
37+
38+
2239
// Define the palettes for your theme using the Material Design palettes available in palette.scss
2340
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
2441
// hue. Available color palettes: https://material.io/design/color/

0 commit comments

Comments
 (0)