barsa-auth 2.3.83 → 2.3.85

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -227,7 +227,7 @@ interface Settings {
227
227
  declare class BarsaAuthModule extends BaseModule {
228
228
  protected dcm: DynamicComponentService;
229
229
  protected componentFactoryResolver: ComponentFactoryResolver;
230
- protected dynamicComponents: (typeof BarsaAuthComponent | typeof EnterMobileComponent | typeof UserPassComponent | typeof TimerCountDownComponent | typeof VerificationComponent | typeof LoginComponent)[];
230
+ protected dynamicComponents: (typeof BarsaAuthComponent | typeof EnterMobileComponent | typeof VerificationComponent | typeof TimerCountDownComponent | typeof UserPassComponent | typeof LoginComponent)[];
231
231
  /** Inserted by Angular inject() migration for backwards compatibility */
232
232
  constructor();
233
233
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAuthModule, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-auth",
3
- "version": "2.3.83",
3
+ "version": "2.3.85",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"