mesauth-angular 0.1.8 → 0.1.9

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.
package/dist/index.d.ts CHANGED
@@ -5,5 +5,4 @@ export * from './user-profile.component';
5
5
  export * from './ma-user.component';
6
6
  export * from './notification-badge.component';
7
7
  export * from './notification-panel.component';
8
- export * from './toast.service';
9
8
  export * from './toast-container.component';
package/dist/index.js CHANGED
@@ -5,5 +5,4 @@ export * from './user-profile.component';
5
5
  export * from './ma-user.component';
6
6
  export * from './notification-badge.component';
7
7
  export * from './notification-panel.component';
8
- export * from './toast.service';
9
8
  export * from './toast-container.component';
@@ -12,7 +12,7 @@ import { UserProfileComponent } from './user-profile.component';
12
12
  import { MaUserComponent } from './ma-user.component';
13
13
  import { NotificationBadgeComponent } from './notification-badge.component';
14
14
  import { NotificationPanelComponent } from './notification-panel.component';
15
- // Import ToastContainerComponent if available
15
+ import { ToastContainerComponent } from './toast-container.component';
16
16
  let MesAuthModule = class MesAuthModule {
17
17
  };
18
18
  MesAuthModule = __decorate([
@@ -25,7 +25,8 @@ MesAuthModule = __decorate([
25
25
  UserProfileComponent,
26
26
  MaUserComponent,
27
27
  NotificationBadgeComponent,
28
- NotificationPanelComponent
28
+ NotificationPanelComponent,
29
+ ToastContainerComponent
29
30
  ]
30
31
  })
31
32
  ], MesAuthModule);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mesauth-angular",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Angular-friendly SignalR notifier + API helper for current user and notifications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",