@unipin/angular-applet 17.2.1 → 17.2.2

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.
@@ -1,13 +1,12 @@
1
1
  import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
+ import { Router } from '@angular/router';
2
3
  import { Observable } from 'rxjs';
3
- import { NavController } from '@ionic/angular';
4
4
  import { AuthService } from '../../services';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class RefreshTokenInterceptor implements HttpInterceptor {
7
- protected readonly navCtrl: NavController;
7
+ protected readonly router: Router;
8
8
  protected readonly authService: AuthService;
9
- protected isRefresh: boolean;
10
- constructor(navCtrl: NavController, authService: AuthService);
9
+ constructor(router: Router, authService: AuthService);
11
10
  intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<RefreshTokenInterceptor, never>;
13
12
  static ɵprov: i0.ɵɵInjectableDeclaration<RefreshTokenInterceptor>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unipin/angular-applet",
3
- "version": "17.2.1",
3
+ "version": "17.2.2",
4
4
  "sideEffects": false,
5
5
  "homepage": "https://backoffice.unipin.com/",
6
6
  "description": "Angular specific wrappers for UniPin applet",