@osovitny/anatoly 3.20.16 → 3.20.18

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
 
@@ -2068,6 +2068,8 @@ declare class AnatolyBillingModule {
2068
2068
  }
2069
2069
 
2070
2070
  declare class AnatolyModule {
2071
+ private injector;
2072
+ constructor(injector: Injector);
2071
2073
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyModule, never>;
2072
2074
  static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule], [typeof AnatolyCoreModule, typeof AnatolyDataModule, typeof AnatolyIAMModule, typeof AnatolyUIModule]>;
2073
2075
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.16",
3
+ "version": "3.20.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",