monkey-front-core 0.0.321 → 0.0.323

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.
@@ -111,7 +111,7 @@ export declare class MonkeyEcxCommonsService {
111
111
  callback: Function;
112
112
  name?: string;
113
113
  };
114
- }): void;
114
+ }): Promise<void>;
115
115
  getHTTPHeaderApplicationPDF(): Object;
116
116
  genericMethod(link: any, data?: any, callback?: Function): void;
117
117
  getGenericData(data: any, action: string): Promise<any>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.321",
3
+ "version": "0.0.323",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file