@resolveio/client-lib-core 21.5.27 → 21.5.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.5.27",
3
+ "version": "21.5.28",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -2859,7 +2859,7 @@ interface CanComponentDeactivate {
2859
2859
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
2860
2860
  }
2861
2861
  declare class CanDeactivateGuard {
2862
- canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
2862
+ canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
2863
2863
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
2864
2864
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
2865
2865
  }