oip-common 0.1.5 → 0.1.6

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/index.d.ts CHANGED
@@ -347,6 +347,7 @@ declare abstract class SecurityService {
347
347
  abstract forceRefreshSession(): Observable<LoginResponse>;
348
348
  abstract isAdmin(): boolean;
349
349
  abstract authorize(configId?: string, authOptions?: AuthOptions): void;
350
+ abstract payload: BehaviorSubject<any>;
350
351
  }
351
352
  /**
352
353
  * SecurityService extends OidcSecurityService to manage authentication,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oip-common",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "A template for cross-platform web applications based on sakai-ng and primeNG",
5
5
  "main": "index.js",
6
6
  "keywords": [