@ngdux/list 5.0.0 → 5.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngdux/list",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:allanartuso/ngdux.git",
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngdux/util/store/list#readme",
10
10
  "peerDependencies": {
11
- "@ngdux/store-common": ">=3.0.0",
12
- "@ngdux/data-model-common": ">=3.0.0",
11
+ "@ngdux/store-common": ">=5.0.0",
12
+ "@ngdux/data-model-common": ">=5.0.0",
13
13
  "@ngrx/entity": ">=21.0.0",
14
14
  "@ngrx/store": ">=21.0.0",
15
15
  "@angular/core": ">=21.0.0",
@@ -305,7 +305,7 @@ declare abstract class AbstractListEffects<T, E = unknown, S = T, Params = Recor
305
305
  errors: E;
306
306
  } & _ngrx_store.Action<string>)> & _ngrx_effects.CreateEffectMetadata;
307
307
  patch$: rxjs.Observable<({
308
- resources: (T | _ngdux_data_model_common.ErrorDto)[];
308
+ resources: (_ngdux_data_model_common.ErrorDto | T)[];
309
309
  } & _ngrx_store.Action<string>) | ({
310
310
  errors: E;
311
311
  } & _ngrx_store.Action<string>)> & _ngrx_effects.CreateEffectMetadata;