@ngrx/data 19.0.0 → 19.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": "@ngrx/data",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.1.0",
|
|
4
4
|
"description": "API management for NgRx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,13 +22,14 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@angular/common": "^19.0.0",
|
|
24
24
|
"@angular/core": "^19.0.0",
|
|
25
|
-
"@ngrx/store": "19.
|
|
26
|
-
"@ngrx/effects": "19.
|
|
27
|
-
"@ngrx/entity": "19.
|
|
25
|
+
"@ngrx/store": "19.1.0",
|
|
26
|
+
"@ngrx/effects": "19.1.0",
|
|
27
|
+
"@ngrx/entity": "19.1.0",
|
|
28
28
|
"rxjs": "^6.5.3 || ^7.5.0"
|
|
29
29
|
},
|
|
30
30
|
"schematics": "./schematics/collection.json",
|
|
31
31
|
"ng-update": {
|
|
32
|
+
"packageGroupName": "@ngrx/store",
|
|
32
33
|
"packageGroup": [
|
|
33
34
|
"@ngrx/store",
|
|
34
35
|
"@ngrx/effects",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"libs-version.js","sourceRoot":"","sources":["../../../../../modules/data/schematics-core/utility/libs-version.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,SAAS,CAAC","sourcesContent":["export const platformVersion = '^19.
|
|
1
|
+
{"version":3,"file":"libs-version.js","sourceRoot":"","sources":["../../../../../modules/data/schematics-core/utility/libs-version.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,SAAS,CAAC","sourcesContent":["export const platformVersion = '^19.1.0';\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnvironmentProviders, Provider } from '@angular/core';
|
|
2
2
|
import { EntityDataModuleConfig } from './entity-data-config';
|
|
3
|
-
export declare const BASE_ENTITY_DATA_PROVIDERS: Provider
|
|
4
|
-
export declare const ENTITY_DATA_EFFECTS_PROVIDERS: Provider
|
|
3
|
+
export declare const BASE_ENTITY_DATA_PROVIDERS: Array<Provider | EnvironmentProviders>;
|
|
4
|
+
export declare const ENTITY_DATA_EFFECTS_PROVIDERS: Array<Provider | EnvironmentProviders>;
|
|
5
5
|
export declare function provideEntityDataConfig(config: EntityDataModuleConfig): Provider[];
|
|
6
6
|
/**
|
|
7
7
|
* Sets up base entity data providers with entity config.
|