@abp/ng.core 10.0.0 → 10.0.1

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
@@ -2677,7 +2677,7 @@ declare class PermissionGuard implements IAbpGuard {
2677
2677
  protected readonly authService: AuthService;
2678
2678
  protected readonly permissionService: PermissionService;
2679
2679
  protected readonly httpErrorReporter: HttpErrorReporterService;
2680
- canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
2680
+ canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean | UrlTree>;
2681
2681
  static ɵfac: i0.ɵɵFactoryDeclaration<PermissionGuard, never>;
2682
2682
  static ɵprov: i0.ɵɵInjectableDeclaration<PermissionGuard>;
2683
2683
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@abp/ng.core",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/utils": "~10.0.0",
10
+ "@abp/utils": "~10.0.1",
11
11
  "just-clone": "^6.0.0",
12
12
  "just-compare": "^2.0.0",
13
13
  "ts-toolbelt": "^9.0.0",