ids-enterprise-ng 19.1.2 → 19.1.3

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.
@@ -31183,7 +31183,7 @@ class SohoVersionInitializerService {
31183
31183
  * Initializes the version attribute.
31184
31184
  */
31185
31185
  initialize() {
31186
- $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.1.2');
31186
+ $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.1.3');
31187
31187
  }
31188
31188
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.6", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
31189
31189
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.6", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }