@verisoft/core 21.0.8 → 21.0.9

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.
@@ -297,10 +297,10 @@ class LocalizableErrorProviderService {
297
297
  const value = errors[key];
298
298
  return { key, value };
299
299
  }
300
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalizableErrorProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
301
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalizableErrorProviderService, providedIn: 'root' }); }
300
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: LocalizableErrorProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
301
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: LocalizableErrorProviderService, providedIn: 'root' }); }
302
302
  }
303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LocalizableErrorProviderService, decorators: [{
303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: LocalizableErrorProviderService, decorators: [{
304
304
  type: Injectable,
305
305
  args: [{
306
306
  providedIn: 'root'
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@verisoft/core",
3
- "version": "21.0.8",
3
+ "version": "21.0.9",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
- "@angular/common": "~21.0.6",
7
- "@angular/core": "~21.1.0",
8
- "@angular/forms": "~21.0.6",
6
+ "@angular/common": "^21.1.0",
7
+ "@angular/core": "^21.1.0",
8
+ "@angular/forms": "^21.1.0",
9
9
  "@ngx-translate/core": "^17.0.0",
10
10
  "moment": "^2.30.1",
11
11
  "rxjs": "~7.8.0"