monkey-front-core 0.0.519 → 0.0.520

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.
@@ -9,6 +9,8 @@ export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService
9
9
  private translateService;
10
10
  private monkeyecxErrorConfigService;
11
11
  constructor(monkeyecxService: MonkeyEcxService, tokenStorage: MonkeyEcxTokenStorageService, translateService: TranslateService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
12
+ private loadInternalDefaultFromError;
13
+ private loadDefaultFromError;
12
14
  private loadAuth;
13
15
  private loadAlerts;
14
16
  private loadShared;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.519",
3
+ "version": "0.0.520",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file