@osovitny/anatoly 3.20.16 → 3.20.17

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
@@ -195,10 +195,10 @@ declare function getAppCoreSettings(): any;
195
195
  declare function resetAppCoreSettings(): void;
196
196
  declare function formatUrl(url: string): string;
197
197
  declare let AppCoreSettings: any;
198
- declare const AppVersion: string;
199
- declare const IsDevMode: boolean;
200
- declare const IsProdMode: boolean;
201
- declare const ClientApps: any;
198
+ declare let AppVersion: any;
199
+ declare let IsDevMode: boolean;
200
+ declare let IsProdMode: boolean;
201
+ declare let ClientApps: any;
202
202
  declare const AppName: any;
203
203
  declare const ApiUrl: any;
204
204
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.16",
3
+ "version": "3.20.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",