@resolveio/client-lib-core 21.5.52 → 21.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.5.52",
3
+ "version": "21.6.0",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -3026,7 +3026,7 @@ interface CanComponentDeactivate {
3026
3026
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
3027
3027
  }
3028
3028
  declare class CanDeactivateGuard {
3029
- canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
3029
+ canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
3030
3030
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
3031
3031
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
3032
3032
  }