@osovitny/anatoly 3.20.25 → 3.20.27

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
@@ -50,8 +50,11 @@ import * as i42 from 'angular-froala-wysiwyg';
50
50
 
51
51
  declare class ApiServiceBase {
52
52
  protected http: HttpClient;
53
+ private _httpNoInterceptors;
53
54
  protected baseUrl: string;
55
+ protected ignoreInterceptors: boolean;
54
56
  constructor(http: HttpClient);
57
+ get _http(): HttpClient;
55
58
  private serializeParams;
56
59
  get<T>(action: string, data?: any, responseType?: any): Observable<T>;
57
60
  post(action: string, data?: any, responseType?: any): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.25",
3
+ "version": "3.20.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",