@osovitny/anatoly 3.20.10 → 3.20.11

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
@@ -189,16 +189,16 @@ interface ICurrentApp {
189
189
  oneUrl: string;
190
190
  }
191
191
  declare function getCurrentApp(): ICurrentApp;
192
- declare const AppName: string;
193
192
  declare const AppSettings: any;
194
193
 
195
194
  declare const AppCoreSettings: any;
195
+ declare function formatUrl(url: string): string;
196
196
  declare const AppVersion: string;
197
197
  declare const IsDevMode: boolean;
198
198
  declare const IsProdMode: boolean;
199
199
  declare const ClientApps: any;
200
- declare const ApiUrl: string;
201
- declare function formatUrl(url: string): string;
200
+ declare const AppName: any;
201
+ declare const ApiUrl: any;
202
202
 
203
203
  declare const dateTimeFormats: {
204
204
  medium: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.10",
3
+ "version": "3.20.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",