@resolveio/client-lib-core 21.5.43 → 21.5.45

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.43",
3
+ "version": "21.5.45",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -2997,7 +2997,7 @@ interface CanComponentDeactivate {
2997
2997
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
2998
2998
  }
2999
2999
  declare class CanDeactivateGuard {
3000
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
3000
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
3001
3001
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
3002
3002
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
3003
3003
  }