@osovitny/anatoly 3.20.33 → 3.20.34

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
@@ -326,11 +326,11 @@ declare class GoServiceBase {
326
326
  protected currentApp: ICurrentApp;
327
327
  constructor(route: ActivatedRoute, router: Router);
328
328
  private internalInit;
329
- getHomeUrl(): string;
330
329
  navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
331
- homeReload(): void;
330
+ getHomeUrl(): string;
332
331
  locationReload(): void;
333
- home(): void;
332
+ home(reload?: boolean): void;
333
+ dashboard(reload?: boolean): void;
334
334
  accountClosed(): void;
335
335
  error(): void;
336
336
  error401(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.33",
3
+ "version": "3.20.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",