@ngrx/entity 15.0.0 → 15.2.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.
@@ -1,3 +1,3 @@
1
1
  export { createEntityAdapter } from './create_adapter';
2
2
  export { Dictionary, } from './models';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9tb2R1bGVzL2VudGl0eS9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDdkQsT0FBTyxFQUNMLFVBQVUsR0FTWCxNQUFNLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IGNyZWF0ZUVudGl0eUFkYXB0ZXIgfSBmcm9tICcuL2NyZWF0ZV9hZGFwdGVyJztcbmV4cG9ydCB7XG4gIERpY3Rpb25hcnksXG4gIEVudGl0eVN0YXRlLFxuICBFbnRpdHlBZGFwdGVyLFxuICBVcGRhdGUsXG4gIEVudGl0eU1hcCxcbiAgRW50aXR5TWFwT25lLFxuICBQcmVkaWNhdGUsXG4gIElkU2VsZWN0b3IsXG4gIENvbXBhcmVyLFxufSBmcm9tICcuL21vZGVscyc7XG4iXX0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9tb2R1bGVzL2VudGl0eS9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDdkQsT0FBTyxFQUVMLFVBQVUsR0FTWCxNQUFNLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IGNyZWF0ZUVudGl0eUFkYXB0ZXIgfSBmcm9tICcuL2NyZWF0ZV9hZGFwdGVyJztcbmV4cG9ydCB7XG4gIENvbXBhcmVyLFxuICBEaWN0aW9uYXJ5LFxuICBEaWN0aW9uYXJ5TnVtLFxuICBFbnRpdHlBZGFwdGVyLFxuICBFbnRpdHlNYXAsXG4gIEVudGl0eU1hcE9uZSxcbiAgRW50aXR5U3RhdGUsXG4gIElkU2VsZWN0b3IsXG4gIFByZWRpY2F0ZSxcbiAgVXBkYXRlLFxufSBmcm9tICcuL21vZGVscyc7XG4iXX0=
@@ -446,4 +446,3 @@ class Dictionary {
446
446
 
447
447
  export { Dictionary, createEntityAdapter };
448
448
  //# sourceMappingURL=ngrx-entity.mjs.map
449
- //# sourceMappingURL=ngrx-entity.mjs.map
@@ -453,4 +453,3 @@ class Dictionary {
453
453
 
454
454
  export { Dictionary, createEntityAdapter };
455
455
  //# sourceMappingURL=ngrx-entity.mjs.map
456
- //# sourceMappingURL=ngrx-entity.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngrx/entity",
3
- "version": "15.0.0",
3
+ "version": "15.2.0",
4
4
  "description": "Common utilities for entity reducers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "homepage": "https://github.com/ngrx/platform#readme",
22
22
  "peerDependencies": {
23
23
  "@angular/core": "^15.0.0",
24
- "@ngrx/store": "15.0.0",
24
+ "@ngrx/store": "15.2.0",
25
25
  "rxjs": "^6.5.3 || ^7.5.0"
26
26
  },
27
27
  "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';
4
+ exports.platformVersion = '^15.2.0';
5
5
  //# sourceMappingURL=libs-version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"libs-version.js","sourceRoot":"","sources":["../../../../../modules/entity/schematics-core/utility/libs-version.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,SAAS,CAAC","sourcesContent":["export const platformVersion = '^15.0.0';\n"]}
1
+ {"version":3,"file":"libs-version.js","sourceRoot":"","sources":["../../../../../modules/entity/schematics-core/utility/libs-version.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,SAAS,CAAC","sourcesContent":["export const platformVersion = '^15.2.0';\n"]}
package/src/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { createEntityAdapter } from './create_adapter';
2
- export { Dictionary, EntityState, EntityAdapter, Update, EntityMap, EntityMapOne, Predicate, IdSelector, Comparer, } from './models';
2
+ export { Comparer, Dictionary, DictionaryNum, EntityAdapter, EntityMap, EntityMapOne, EntityState, IdSelector, Predicate, Update, } from './models';