@ngrx-traits/common 19.2.2 → 19.2.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,4 +23,4 @@ NGRX Traits is a library to help you compose and reuse a set ngrx actions, selec
23
23
 
24
24
  `npm i @ngrx-traits/{core,common} --save`
25
25
 
26
- For more documentation go to our [github page](https://github.com/gabrielguerrero/ngrx-traits)
26
+ For more documentation go to our [GitHub page](https://github.com/gabrielguerrero/ngrx-traits)
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ngrx-traits/common",
3
- "version": "19.2.2",
3
+ "version": "19.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^19.0.0",
6
6
  "@ngrx/effects": "^19.0.0",
7
7
  "@ngrx/entity": "^19.0.0",
8
8
  "@ngrx/store": "^19.0.0",
9
- "@ngrx-traits/core": "19.2.2"
9
+ "@ngrx-traits/core": "19.2.4"
10
10
  },
11
11
  "optionalDependencies": {
12
12
  "@angular/router": "^19.0.0"