@osovitny/anatoly 3.20.17 → 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
@@ -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.17",
3
+ "version": "3.20.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",