@osovitny/anatoly 3.20.30 → 3.20.31

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
@@ -103,6 +103,10 @@ declare class AppContextService extends ApiServiceBase {
103
103
  private _standardJsonFilesLoaded;
104
104
  readonly standardJsonFilesLoaded$: Observable<any>;
105
105
  constructor(http: HttpClient, localStorage: LocalStorageService, sessionStorage: SessionStorageService);
106
+ private internalInit;
107
+ protected setDefaults?(): void;
108
+ protected setValues?(): void;
109
+ protected contextUpdated?(context: any): void;
106
110
  private fireUpdated;
107
111
  protected fireUserUpdated(): void;
108
112
  private fireStandardJsonFilesLoaded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.30",
3
+ "version": "3.20.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",