@ngrx/data 15.0.0-rc.0 → 15.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": "15.0.0-rc.0",
3
+ "version": "15.1.0",
4
4
  "description": "API management for NgRx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,9 +22,9 @@
22
22
  "peerDependencies": {
23
23
  "@angular/common": "^15.0.0",
24
24
  "@angular/core": "^15.0.0",
25
- "@ngrx/store": "15.0.0-rc.0",
26
- "@ngrx/effects": "15.0.0-rc.0",
27
- "@ngrx/entity": "15.0.0-rc.0",
25
+ "@ngrx/store": "15.1.0",
26
+ "@ngrx/effects": "15.1.0",
27
+ "@ngrx/entity": "15.1.0",
28
28
  "rxjs": "^6.5.3 || ^7.5.0"
29
29
  },
30
30
  "schematics": "./schematics/collection.json",
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  exports.__esModule = true;
3
3
  exports.platformVersion = void 0;
4
- exports.platformVersion = '^15.0.0-rc.0';
4
+ exports.platformVersion = '^15.1.0';
5
5
  //# sourceMappingURL=libs-version.js.map
@@ -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,cAAc,CAAC","sourcesContent":["export const platformVersion = '^15.0.0-rc.0';\n"]}
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 = '^15.1.0';\n"]}
@@ -22,6 +22,6 @@ export declare abstract class DefaultDataServiceConfig {
22
22
  saveDelay?: number;
23
23
  /** request timeout in MS (default: 0)*/
24
24
  timeout?: number;
25
- /** to keep trailing slashes or not; false by default */
25
+ /** to keep leading & trailing slashes or not; false by default */
26
26
  trailingSlashEndpoints?: boolean;
27
27
  }