@resolveio/client-lib-core 21.3.13 → 21.3.14

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.3.13",
3
+ "version": "21.3.14",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -2290,7 +2290,7 @@ interface CanComponentDeactivate {
2290
2290
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
2291
2291
  }
2292
2292
  declare class CanDeactivateGuard {
2293
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
2293
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
2294
2294
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
2295
2295
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
2296
2296
  }