ids-enterprise-ng 19.6.17 → 19.6.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.
@@ -31409,7 +31409,7 @@ class SohoVersionInitializerService {
31409
31409
  * Initializes the version attribute.
31410
31410
  */
31411
31411
  initialize() {
31412
- $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.6.17');
31412
+ $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.6.18');
31413
31413
  }
31414
31414
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
31415
31415
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }