@stemy/ngx-utils 11.1.1 → 11.2.0

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.
@@ -34,7 +34,7 @@ export declare class BaseHttpService implements IHttpService {
34
34
  protected toastWarning(message: string, issueContext: IIssueContext, reason: any, options: IRequestOptions): void;
35
35
  protected toastError(message: string, issueContext: IIssueContext, reason: any, options: IRequestOptions): void;
36
36
  protected toPromise(url: string, options: IRequestOptions, listener?: ProgressListener): HttpPromise;
37
- protected pushFailedRequest(url: string, options: IRequestOptions, req: () => void): void;
37
+ protected pushFailedRequest(url: string, options: IRequestOptions, req: () => void): boolean;
38
38
  protected checkHeaders(headers: any): boolean;
39
39
  protected makeOptions(options?: IRequestOptions, method?: string, body?: any): IRequestOptions;
40
40
  protected makeHeaders(options: IRequestOptions): HttpHeaders;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "11.1.1",
3
+ "version": "11.2.0",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",