monkey-front-core 0.0.527 → 0.0.528

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.
@@ -2,3 +2,4 @@ import { InjectionToken } from '@angular/core';
2
2
  export declare const MECX_TIMEZONEOFFSET: InjectionToken<string>;
3
3
  export declare const MECX_DATE_FORMAT: InjectionToken<string>;
4
4
  export declare const MECX_LANG: InjectionToken<string>;
5
+ export declare const MECX_ENV: InjectionToken<string>;
@@ -1,8 +1,10 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class MonkeyEcxOthersErrorsHandlingService {
4
5
  private modalService;
5
- constructor(modalService: MonkeyStyleGuideModalService);
6
+ private env;
7
+ constructor(modalService: MonkeyStyleGuideModalService, env: InjectionToken<string>);
6
8
  handleError(error: any): void;
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOthersErrorsHandlingService, never>;
8
10
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxOthersErrorsHandlingService>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.527",
3
+ "version": "0.0.528",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file