@adaskothebeast/angular-date-http-interceptor 9.0.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,17 +56,17 @@ class HierarchicalDateHttpInterceptor {
56
56
  return event.clone({ body: cloned });
57
57
  }));
58
58
  }
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HierarchicalDateHttpInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
60
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HierarchicalDateHttpInterceptor }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: HierarchicalDateHttpInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
60
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: HierarchicalDateHttpInterceptor }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HierarchicalDateHttpInterceptor, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: HierarchicalDateHttpInterceptor, decorators: [{
63
63
  type: Injectable
64
64
  }], ctorParameters: () => [] });
65
65
 
66
66
  class AngularDateHttpInterceptorModule {
67
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AngularDateHttpInterceptorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
68
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.6", ngImport: i0, type: AngularDateHttpInterceptorModule, imports: [CommonModule] }); }
69
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AngularDateHttpInterceptorModule, providers: [
67
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AngularDateHttpInterceptorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
68
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.7", ngImport: i0, type: AngularDateHttpInterceptorModule, imports: [CommonModule] }); }
69
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AngularDateHttpInterceptorModule, providers: [
70
70
  {
71
71
  provide: HTTP_INTERCEPTORS,
72
72
  useClass: HierarchicalDateHttpInterceptor,
@@ -74,7 +74,7 @@ class AngularDateHttpInterceptorModule {
74
74
  },
75
75
  ], imports: [CommonModule] }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AngularDateHttpInterceptorModule, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AngularDateHttpInterceptorModule, decorators: [{
78
78
  type: NgModule,
79
79
  args: [{
80
80
  imports: [CommonModule],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaskothebeast/angular-date-http-interceptor",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "license": "MIT",
5
5
  "author": "Adam Pluciński <adaskothebeast@gmail.com> (https://github.com/adaskothebeast)",
6
6
  "repository": {
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "homepage": "https://github.com/AdaskoTheBeAsT/date-interceptors",
14
14
  "peerDependencies": {
15
- "@angular/common": "21.0.6",
16
- "@angular/core": "21.0.6",
15
+ "@angular/common": "^21.2.7",
16
+ "@angular/core": "^21.2.7",
17
17
  "rxjs": "^7.8.2"
18
18
  },
19
19
  "sideEffects": false,
@@ -28,6 +28,7 @@
28
28
  "default": "./fesm2022/adaskothebeast-angular-date-http-interceptor.mjs"
29
29
  }
30
30
  },
31
+ "type": "module",
31
32
  "dependencies": {
32
33
  "tslib": "^2.3.0"
33
34
  }