@osovitny/anatoly 3.16.30 → 3.16.31

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.
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignInPage | typeof SignUpPage | typeof SignOutPage)[];
6
+ export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
@@ -1,34 +1,10 @@
1
- import { MsalBroadcastService, MsalInterceptor, MsalService } from '@azure/msal-angular';
2
- import { MSALGuardConfigFactory, MSALInstanceFactory, MSALInterceptorConfigFactory } from './configs';
3
- import { AuthenticationGuard, AdminGuard } from './guards';
4
- import { AuthService } from './services/auth.service';
5
1
  import * as i0 from "@angular/core";
6
2
  import * as i1 from "@angular/common";
7
- import * as i2 from "@angular/common/http";
8
- import * as i3 from "@azure/msal-angular";
9
- export declare const MSALProviders: (typeof AuthService | typeof AdminGuard | typeof AuthenticationGuard | typeof MsalService | typeof MsalBroadcastService | {
10
- provide: import("@angular/core").InjectionToken<import("@angular/common/http").HttpInterceptor[]>;
11
- useClass: typeof MsalInterceptor;
12
- multi: boolean;
13
- useFactory?: undefined;
14
- } | {
15
- provide: import("@angular/core").InjectionToken<string>;
16
- useFactory: typeof MSALInterceptorConfigFactory;
17
- useClass?: undefined;
18
- multi?: undefined;
19
- } | {
20
- provide: import("@angular/core").InjectionToken<string>;
21
- useFactory: typeof MSALGuardConfigFactory;
22
- useClass?: undefined;
23
- multi?: undefined;
24
- } | {
25
- provide: import("@angular/core").InjectionToken<string>;
26
- useFactory: typeof MSALInstanceFactory;
27
- useClass?: undefined;
28
- multi?: undefined;
29
- })[];
3
+ import * as i2 from "@angular/router";
4
+ import * as i3 from "@angular/common/http";
5
+ import * as i4 from "@azure/msal-angular";
30
6
  export declare class AnatolyIAMModule {
31
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyIAMModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.MsalModule], [typeof i3.MsalModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.HttpClientModule, typeof i4.MsalModule], never>;
33
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyIAMModule>;
34
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.30",
3
+ "version": "3.16.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",