ids-enterprise-ng 20.2.3-patch.5 → 20.2.3-patch.6

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.
@@ -31854,7 +31854,7 @@ class SohoVersionInitializerService {
31854
31854
  * Initializes the version attribute.
31855
31855
  */
31856
31856
  initialize() {
31857
- $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.2.3-patch.5');
31857
+ $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.2.3-patch.6');
31858
31858
  }
31859
31859
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
31860
31860
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }