@mediusinc/mng-commons 0.0.1-rc.2 → 0.0.1-rc.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.
package/README.md CHANGED
@@ -10,7 +10,7 @@ Commons knjižnica za izgradnjo uporabniškega vmesnika na ogrodju Angular.
10
10
  - Angular (moduli `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/router`) verzije `^13.1.0`
11
11
  - Ngx Formly (modul `@ngx-formly/core`) verzije `^6.0.0-next.6`
12
12
  - Ngx Translate (module `@ngx-translate/core`) verzije `^14.0.0` in HTTP loader (modul `@ngx-translate/http-loader`) verzije `^7.0.0`
13
- - PrimeNG (modul `primeng`) verzije `^13.1.0`
13
+ - PrimeNG (modul `primeng`) verzije `^13.0.0`
14
14
 
15
15
  ## Namestitev
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "0.0.1-rc.2",
3
+ "version": "0.0.1-rc.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^13.1.0",
6
6
  "@angular/common": "^13.1.0",
@@ -9,7 +9,7 @@
9
9
  "@ngx-formly/core": "^6.0.0-next.6",
10
10
  "@ngx-translate/core": "^14.0.0",
11
11
  "@ngx-translate/http-loader": "^7.0.0",
12
- "primeng": "^13.1.0"
12
+ "primeng": "^13.0.0"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0",