@asor-studio/asor-core 1.1.10 → 1.1.11

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
@@ -2789,6 +2789,7 @@ declare class NotifyErrorService implements IConsoleLoggable {
2789
2789
 
2790
2790
  declare class MockOrchestratorService {
2791
2791
  private get requestMappings();
2792
+ private isHttpErrorResponse;
2792
2793
  intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
2793
2794
  registryController(className: string, controller: any): void;
2794
2795
  static ɵfac: i0.ɵɵFactoryDeclaration<MockOrchestratorService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asor-studio/asor-core",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "keywords": [
5
5
  "angular",
6
6
  "library",